Home
last modified time | relevance | path

Searched refs:vp9_idct16x16_add (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_idct.h107 void vp9_idct16x16_add(const int16_t *input, uint8_t *dest, int stride, int
Dvp9_idct.c1357 void vp9_idct16x16_add(const int16_t *input, uint8_t *dest, int stride, in vp9_idct16x16_add() function
1402 vp9_idct16x16_add(input, dest, stride, eob); in vp9_iht16x16_add()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c514 vp9_idct16x16_add(dqcoeff, dst, pd->dst.stride, p->eobs[block]); in encode_block()