Add vp8_ prefix for quantize_lsx.c
authorJerome Jiang <jianj@google.com>
Tue, 28 Jun 2022 14:24:57 +0000 (10:24 -0400)
committerJerome Jiang <jianj@google.com>
Tue, 28 Jun 2022 21:19:54 +0000 (21:19 +0000)
Duplicate name as vpx_dsp/loongarch/quantize_lsx.c
Chromium update script fails.

Bug: webm:1755
Change-Id: Ifb956c2292d909496eb2b9e1833993f1b021b07e

vp8/encoder/loongarch/vp8_quantize_lsx.c [moved from vp8/encoder/loongarch/quantize_lsx.c with 100% similarity]
vp8/vp8cx.mk

index 5744cba..b4b3fda 100644 (file)
@@ -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))