Searched refs:vpx_idct32x32_1_add (Results 1 - 11 of 11) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
H A D | vpx_dsp_rtcd_defs.pl | 760 add_proto qw/void vpx_idct32x32_1_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride"; 761 specialize qw/vpx_idct32x32_1_add/; 808 add_proto qw/void vpx_idct32x32_1_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride"; 809 specialize qw/vpx_idct32x32_1_add sse2/; 859 add_proto qw/void vpx_idct32x32_1_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride"; 860 specialize qw/vpx_idct32x32_1_add/; 900 add_proto qw/void vpx_idct32x32_1_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride"; 901 specialize qw/vpx_idct32x32_1_add sse2 neon dspr2 msa/;
|
/external/libvpx/libvpx/vp9/common/ |
H A D | vp9_idct.c | 173 vpx_idct32x32_1_add(input, dest, stride);
|
/external/libvpx/config/generic/ |
H A D | vpx_dsp_rtcd.h | 275 #define vpx_idct32x32_1_add vpx_idct32x32_1_add_c macro
|
/external/libvpx/config/mips32/ |
H A D | vpx_dsp_rtcd.h | 275 #define vpx_idct32x32_1_add vpx_idct32x32_1_add_c macro
|
/external/libvpx/config/mips64/ |
H A D | vpx_dsp_rtcd.h | 275 #define vpx_idct32x32_1_add vpx_idct32x32_1_add_c macro
|
/external/libvpx/config/arm/ |
H A D | vpx_dsp_rtcd.h | 275 #define vpx_idct32x32_1_add vpx_idct32x32_1_add_c macro
|
/external/libvpx/config/arm-neon/ |
H A D | vpx_dsp_rtcd.h | 317 #define vpx_idct32x32_1_add vpx_idct32x32_1_add_neon macro
|
/external/libvpx/config/arm64/ |
H A D | vpx_dsp_rtcd.h | 317 #define vpx_idct32x32_1_add vpx_idct32x32_1_add_neon macro
|
/external/libvpx/config/mips32-dspr2/ |
H A D | vpx_dsp_rtcd.h | 294 #define vpx_idct32x32_1_add vpx_idct32x32_1_add_dspr2 macro
|
/external/libvpx/config/x86/ |
H A D | vpx_dsp_rtcd.h | 344 #define vpx_idct32x32_1_add vpx_idct32x32_1_add_sse2 macro
|
/external/libvpx/config/x86_64/ |
H A D | vpx_dsp_rtcd.h | 345 #define vpx_idct32x32_1_add vpx_idct32x32_1_add_sse2 macro
|
Completed in 130 milliseconds