/external/libvpx/libvpx/test/ |
partial_idct_test.cc | 460 &wrapper<vpx_idct8x8_12_add_c>, TX_8X8, 12, 8, 1), 608 make_tuple(&vpx_fdct8x8_c, &wrapper<vpx_idct8x8_12_add_c>, [all...] |
/external/libvpx/config/arm/ |
vpx_dsp_rtcd.h | 271 void vpx_idct8x8_12_add_c(const tran_low_t *input, uint8_t *dest, int stride); 272 #define vpx_idct8x8_12_add vpx_idct8x8_12_add_c [all...] |
/external/libvpx/config/generic/ |
vpx_dsp_rtcd.h | 271 void vpx_idct8x8_12_add_c(const tran_low_t *input, uint8_t *dest, int stride); 272 #define vpx_idct8x8_12_add vpx_idct8x8_12_add_c [all...] |
/external/libvpx/config/mips32/ |
vpx_dsp_rtcd.h | 271 void vpx_idct8x8_12_add_c(const tran_low_t *input, uint8_t *dest, int stride); 272 #define vpx_idct8x8_12_add vpx_idct8x8_12_add_c [all...] |
/external/libvpx/config/mips64/ |
vpx_dsp_rtcd.h | 271 void vpx_idct8x8_12_add_c(const tran_low_t *input, uint8_t *dest, int stride); 272 #define vpx_idct8x8_12_add vpx_idct8x8_12_add_c [all...] |
/external/libvpx/config/mips32-dspr2/ |
vpx_dsp_rtcd.h | 295 void vpx_idct8x8_12_add_c(const tran_low_t *input, uint8_t *dest, int stride); [all...] |
/external/libvpx/config/arm-neon/ |
vpx_dsp_rtcd.h | 327 void vpx_idct8x8_12_add_c(const tran_low_t *input, uint8_t *dest, int stride); [all...] |
/external/libvpx/config/arm64/ |
vpx_dsp_rtcd.h | 327 void vpx_idct8x8_12_add_c(const tran_low_t *input, uint8_t *dest, int stride); [all...] |
/external/libvpx/config/mips32-msa/ |
vpx_dsp_rtcd.h | 325 void vpx_idct8x8_12_add_c(const tran_low_t *input, uint8_t *dest, int stride); [all...] |
/external/libvpx/config/mips64-msa/ |
vpx_dsp_rtcd.h | 325 void vpx_idct8x8_12_add_c(const tran_low_t *input, uint8_t *dest, int stride); [all...] |
/external/libvpx/config/x86/ |
vpx_dsp_rtcd.h | 351 void vpx_idct8x8_12_add_c(const tran_low_t *input, uint8_t *dest, int stride); [all...] |
/external/libvpx/config/x86_64/ |
vpx_dsp_rtcd.h | 353 void vpx_idct8x8_12_add_c(const tran_low_t *input, uint8_t *dest, int stride); [all...] |
/external/libvpx/libvpx/vpx_dsp/ |
inv_txfm.c | 348 void vpx_idct8x8_12_add_c(const tran_low_t *input, uint8_t *dest, int stride) { function [all...] |