Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_idct.h106 void vp9_iht16x16_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest,
Dvp9_idct.c1399 void vp9_iht16x16_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest, in vp9_iht16x16_add() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemb.c540 vp9_iht16x16_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.c214 vp9_iht16x16_add(tx_type, dqcoeff, dst, stride, eob); in inverse_transform_block()