Searched refs:highbd_itxm_add (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_block.h | 141 void (*highbd_itxm_add)(const tran_low_t *input, uint8_t *dest, int stride, member
|
D | vp9_encodemb.c | 673 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()
|
D | vp9_encoder.c | 4387 cpi->td.mb.highbd_itxm_add = lossless ? vp9_highbd_iwht4x4_add :
|
D | vp9_encodeframe.c | 3901 x->highbd_itxm_add = xd->lossless ? vp9_highbd_iwht4x4_add : in encode_frame_internal()
|