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

  /external/libvpx/libvpx/vp9/common/
vp9_idct.h 41 void vp9_iwht4x4_add(const tran_low_t *input, uint8_t *dest, int stride,
vp9_idct.c 127 void vp9_iwht4x4_add(const tran_low_t *input, uint8_t *dest, int stride, function
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 214 vp9_iwht4x4_add(dqcoeff, dst, stride, eob);
227 vp9_iwht4x4_add(dqcoeff, dst, stride, eob);
282 vp9_iwht4x4_add(dqcoeff, dst, stride, eob);
297 vp9_iwht4x4_add(dqcoeff, dst, stride, eob);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c     [all...]
vp9_encoder.c     [all...]
vp9_rdopt.c     [all...]

Completed in 145 milliseconds