Searched refs:vp9_iht16x16_256_add (Results 1 – 7 of 7) sorted by relevance
360 RTCD_EXTERN void (*vp9_iht16x16_256_add)(const int16_t *input, uint8_t *output, int pitch, int tx_t… variable610 vp9_iht16x16_256_add = vp9_iht16x16_256_add_c; in setup_rtcd_internal()611 if (flags & HAS_SSE2) vp9_iht16x16_256_add = vp9_iht16x16_256_add_sse2; in setup_rtcd_internal()
274 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c macro
300 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c macro
310 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_dspr2 macro
1404 vp9_iht16x16_256_add(input, dest, stride, tx_type); in vp9_iht16x16_add()