Searched refs:vp9_highbd_iwht4x4_add (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.h | 60 void vp9_highbd_iwht4x4_add(const tran_low_t *input, uint8_t *dest, int stride,
|
D | vp9_idct.c | 323 void vp9_highbd_iwht4x4_add(const tran_low_t *input, uint8_t *dest, int stride, in vp9_highbd_iwht4x4_add() function
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 197 vp9_highbd_iwht4x4_add(dqcoeff, dst, stride, eob, xd->bd); in inverse_transform_block_inter() 287 vp9_highbd_iwht4x4_add(dqcoeff, dst, stride, eob, xd->bd); in inverse_transform_block_intra()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 4387 cpi->td.mb.highbd_itxm_add = lossless ? vp9_highbd_iwht4x4_add :
|
D | vp9_rdopt.c | 842 vp9_highbd_iwht4x4_add(BLOCK_OFFSET(pd->dqcoeff, block), in rd_pick_intra4x4block()
|
D | vp9_encodeframe.c | 3901 x->highbd_itxm_add = xd->lossless ? vp9_highbd_iwht4x4_add : in encode_frame_internal()
|