Home
last modified time | relevance | path

Searched refs:vp9_idct4x4_add (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_idct.h105 void vp9_idct4x4_add(const int16_t *input, uint8_t *dest, int stride, int eob);
Dvp9_idct.c1325 void vp9_idct4x4_add(const int16_t *input, uint8_t *dest, int stride, int eob) { in vp9_idct4x4_add() function
1385 vp9_idct4x4_add(input, dest, stride, eob); in vp9_iht4x4_add()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c2700 cpi->mb.itxm_add = lossless ? vp9_iwht4x4_add : vp9_idct4x4_add; in vp9_get_compressed_data()
Dvp9_encodeframe.c3291 x->itxm_add = xd->lossless ? vp9_iwht4x4_add : vp9_idct4x4_add; in encode_frame_internal()