Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_idct.h99 void vp9_idct32x32_add(const int16_t *input, uint8_t *dest, int stride,
Dvp9_idct.c1370 void vp9_idct32x32_add(const int16_t *input, uint8_t *dest, int stride, in vp9_idct32x32_add() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemb.c409 vp9_idct32x32_add(dqcoeff, dst, pd->dst.stride, p->eobs[block]); in encode_block()
520 vp9_idct32x32_add(dqcoeff, dst, dst_stride, *eob); in encode_block_intra()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c218 vp9_idct32x32_add(dqcoeff, dst, stride, eob); in inverse_transform_block()