HomeSort by relevance Sort by last modified time
    Searched refs:vp9_iht8x8_add (Results 1 - 4 of 4) sorted by null

  /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...]

Completed in 377 milliseconds