Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_idct.h68 void vp9_highbd_idct32x32_add(const tran_low_t *input, uint8_t *dest,
Dvp9_idct.c364 void vp9_highbd_idct32x32_add(const tran_low_t *input, uint8_t *dest, in vp9_highbd_idct32x32_add() function
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c658 vp9_highbd_idct32x32_add(dqcoeff, dst, pd->dst.stride, in encode_block()
823 vp9_highbd_idct32x32_add(dqcoeff, dst, dst_stride, *eob, xd->bd); in vp9_encode_block_intra()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c210 vp9_highbd_idct32x32_add(dqcoeff, dst, stride, eob, xd->bd); in inverse_transform_block_inter()
300 vp9_highbd_idct32x32_add(dqcoeff, dst, stride, eob, xd->bd); in inverse_transform_block_intra()