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

  /external/libvpx/libvpx/vp9/common/
vp9_idct.h 97 void vp9_idct16x16_add(const int16_t *input, uint8_t *dest, int stride, int
vp9_idct.c 1357 void vp9_idct16x16_add(const int16_t *input, uint8_t *dest, int stride, function
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.h 97 void vp9_idct16x16_add(const int16_t *input, uint8_t *dest, int stride, int
vp9_idct.c 1357 void vp9_idct16x16_add(const int16_t *input, uint8_t *dest, int stride, function
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_idct.h 134 void vp9_idct16x16_add(const tran_low_t *input, uint8_t *dest, int stride, int
vp9_idct.c 1399 void vp9_idct16x16_add(const tran_low_t *input, uint8_t *dest, int stride, function
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 412 vp9_idct16x16_add(dqcoeff, dst, pd->dst.stride, p->eobs[block]);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodemb.c 412 vp9_idct16x16_add(dqcoeff, dst, pd->dst.stride, p->eobs[block]);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encodemb.c 529 vp9_idct16x16_add(dqcoeff, dst, pd->dst.stride, p->eobs[block]);

Completed in 180 milliseconds