Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_idct.h52 void vp9_iht4x4_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest,
Dvp9_idct.c180 void vp9_iht4x4_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, in vp9_iht4x4_add() function
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c285 case TX_4X4: vp9_iht4x4_add(tx_type, dqcoeff, dst, stride, eob); break; in inverse_transform_block_intra()
300 case TX_4X4: vp9_iht4x4_add(tx_type, dqcoeff, dst, stride, eob); break; in inverse_transform_block_intra()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c1147 vp9_iht4x4_add(tx_type, BLOCK_OFFSET(pd->dqcoeff, block), dst, in rd_pick_intra4x4block()