/external/libvpx/libvpx/vp9/common/ |
vp9_idct.h | 56 void vp9_iht16x16_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest,
|
vp9_idct.c | 199 void vp9_iht16x16_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, function
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_idct.h | 106 void vp9_iht16x16_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest,
|
vp9_idct.c | 1399 void vp9_iht16x16_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest, function [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_encodemb.c | 540 vp9_iht16x16_add(tx_type, dqcoeff, dst, dst_stride, *eob);
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodemb.c | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
vp9_decodeframe.c | 214 vp9_iht16x16_add(tx_type, dqcoeff, dst, stride, eob); [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodeframe.c | 318 vp9_iht16x16_add(tx_type, dqcoeff, dst, stride, eob); 341 vp9_iht16x16_add(tx_type, dqcoeff, dst, stride, eob); [all...] |