Searched refs:vp9_iht8x8_64_add (Results 1 - 11 of 11) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
H A D | vp9_rtcd_defs.pl | 93 add_proto qw/void vp9_iht8x8_64_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type"; 94 specialize qw/vp9_iht8x8_64_add/; 102 add_proto qw/void vp9_iht8x8_64_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type"; 103 specialize qw/vp9_iht8x8_64_add sse2/; 114 add_proto qw/void vp9_iht8x8_64_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type"; 115 specialize qw/vp9_iht8x8_64_add/; 123 add_proto qw/void vp9_iht8x8_64_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type"; 124 specialize qw/vp9_iht8x8_64_add sse2 neon dspr2 msa/;
|
H A D | vp9_idct.c | 195 vp9_iht8x8_64_add(input, dest, stride, tx_type);
|
/external/libvpx/config/arm/ |
H A D | vp9_rtcd.h | 81 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c macro
|
/external/libvpx/config/generic/ |
H A D | vp9_rtcd.h | 81 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c macro
|
/external/libvpx/config/arm-neon/ |
H A D | vp9_rtcd.h | 86 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_neon macro
|
/external/libvpx/config/arm64/ |
H A D | vp9_rtcd.h | 86 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_neon macro
|
/external/libvpx/config/mips32/ |
H A D | vp9_rtcd.h | 81 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c macro
|
/external/libvpx/config/mips32-dspr2/ |
H A D | vp9_rtcd.h | 84 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_dspr2 macro
|
/external/libvpx/config/mips64/ |
H A D | vp9_rtcd.h | 81 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c macro
|
/external/libvpx/config/x86/ |
H A D | vp9_rtcd.h | 97 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_sse2 macro
|
/external/libvpx/config/x86_64/ |
H A D | vp9_rtcd.h | 98 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_sse2 macro
|
Completed in 155 milliseconds