Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_idct.h96 void vp9_idct8x8_add(const int16_t *input, uint8_t *dest, int stride, int eob);
Dvp9_idct.c1340 void vp9_idct8x8_add(const int16_t *input, uint8_t *dest, int stride, int eob) { in vp9_idct8x8_add() function
1393 vp9_idct8x8_add(input, dest, stride, eob); in vp9_iht8x8_add()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemb.c415 vp9_idct8x8_add(dqcoeff, dst, pd->dst.stride, p->eobs[block]); in encode_block()