summaryrefslogtreecommitdiff
path: root/vp8
diff options
context:
space:
mode:
authorJerome Jiang <jianj@google.com>2022-06-28 10:24:57 -0400
committerJerome Jiang <jianj@google.com>2022-06-28 21:19:54 +0000
commitb355ab504667c352d96ab70bcb92165b8fc32813 (patch)
tree6d64bef0ef5c0228f9a2adc8d59a317dff9bdf03 /vp8
parentec58d55c3af91f9db2511fb872bdc19868cbed92 (diff)
downloadlibvpx-b355ab504667c352d96ab70bcb92165b8fc32813.tar.gz
Add vp8_ prefix for quantize_lsx.c
Duplicate name as vpx_dsp/loongarch/quantize_lsx.c Chromium update script fails. Bug: webm:1755 Change-Id: Ifb956c2292d909496eb2b9e1833993f1b021b07e
Diffstat (limited to 'vp8')
-rw-r--r--vp8/encoder/loongarch/vp8_quantize_lsx.c (renamed from vp8/encoder/loongarch/quantize_lsx.c)0
-rw-r--r--vp8/vp8cx.mk2
2 files changed, 1 insertions, 1 deletions
diff --git a/vp8/encoder/loongarch/quantize_lsx.c b/vp8/encoder/loongarch/vp8_quantize_lsx.c
index 75889192a..75889192a 100644
--- a/vp8/encoder/loongarch/quantize_lsx.c
+++ b/vp8/encoder/loongarch/vp8_quantize_lsx.c
diff --git a/vp8/vp8cx.mk b/vp8/vp8cx.mk
index 5744cbabc..b4b3fda9e 100644
--- a/vp8/vp8cx.mk
+++ b/vp8/vp8cx.mk
@@ -125,8 +125,8 @@ VP8_CX_SRCS_REMOVE-$(HAVE_MSA) += encoder/mips/msa/temporal_filter_msa.c
endif
# common (loongarch LSX intrinsics)
-VP8_CX_SRCS-$(HAVE_LSX) += encoder/loongarch/quantize_lsx.c
VP8_CX_SRCS-$(HAVE_LSX) += encoder/loongarch/dct_lsx.c
VP8_CX_SRCS-$(HAVE_LSX) += encoder/loongarch/encodeopt_lsx.c
+VP8_CX_SRCS-$(HAVE_LSX) += encoder/loongarch/vp8_quantize_lsx.c
VP8_CX_SRCS-yes := $(filter-out $(VP8_CX_SRCS_REMOVE-yes),$(VP8_CX_SRCS-yes))