Searched refs:vpx_fdct8x8_1_msa (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | dct_partial_test.cc | 159 ::testing::Values(make_tuple(&vpx_fdct8x8_1_msa, 8, 166 make_tuple(&vpx_fdct8x8_1_msa, 8, VPX_BITS_8)));
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | fwd_txfm_msa.c | 14 void vpx_fdct8x8_1_msa(const int16_t *input, tran_low_t *out, int32_t stride) { in vpx_fdct8x8_1_msa() function
|
/external/libvpx/config/mips32-msa/ |
D | vpx_dsp_rtcd.h | 234 void vpx_fdct8x8_1_msa(const int16_t *input, tran_low_t *output, int stride); 235 #define vpx_fdct8x8_1 vpx_fdct8x8_1_msa
|
/external/libvpx/config/mips64-msa/ |
D | vpx_dsp_rtcd.h | 234 void vpx_fdct8x8_1_msa(const int16_t *input, tran_low_t *output, int stride); 235 #define vpx_fdct8x8_1 vpx_fdct8x8_1_msa
|