Searched refs:highbd_inv_txfm_add (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_block.h | 209 void (*highbd_inv_txfm_add)(const tran_low_t *input, uint16_t *dest, member
|
D | vp9_encodemb.c | 691 x->highbd_inv_txfm_add(dqcoeff, dst16, pd->dst.stride, p->eobs[block], in encode_block() 752 x->highbd_inv_txfm_add(dqcoeff, CONVERT_TO_SHORTPTR(dst), pd->dst.stride, in encode_block_pass1() 948 x->highbd_inv_txfm_add(dqcoeff, dst16, dst_stride, *eob, xd->bd); in vp9_encode_block_intra()
|
D | vp9_encodeframe.c | 5974 x->highbd_inv_txfm_add = in encode_frame_internal()
|
D | vp9_encoder.c | 7395 cpi->td.mb.highbd_inv_txfm_add =
|