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

  /external/libvpx/libvpx/vp9/common/
vp9_idct.h 47 void vp9_idct16x16_add(const tran_low_t *input, uint8_t *dest, int stride,
vp9_idct.c 157 void vp9_idct16x16_add(const tran_low_t *input, uint8_t *dest, int stride, function
202 vp9_idct16x16_add(input, dest, stride, eob);
  /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...]
  /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/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 688 vp9_idct16x16_add(dqcoeff, dst, pd->dst.stride, p->eobs[block]);
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 228 vp9_idct16x16_add(dqcoeff, dst, stride, eob);
251 vp9_idct16x16_add(dqcoeff, dst, stride, eob);
    [all...]

Completed in 79 milliseconds