Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_idct.h95 void vp9_idct4x4_add(const int16_t *input, uint8_t *dest, int stride, int eob);
Dvp9_idct.c1325 void vp9_idct4x4_add(const int16_t *input, uint8_t *dest, int stride, int eob) { in vp9_idct4x4_add() function
1385 vp9_idct4x4_add(input, dest, stride, eob); in vp9_iht4x4_add()
/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.c882 cpi->mb.e_mbd.itxm_add = vp9_idct4x4_add; in vp9_change_config()
Dvp9_encodeframe.c2453 cpi->mb.e_mbd.itxm_add = vp9_idct4x4_add; in switch_lossless_mode()