Searched refs:vp9_iht8x8_64_add (Results 1 – 7 of 7) sorted by relevance
356 RTCD_EXTERN void (*vp9_iht8x8_64_add)(const int16_t *input, uint8_t *dest, int dest_stride, int tx_… variable607 vp9_iht8x8_64_add = vp9_iht8x8_64_add_c; in setup_rtcd_internal()608 if (flags & HAS_SSE2) vp9_iht8x8_64_add = vp9_iht8x8_64_add_sse2; in setup_rtcd_internal()
271 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c macro
297 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_neon macro
306 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_dspr2 macro
1395 vp9_iht8x8_64_add(input, dest, stride, tx_type); in vp9_iht8x8_add()