Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_idct.h103 void vp9_iwht4x4_add(const int16_t *input, uint8_t *dest, int stride, int eob);
Dvp9_idct.c1333 void vp9_iwht4x4_add(const int16_t *input, uint8_t *dest, int stride, int eob) { in vp9_iwht4x4_add() function
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c201 vp9_iwht4x4_add(dqcoeff, dst, stride, eob); in inverse_transform_block()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c2700 cpi->mb.itxm_add = lossless ? vp9_iwht4x4_add : vp9_idct4x4_add; in vp9_get_compressed_data()
Dvp9_encodeframe.c3291 x->itxm_add = xd->lossless ? vp9_iwht4x4_add : vp9_idct4x4_add; in encode_frame_internal()
Dvp9_rdopt.c699 vp9_iwht4x4_add(BLOCK_OFFSET(pd->dqcoeff, block), dst, dst_stride, in rd_pick_intra4x4block()