HomeSort by relevance Sort by last modified time
    Searched refs:HAVE_MSA (Results 1 - 25 of 31) sorted by null

1 2

  /external/libvpx/libvpx/vpx_dsp/
vpx_dsp.mk 14 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.
    [all...]
  /external/libvpx/libvpx/vp8/
vp8cx.mk 104 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
vp8_common.mk 117 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/vp9/
vp9cx.mk 134 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
vp9_common.mk 80 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/config/arm/
vpx_config.h 23 #define HAVE_MSA 0
  /external/libvpx/config/arm-neon/
vpx_config.h 23 #define HAVE_MSA 0
  /external/libvpx/config/arm64/
vpx_config.h 23 #define HAVE_MSA 0
  /external/libvpx/config/generic/
vpx_config.h 23 #define HAVE_MSA 0
  /external/libvpx/config/mips32/
vpx_config.h 23 #define HAVE_MSA 0
  /external/libvpx/config/mips32-dspr2/
vpx_config.h 23 #define HAVE_MSA 0
  /external/libvpx/config/mips64/
vpx_config.h 23 #define HAVE_MSA 0
  /external/libvpx/config/x86/
vpx_config.h 23 #define HAVE_MSA 0
  /external/libvpx/config/x86_64/
vpx_config.h 23 #define HAVE_MSA 0
  /external/libvpx/libvpx/test/
pp_filter_test.cc 113 #if HAVE_MSA
test_intra_pred_speed.cc 219 #if HAVE_MSA
225 #endif // HAVE_MSA
272 #if HAVE_MSA
278 #endif // HAVE_MSA
323 #if HAVE_MSA
329 #endif // HAVE_MSA
376 #if HAVE_MSA
382 #endif // HAVE_MSA
idct_test.cc 117 #if HAVE_MSA
vp9_subtract_test.cc 104 #if HAVE_MSA
quantize_test.cc 196 #if HAVE_MSA
202 #endif // HAVE_MSA
partial_idct_test.cc 309 #if HAVE_MSA && !CONFIG_VP9_HIGHBITDEPTH && !CONFIG_EMULATE_HARDWARE
341 #endif // HAVE_MSA && !CONFIG_VP9_HIGHBITDEPTH && !CONFIG_EMULATE_HARDWARE
sixtap_predict_test.cc 243 #if HAVE_MSA
vp9_avg_test.cc 302 #if HAVE_MSA
dct32x32_test.cc 386 #if HAVE_MSA && !CONFIG_VP9_HIGHBITDEPTH && !CONFIG_EMULATE_HARDWARE
394 #endif // HAVE_MSA && !CONFIG_VP9_HIGHBITDEPTH && !CONFIG_EMULATE_HARDWARE
lpf_8_test.cc 140 #if HAVE_MSA && (!CONFIG_VP9_HIGHBITDEPTH)
152 #endif // HAVE_MSA && (!CONFIG_VP9_HIGHBITDEPTH)
695 #if HAVE_MSA && (!CONFIG_VP9_HIGHBITDEPTH)
716 #endif // HAVE_MSA && (!CONFIG_VP9_HIGHBITDEPTH)
  /external/libvpx/libvpx/build/make/
rtcd.pl 380 if (/HAVE_MSA=yes/) {

Completed in 1244 milliseconds

1 2