Searched refs:vp9_iht16x16_256_add (Results 1 - 13 of 13) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_rtcd_defs.pl56 add_proto qw/void vp9_iht16x16_256_add/, "const tran_low_t *input, uint8_t *output, int pitch, int tx_type";
64 add_proto qw/void vp9_iht16x16_256_add/, "const tran_low_t *input, uint8_t *output, int pitch, int tx_type";
65 specialize qw/vp9_iht16x16_256_add sse2/;
74 add_proto qw/void vp9_iht16x16_256_add/, "const tran_low_t *input, uint8_t *output, int pitch, int tx_type";
82 add_proto qw/void vp9_iht16x16_256_add/, "const tran_low_t *input, uint8_t *output, int pitch, int tx_type";
83 specialize qw/vp9_iht16x16_256_add sse2 dspr2 msa/;
H A Dvp9_idct.c202 vp9_iht16x16_256_add(input, dest, stride, tx_type);
/external/libvpx/config/arm/
H A Dvp9_rtcd.h61 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c macro
/external/libvpx/config/arm-neon/
H A Dvp9_rtcd.h63 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c macro
/external/libvpx/config/arm64/
H A Dvp9_rtcd.h63 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c macro
/external/libvpx/config/generic/
H A Dvp9_rtcd.h61 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c macro
/external/libvpx/config/mips32/
H A Dvp9_rtcd.h61 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c macro
/external/libvpx/config/mips32-dspr2/
H A Dvp9_rtcd.h62 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_dspr2 macro
/external/libvpx/config/mips32-msa/
H A Dvp9_rtcd.h67 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_msa macro
/external/libvpx/config/mips64/
H A Dvp9_rtcd.h61 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c macro
/external/libvpx/config/mips64-msa/
H A Dvp9_rtcd.h67 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_msa macro
/external/libvpx/config/x86/
H A Dvp9_rtcd.h71 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_sse2 macro
/external/libvpx/config/x86_64/
H A Dvp9_rtcd.h71 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_sse2 macro

Completed in 169 milliseconds