/external/libvpx/libvpx/vp9/common/ |
vp9_idct.h | 101 void vp9_iht8x8_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest,
|
vp9_idct.c | 1395 void vp9_iht8x8_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest, function [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodemb.c | 622 vp9_iht8x8_add(tx_type, dqcoeff, dst, pd->dst.stride, *eob);
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodframe.c | 265 vp9_iht8x8_add(tx_type, dqcoeff, dst, stride, eob); [all...] |