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

  /external/libvpx/libvpx/vp9/common/
vp9_idct.h 94 void vp9_idct16x16_add(const int16_t *input, uint8_t *dest, int stride, int
vp9_idct.c 1358 void vp9_idct16x16_add(const int16_t *input, uint8_t *dest, int stride, function
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 455 vp9_idct16x16_add(dqcoeff, dst, pd->dst.stride, pd->eobs[block]);

Completed in 93 milliseconds