Home
last modified time | relevance | path

Searched refs:vp9_highbd_iwht4x4_add (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_idct.h60 void vp9_highbd_iwht4x4_add(const tran_low_t *input, uint8_t *dest, int stride,
Dvp9_idct.c323 void vp9_highbd_iwht4x4_add(const tran_low_t *input, uint8_t *dest, int stride, in vp9_highbd_iwht4x4_add() function
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c197 vp9_highbd_iwht4x4_add(dqcoeff, dst, stride, eob, xd->bd); in inverse_transform_block_inter()
287 vp9_highbd_iwht4x4_add(dqcoeff, dst, stride, eob, xd->bd); in inverse_transform_block_intra()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c4387 cpi->td.mb.highbd_itxm_add = lossless ? vp9_highbd_iwht4x4_add :
Dvp9_rdopt.c842 vp9_highbd_iwht4x4_add(BLOCK_OFFSET(pd->dqcoeff, block), in rd_pick_intra4x4block()
Dvp9_encodeframe.c3901 x->highbd_itxm_add = xd->lossless ? vp9_highbd_iwht4x4_add : in encode_frame_internal()