Searched refs:vp9_idct4x4_add (Results 1 – 4 of 4) sorted by relevance
105 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()
2700 cpi->mb.itxm_add = lossless ? vp9_iwht4x4_add : vp9_idct4x4_add; in vp9_get_compressed_data()
3291 x->itxm_add = xd->lossless ? vp9_iwht4x4_add : vp9_idct4x4_add; in encode_frame_internal()