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

  /external/libvpx/libvpx/vp9/common/
vp9_idct.h 93 void vp9_idct8x8_add(const int16_t *input, uint8_t *dest, int stride, int eob);
vp9_idct.c 1339 void vp9_idct8x8_add(const int16_t *input, uint8_t *dest, int stride, int eob) { function
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 458 vp9_idct8x8_add(dqcoeff, dst, pd->dst.stride, pd->eobs[block]);

Completed in 27 milliseconds