Home
last modified time | relevance | path

Searched refs:itxm_add (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_blockd.h232 void (*itxm_add)(const int16_t *input, uint8_t *dest, int stride, int eob); member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemb.c421 xd->itxm_add(dqcoeff, dst, pd->dst.stride, p->eobs[block]); in encode_block()
443 xd->itxm_add(dqcoeff, dst, pd->dst.stride, p->eobs[block]); in encode_block_pass1()
589 xd->itxm_add(dqcoeff, dst, dst_stride, *eob); in encode_block_intra()
Dvp9_onyx_if.c880 cpi->mb.e_mbd.itxm_add = vp9_iwht4x4_add; in vp9_change_config()
882 cpi->mb.e_mbd.itxm_add = vp9_idct4x4_add; in vp9_change_config()
Dvp9_encodeframe.c2445 cpi->mb.e_mbd.itxm_add = vp9_iwht4x4_add; in switch_lossless_mode()
2453 cpi->mb.e_mbd.itxm_add = vp9_idct4x4_add; in switch_lossless_mode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c204 xd->itxm_add(dqcoeff, dst, stride, eob); in inverse_transform_block()
590 xd->itxm_add = xd->lossless ? vp9_iwht4x4_add : vp9_idct4x4_add; in setup_quantization()