Searched refs:vp9_idct4x4_add (Results 1 – 5 of 5) sorted by relevance
95 void vp9_idct4x4_add(const int16_t *input, uint8_t *dest, int stride, int eob);
1325 void vp9_idct4x4_add(const int16_t *input, uint8_t *dest, int stride, int eob) { in vp9_idct4x4_add() function1385 vp9_idct4x4_add(input, dest, stride, eob); in vp9_iht4x4_add()
590 xd->itxm_add = xd->lossless ? vp9_iwht4x4_add : vp9_idct4x4_add; in setup_quantization()
882 cpi->mb.e_mbd.itxm_add = vp9_idct4x4_add; in vp9_change_config()
2453 cpi->mb.e_mbd.itxm_add = vp9_idct4x4_add; in switch_lossless_mode()