Searched refs:vp9_iht16x16_256_add (Results 1 - 11 of 11) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
H A D | vp9_rtcd_defs.pl | 96 add_proto qw/void vp9_iht16x16_256_add/, "const tran_low_t *input, uint8_t *output, int pitch, int tx_type"; 97 specialize qw/vp9_iht16x16_256_add/; 105 add_proto qw/void vp9_iht16x16_256_add/, "const tran_low_t *input, uint8_t *output, int pitch, int tx_type"; 106 specialize qw/vp9_iht16x16_256_add sse2/; 117 add_proto qw/void vp9_iht16x16_256_add/, "const tran_low_t *input, uint8_t *output, int pitch, int tx_type"; 118 specialize qw/vp9_iht16x16_256_add/; 126 add_proto qw/void vp9_iht16x16_256_add/, "const tran_low_t *input, uint8_t *output, int pitch, int tx_type"; 127 specialize qw/vp9_iht16x16_256_add sse2 dspr2 msa/;
|
H A D | vp9_idct.c | 204 vp9_iht16x16_256_add(input, dest, stride, tx_type);
|
/external/libvpx/config/arm/ |
H A D | vp9_rtcd.h | 75 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c macro
|
/external/libvpx/config/generic/ |
H A D | vp9_rtcd.h | 75 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c macro
|
/external/libvpx/config/arm-neon/ |
H A D | vp9_rtcd.h | 78 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c macro
|
/external/libvpx/config/arm64/ |
H A D | vp9_rtcd.h | 78 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c macro
|
/external/libvpx/config/mips32/ |
H A D | vp9_rtcd.h | 75 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c macro
|
/external/libvpx/config/mips32-dspr2/ |
H A D | vp9_rtcd.h | 76 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_dspr2 macro
|
/external/libvpx/config/mips64/ |
H A D | vp9_rtcd.h | 75 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c macro
|
/external/libvpx/config/x86/ |
H A D | vp9_rtcd.h | 89 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_sse2 macro
|
/external/libvpx/config/x86_64/ |
H A D | vp9_rtcd.h | 90 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_sse2 macro
|
Completed in 32 milliseconds