Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_block.h141 void (*highbd_itxm_add)(const tran_low_t *input, uint8_t *dest, int stride, member
Dvp9_encodemb.c673 x->highbd_itxm_add(dqcoeff, dst, pd->dst.stride, in encode_block()
722 x->highbd_itxm_add(dqcoeff, dst, pd->dst.stride, p->eobs[block], xd->bd); in encode_block_pass1()
881 x->highbd_itxm_add(dqcoeff, dst, dst_stride, *eob, xd->bd); in vp9_encode_block_intra()
Dvp9_encoder.c4387 cpi->td.mb.highbd_itxm_add = lossless ? vp9_highbd_iwht4x4_add :
Dvp9_encodeframe.c3901 x->highbd_itxm_add = xd->lossless ? vp9_highbd_iwht4x4_add : in encode_frame_internal()