Home
last modified time | relevance | path

Searched refs:vp9_highbd_idct4x4_add (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_idct.h62 void vp9_highbd_idct4x4_add(const tran_low_t *input, uint16_t *dest, int stride,
Dvp9_idct.c307 void vp9_highbd_idct4x4_add(const tran_low_t *input, uint16_t *dest, int stride, in vp9_highbd_idct4x4_add() function
374 vp9_highbd_idct4x4_add(input, dest, stride, eob, bd); in vp9_highbd_iht4x4_add()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c178 vp9_highbd_idct4x4_add(dqcoeff, dst16, stride, eob, xd->bd); in inverse_transform_block_inter()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c611 vp9_highbd_idct4x4_add(dqcoeff, recon16, 32, eob, xd->bd); in dist_block()
Dvp9_encoder.c6752 lossless ? vp9_highbd_iwht4x4_add : vp9_highbd_idct4x4_add;
Dvp9_encodeframe.c5689 xd->lossless ? vp9_highbd_iwht4x4_add : vp9_highbd_idct4x4_add; in encode_frame_internal()