Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/vpx_dsp/
Dvpx_dsp.mk14 DSP_SRCS-$(HAVE_MSA) += mips/macros_msa.h
57 DSP_SRCS-$(HAVE_MSA) += mips/intrapred_msa.c
103 DSP_SRCS-$(HAVE_MSA) += mips/vpx_convolve8_avg_horiz_msa.c
104 DSP_SRCS-$(HAVE_MSA) += mips/vpx_convolve8_avg_msa.c
105 DSP_SRCS-$(HAVE_MSA) += mips/vpx_convolve8_avg_vert_msa.c
106 DSP_SRCS-$(HAVE_MSA) += mips/vpx_convolve8_horiz_msa.c
107 DSP_SRCS-$(HAVE_MSA) += mips/vpx_convolve8_msa.c
108 DSP_SRCS-$(HAVE_MSA) += mips/vpx_convolve8_vert_msa.c
109 DSP_SRCS-$(HAVE_MSA) += mips/vpx_convolve_avg_msa.c
110 DSP_SRCS-$(HAVE_MSA) += mips/vpx_convolve_copy_msa.c
[all …]
/external/libvpx/libvpx/vp9/
Dvp9cx.mk134 VP9_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/vp9_avg_msa.c
135 VP9_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/vp9_error_msa.c
136 VP9_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/vp9_fdct4x4_msa.c
137 VP9_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/vp9_fdct8x8_msa.c
138 VP9_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/vp9_fdct16x16_msa.c
139 VP9_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/vp9_fdct_msa.h
140 VP9_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/vp9_temporal_filter_msa.c
Dvp9_common.mk80 VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_idct4x4_msa.c
81 VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_idct8x8_msa.c
82 VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_idct16x16_msa.c
85 VP9_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp9_mfqe_msa.c
/external/libvpx/libvpx/vp8/
Dvp8cx.mk104 VP8_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/dct_msa.c
105 VP8_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/encodeopt_msa.c
106 VP8_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/quantize_msa.c
107 VP8_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/temporal_filter_msa.c
110 VP8_CX_SRCS-$(HAVE_MSA) += encoder/mips/msa/denoising_msa.c
114 VP8_CX_SRCS_REMOVE-$(HAVE_MSA) += encoder/mips/msa/temporal_filter_msa.c
Dvp8_common.mk117 VP8_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/bilinear_filter_msa.c
118 VP8_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/copymem_msa.c
119 VP8_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/idct_msa.c
120 VP8_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/loopfilter_filters_msa.c
121 VP8_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/sixtap_filter_msa.c
122 VP8_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/vp8_macros_msa.h
125 VP8_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/mfqe_msa.c
126 VP8_COMMON_SRCS-$(HAVE_MSA) += common/mips/msa/postproc_msa.c
/external/libvpx/libvpx/test/
Dtest_intra_pred_speed.cc219 #if HAVE_MSA
272 #if HAVE_MSA
323 #if HAVE_MSA
376 #if HAVE_MSA
Dpp_filter_test.cc113 #if HAVE_MSA
Didct_test.cc117 #if HAVE_MSA
Dvp9_subtract_test.cc104 #if HAVE_MSA
Dquantize_test.cc196 #if HAVE_MSA
/external/libvpx/config/x86_64/
Dvpx_config.asm11 %define HAVE_MSA 0
Dvpx_config.h23 #define HAVE_MSA 0 macro
/external/libvpx/config/x86/
Dvpx_config.asm11 %define HAVE_MSA 0
Dvpx_config.h23 #define HAVE_MSA 0 macro
/external/libvpx/config/mips32/
Dvpx_config.h23 #define HAVE_MSA 0 macro
/external/libvpx/config/arm/
Dvpx_config.h23 #define HAVE_MSA 0 macro
Dvpx_config.asm14 .equ HAVE_MSA , 0 define
/external/libvpx/config/mips64/
Dvpx_config.h23 #define HAVE_MSA 0 macro
/external/libvpx/config/arm-neon/
Dvpx_config.h23 #define HAVE_MSA 0 macro
Dvpx_config.asm14 .equ HAVE_MSA , 0 define
/external/libvpx/config/mips32-dspr2/
Dvpx_config.h23 #define HAVE_MSA 0 macro
/external/libvpx/config/generic/
Dvpx_config.h23 #define HAVE_MSA 0 macro
Dvpx_config.asm14 .equ HAVE_MSA , 0 define
/external/libvpx/config/arm64/
Dvpx_config.h23 #define HAVE_MSA 0 macro
Dvpx_config.asm14 .equ HAVE_MSA , 0 define

12