Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_idct.h93 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
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c590 xd->itxm_add = xd->lossless ? vp9_iwht4x4_add : vp9_idct4x4_add; in setup_quantization()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c880 cpi->mb.e_mbd.itxm_add = vp9_iwht4x4_add; in vp9_change_config()
Dvp9_encodeframe.c2445 cpi->mb.e_mbd.itxm_add = vp9_iwht4x4_add; in switch_lossless_mode()
Dvp9_rdopt.c1119 vp9_iwht4x4_add(BLOCK_OFFSET(pd->dqcoeff, block), dst, dst_stride, in rd_pick_intra4x4block()