Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_idct.h104 void vp9_iht8x8_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest,
Dvp9_idct.c1390 void vp9_iht8x8_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest, in vp9_iht8x8_add() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemb.c560 vp9_iht8x8_add(tx_type, dqcoeff, dst, dst_stride, *eob); in encode_block_intra()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c210 vp9_iht8x8_add(tx_type, dqcoeff, dst, stride, eob); in inverse_transform_block()