Searched refs:vp9_highbd_idct32x32_add (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.h | 68 void vp9_highbd_idct32x32_add(const tran_low_t *input, uint8_t *dest,
|
D | vp9_idct.c | 364 void vp9_highbd_idct32x32_add(const tran_low_t *input, uint8_t *dest, in vp9_highbd_idct32x32_add() function
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 658 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/ |
D | vp9_decodeframe.c | 210 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()
|