/external/libvpx/libvpx/vp9/common/ |
vp9_idct.h | 41 void vp9_iwht4x4_add(const tran_low_t *input, uint8_t *dest, int stride,
|
vp9_idct.c | 131 void vp9_iwht4x4_add(const tran_low_t *input, uint8_t *dest, int stride, function
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_idct.h | 93 void vp9_iwht4x4_add(const int16_t *input, uint8_t *dest, int stride, int eob);
|
vp9_idct.c | 1333 void vp9_iwht4x4_add(const int16_t *input, uint8_t *dest, int stride, int eob) { function [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodeframe.c | 218 vp9_iwht4x4_add(dqcoeff, dst, stride, eob); 241 vp9_iwht4x4_add(dqcoeff, dst, stride, eob); 308 vp9_iwht4x4_add(dqcoeff, dst, stride, eob); 331 vp9_iwht4x4_add(dqcoeff, dst, stride, eob); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
vp9_decodeframe.c | 590 xd->itxm_add = xd->lossless ? vp9_iwht4x4_add : vp9_idct4x4_add; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_onyx_if.c | 880 cpi->mb.e_mbd.itxm_add = vp9_iwht4x4_add; [all...] |
vp9_encodeframe.c | [all...] |
vp9_rdopt.c | [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodeframe.c | [all...] |
vp9_encoder.c | [all...] |
vp9_rdopt.c | [all...] |