Searched refs:vp9_highbd_idct32x32_add (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.h | 68 void vp9_highbd_idct32x32_add(const tran_low_t *input, uint16_t *dest,
|
D | vp9_idct.c | 356 void vp9_highbd_idct32x32_add(const tran_low_t *input, uint16_t *dest, in vp9_highbd_idct32x32_add() function
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 675 vp9_highbd_idct32x32_add(dqcoeff, dst16, pd->dst.stride, p->eobs[block], in encode_block() 881 vp9_highbd_idct32x32_add(dqcoeff, dst16, dst_stride, *eob, xd->bd); in vp9_encode_block_intra()
|
D | vp9_rdopt.c | 698 vp9_highbd_idct32x32_add(dqcoeff, recon16, 32, eob, xd->bd); in dist_block()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 191 vp9_highbd_idct32x32_add(dqcoeff, dst16, stride, eob, xd->bd); in inverse_transform_block_inter() 259 vp9_highbd_idct32x32_add(dqcoeff, dst16, stride, eob, xd->bd); in inverse_transform_block_intra()
|