Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_block.h209 void (*highbd_inv_txfm_add)(const tran_low_t *input, uint16_t *dest, member
Dvp9_encodemb.c691 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()
Dvp9_encodeframe.c5974 x->highbd_inv_txfm_add = in encode_frame_internal()
Dvp9_encoder.c7395 cpi->td.mb.highbd_inv_txfm_add =