Searched refs:vp9_idct8x8_add (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_idct.h | 96 void vp9_idct8x8_add(const int16_t *input, uint8_t *dest, int stride, int eob);
|
D | vp9_idct.c | 1340 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/ |
D | vp9_encodemb.c | 415 vp9_idct8x8_add(dqcoeff, dst, pd->dst.stride, p->eobs[block]); in encode_block()
|