Home
last modified time | relevance | path

Searched refs:HAVE_MSA (Results 1 – 25 of 58) sorted by relevance

123

/external/libvpx/libvpx/vpx_dsp/
Dvpx_dsp.mk14 DSP_SRCS-$(HAVE_MSA) += mips/macros_msa.h
65 DSP_SRCS-$(HAVE_MSA) += mips/add_noise_msa.c
66 DSP_SRCS-$(HAVE_MSA) += mips/deblock_msa.c
76 DSP_SRCS-$(HAVE_MSA) += mips/intrapred_msa.c
139 DSP_SRCS-$(HAVE_MSA) += mips/vpx_convolve8_avg_horiz_msa.c
140 DSP_SRCS-$(HAVE_MSA) += mips/vpx_convolve8_avg_msa.c
141 DSP_SRCS-$(HAVE_MSA) += mips/vpx_convolve8_avg_vert_msa.c
142 DSP_SRCS-$(HAVE_MSA) += mips/vpx_convolve8_horiz_msa.c
143 DSP_SRCS-$(HAVE_MSA) += mips/vpx_convolve8_msa.c
144 DSP_SRCS-$(HAVE_MSA) += mips/vpx_convolve8_vert_msa.c
[all …]
/external/libvpx/libvpx/vp8/
Dvp8_common.mk108 VP8_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/bilinear_filter_msa.c
109 VP8_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/copymem_msa.c
110 VP8_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/idct_msa.c
111 VP8_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/loopfilter_filters_msa.c
112 VP8_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/sixtap_filter_msa.c
113 VP8_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp8_macros_msa.h
124 VP8_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/mfqe_msa.c
Dvp8cx.mk111 VP8_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/dct_msa.c
112 VP8_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/encodeopt_msa.c
113 VP8_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/quantize_msa.c
114 VP8_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/temporal_filter_msa.c
120 VP8_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/denoising_msa.c
124 VP8_CX_SRCS_REMOVE-$(HAVE_MSA) += encoder/mips/msa/temporal_filter_msa.c
/external/libvpx/libvpx/vp9/
Dvp9_common.mk69 VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_idct4x4_msa.c
70 VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_idct8x8_msa.c
71 VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_idct16x16_msa.c
82 VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_mfqe_msa.c
Dvp9cx.mk145 VP9_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/vp9_error_msa.c
148 VP9_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/vp9_fdct4x4_msa.c
149 VP9_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/vp9_fdct8x8_msa.c
150 VP9_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/vp9_fdct16x16_msa.c
151 VP9_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/vp9_fdct_msa.h
/external/libaom/libaom/build/cmake/
Dcpu.cmake43 # HAVE_MSA is set by mips toolchain files.
44 if(ENABLE_MSA AND HAVE_MSA)
47 set(HAVE_MSA 0) variable
/external/libaom/config/x86_64/config/
Daom_config.asm59 %define HAVE_MSA 0
Daom_config.h71 #define HAVE_MSA 0 macro
/external/libaom/config/x86/config/
Daom_config.asm59 %define HAVE_MSA 0
Daom_config.h71 #define HAVE_MSA 0 macro
/external/libaom/config/arm64/config/
Daom_config.h71 #define HAVE_MSA 0 macro
Daom_config.asm69 HAVE_MSA equ 0 define
/external/libaom/config/arm/config/
Daom_config.h71 #define HAVE_MSA 0 macro
/external/libvpx/config/x86_64/
Dvpx_config.asm10 %define HAVE_MSA 0
Dvpx_config.h22 #define HAVE_MSA 0 macro
/external/libvpx/config/x86/
Dvpx_config.asm10 %define HAVE_MSA 0
Dvpx_config.h22 #define HAVE_MSA 0 macro
/external/libvpx/config/arm64/
Dvpx_config.h22 #define HAVE_MSA 0 macro
Dvpx_config.asm13 .equ HAVE_MSA , 0 define
/external/libvpx/config/arm-neon/
Dvpx_config.h22 #define HAVE_MSA 0 macro
Dvpx_config.asm13 .equ HAVE_MSA , 0 define
/external/libvpx/config/generic/
Dvpx_config.h22 #define HAVE_MSA 0 macro
Dvpx_config.asm13 .equ HAVE_MSA , 0 define
/external/libvpx/libvpx/test/
Dpredict_test.cc335 #if HAVE_MSA
398 #if HAVE_MSA
Dsum_squares_test.cc122 #if HAVE_MSA

123