Searched refs:vp9_highbd_idct4x4_add (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.h | 62 void vp9_highbd_idct4x4_add(const tran_low_t *input, uint8_t *dest, int stride,
|
D | vp9_idct.c | 314 void vp9_highbd_idct4x4_add(const tran_low_t *input, uint8_t *dest, int stride, in vp9_highbd_idct4x4_add() function 380 vp9_highbd_idct4x4_add(input, dest, stride, eob, bd); in vp9_highbd_iht4x4_add()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 201 vp9_highbd_idct4x4_add(dqcoeff, dst, stride, eob, xd->bd); in inverse_transform_block_inter()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 4388 vp9_highbd_idct4x4_add;
|
D | vp9_encodeframe.c | 3902 vp9_highbd_idct4x4_add; in encode_frame_internal()
|