aboutsummaryrefslogtreecommitdiff
path: root/vp8/common/rtcd_defs.pl
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2024-01-18 15:39:48 -0800
committerJames Zern <jzern@google.com>2024-01-19 16:34:57 -0800
commitfbd2ac50e2d177e59fb35418144f6bc3676fb62c (patch)
tree7f7370f69833b55ad06e2247f03f4b4c59393823 /vp8/common/rtcd_defs.pl
parent19c147b0cd203a31ff997509e87d343c92e26412 (diff)
parent602e2e8979d111b02c959470da5322797dd96a19 (diff)
downloadlibvpx-fbd2ac50e2d177e59fb35418144f6bc3676fb62c.tar.gz
Merge commit '602e2e8979d111b02c959470da5322797dd96a19' into aosp/main
* commit '602e2e8979d111b02c959470da5322797dd96a19': (395 commits) Fix a typo in changelog for v1.14.0 Update version Update changelog with vp9 ext rc Update changelog Remove VP9E_GET_TPL_STATS Update AUTHORS and .mailmap configure: add -arch flag when targeting darwin23 README: update target list Update frame size in actual encoding Fix a bug in simple motion search Set pred buffer stride correctly Improve test comments. Add unittest for issue b/314857577 Remove SSE code for 128x* blocks Use vpx_sse instead of vpx_mse to compute SSE vp9_frame_scale.c,cosmetics: funnction -> function Add the needed Android API level predicates. Fix a bug in frame scaling Fix edge case when downsizing to one. Set skip_recode=0 in nonrd_pick_sb_modes ... Bug: webm:1833 Change-Id: I17a66a574672ce094fb9bf52d3fb368e78ee9241 Test: presubmit + compile aosp_arm-trunk_staging-eng, \ aosp_arm64-trunk_staging-eng, aosp_riscv64-trunk_staging-eng, \ aosp_x86-trunk_staging-eng, aosp_x86_64-trunk_staging-eng, \ aosp_barbet-trunk_staging-userdebug, aosp_oriole-trunk_staging-userdebug
Diffstat (limited to 'vp8/common/rtcd_defs.pl')
-rw-r--r--vp8/common/rtcd_defs.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/vp8/common/rtcd_defs.pl b/vp8/common/rtcd_defs.pl
index 739a61284..12b474d93 100644
--- a/vp8/common/rtcd_defs.pl
+++ b/vp8/common/rtcd_defs.pl
@@ -127,12 +127,6 @@ specialize qw/vp8_copy_mem8x4 mmx neon dspr2 msa mmi/;
#
if (vpx_config("CONFIG_POSTPROC") eq "yes") {
- add_proto qw/void vp8_blend_mb_inner/, "unsigned char *y, unsigned char *u, unsigned char *v, int y_1, int u_1, int v_1, int alpha, int stride";
-
- add_proto qw/void vp8_blend_mb_outer/, "unsigned char *y, unsigned char *u, unsigned char *v, int y_1, int u_1, int v_1, int alpha, int stride";
-
- add_proto qw/void vp8_blend_b/, "unsigned char *y, unsigned char *u, unsigned char *v, int y_1, int u_1, int v_1, int alpha, int stride";
-
add_proto qw/void vp8_filter_by_weight16x16/, "unsigned char *src, int src_stride, unsigned char *dst, int dst_stride, int src_weight";
specialize qw/vp8_filter_by_weight16x16 sse2 msa/;