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

/external/libvpx/libvpx/vp9/common/
H A Dvp9_rtcd_defs.pl96 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 Dvp9_idct.c204 vp9_iht16x16_256_add(input, dest, stride, tx_type);
/external/libvpx/config/arm/
H A Dvp9_rtcd.h75 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c macro
/external/libvpx/config/generic/
H A Dvp9_rtcd.h75 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c macro
/external/libvpx/config/arm-neon/
H A Dvp9_rtcd.h78 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c macro
/external/libvpx/config/arm64/
H A Dvp9_rtcd.h78 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c macro
/external/libvpx/config/mips32/
H A Dvp9_rtcd.h75 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c macro
/external/libvpx/config/mips32-dspr2/
H A Dvp9_rtcd.h76 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_dspr2 macro
/external/libvpx/config/mips64/
H A Dvp9_rtcd.h75 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c macro
/external/libvpx/config/x86/
H A Dvp9_rtcd.h89 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_sse2 macro
/external/libvpx/config/x86_64/
H A Dvp9_rtcd.h90 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_sse2 macro

Completed in 32 milliseconds