Home
last modified time | relevance | path

Searched refs:vp9_highbd_idct8x8_add (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_idct.h64 void vp9_highbd_idct8x8_add(const tran_low_t *input, uint16_t *dest, int stride,
Dvp9_idct.c323 void vp9_highbd_idct8x8_add(const tran_low_t *input, uint16_t *dest, int stride, in vp9_highbd_idct8x8_add() function
382 vp9_highbd_idct8x8_add(input, dest, stride, eob, bd); in vp9_highbd_iht8x8_add()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c654 vp9_highbd_idct8x8_add(dqcoeff, dst16, pd->dst.stride, p->eobs[block], in encode_block()
Dvp9_rdopt.c614 vp9_highbd_idct8x8_add(dqcoeff, recon16, 32, eob, xd->bd); in dist_block()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c181 vp9_highbd_idct8x8_add(dqcoeff, dst16, stride, eob, xd->bd); in inverse_transform_block_inter()