Searched refs:vp9_iht4x4_16_add (Results 1 - 12 of 12) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
H A D | vp9_rtcd_defs.pl | 90 add_proto qw/void vp9_iht4x4_16_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type"; 91 specialize qw/vp9_iht4x4_16_add/; 99 add_proto qw/void vp9_iht4x4_16_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type"; 100 specialize qw/vp9_iht4x4_16_add sse2/; 111 add_proto qw/void vp9_iht4x4_16_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type"; 112 specialize qw/vp9_iht4x4_16_add/; 120 add_proto qw/void vp9_iht4x4_16_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type"; 121 specialize qw/vp9_iht4x4_16_add sse2 neon dspr2 msa/;
|
H A D | vp9_idct.c | 187 vp9_iht4x4_16_add(input, dest, stride, tx_type);
|
/external/libvpx/config/arm/ |
H A D | vp9_rtcd.h | 78 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
|
/external/libvpx/config/generic/ |
H A D | vp9_rtcd.h | 78 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
|
/external/libvpx/config/arm-neon/ |
H A D | vp9_rtcd.h | 82 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_neon macro
|
/external/libvpx/config/arm64/ |
H A D | vp9_rtcd.h | 82 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_neon macro
|
/external/libvpx/config/mips32/ |
H A D | vp9_rtcd.h | 78 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
|
/external/libvpx/config/mips32-dspr2/ |
H A D | vp9_rtcd.h | 80 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_dspr2 macro
|
/external/libvpx/config/mips64/ |
H A D | vp9_rtcd.h | 78 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
|
/external/libvpx/config/x86/ |
H A D | vp9_rtcd.h | 93 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_sse2 macro
|
/external/libvpx/config/x86_64/ |
H A D | vp9_rtcd.h | 94 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_sse2 macro
|
/external/libvpx/libvpx/vp9/encoder/ |
H A D | vp9_encodemb.c | 958 vp9_iht4x4_16_add(dqcoeff, dst, dst_stride, tx_type);
|
Completed in 152 milliseconds