/external/libvpx/libvpx/vp9/common/ |
vp9_idct.h | 103 void vp9_iht16x16_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest,
|
vp9_idct.c | 1406 void vp9_iht16x16_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest, function [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodemb.c | 598 vp9_iht16x16_add(tx_type, dqcoeff, dst, pd->dst.stride, *eob);
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodframe.c | 269 vp9_iht16x16_add(tx_type, dqcoeff, dst, stride, eob); [all...] |