/external/libvpx/libvpx/vp9/common/ |
vp9_idct.h | 64 void vp9_highbd_idct8x8_add(const tran_low_t *input, uint8_t *dest, int stride,
|
vp9_idct.c | 331 void vp9_highbd_idct8x8_add(const tran_low_t *input, uint8_t *dest, int stride, function 388 vp9_highbd_idct8x8_add(input, dest, stride, eob, bd);
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodemb.c | 666 vp9_highbd_idct8x8_add(dqcoeff, dst, pd->dst.stride, [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodeframe.c | 204 vp9_highbd_idct8x8_add(dqcoeff, dst, stride, eob, xd->bd); [all...] |