Searched refs:vp9_iht4x4_16_add (Results 1 - 14 of 14) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_rtcd_defs.pl52 add_proto qw/void vp9_iht4x4_16_add/, "const tran_low_t *input, uint8_t *dest, int stride, int tx_type";
58 add_proto qw/void vp9_iht4x4_16_add/, "const tran_low_t *input, uint8_t *dest, int stride, int tx_type";
59 specialize qw/vp9_iht4x4_16_add sse2/;
70 add_proto qw/void vp9_iht4x4_16_add/, "const tran_low_t *input, uint8_t *dest, int stride, int tx_type";
76 add_proto qw/void vp9_iht4x4_16_add/, "const tran_low_t *input, uint8_t *dest, int stride, int tx_type";
77 specialize qw/vp9_iht4x4_16_add sse2 neon dspr2 msa/;
H A Dvp9_idct.c185 vp9_iht4x4_16_add(input, dest, stride, tx_type);
/external/libvpx/config/arm/
H A Dvp9_rtcd.h64 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
/external/libvpx/config/arm-neon/
H A Dvp9_rtcd.h67 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_neon macro
/external/libvpx/config/arm64/
H A Dvp9_rtcd.h67 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_neon macro
/external/libvpx/config/generic/
H A Dvp9_rtcd.h64 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
/external/libvpx/config/mips32/
H A Dvp9_rtcd.h64 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
/external/libvpx/config/mips32-dspr2/
H A Dvp9_rtcd.h66 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_dspr2 macro
/external/libvpx/config/mips32-msa/
H A Dvp9_rtcd.h71 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_msa macro
/external/libvpx/config/mips64/
H A Dvp9_rtcd.h64 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
/external/libvpx/config/mips64-msa/
H A Dvp9_rtcd.h71 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_msa macro
/external/libvpx/config/x86/
H A Dvp9_rtcd.h75 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_sse2 macro
/external/libvpx/config/x86_64/
H A Dvp9_rtcd.h75 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_sse2 macro
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c969 vp9_iht4x4_16_add(dqcoeff, dst, dst_stride, tx_type);

Completed in 1482 milliseconds