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

  /external/libvpx/libvpx/vp9/common/
vp9_idct.h 93 void vp9_iwht4x4_add(const int16_t *input, uint8_t *dest, int stride, int eob);
vp9_idct.c 1333 void vp9_iwht4x4_add(const int16_t *input, uint8_t *dest, int stride, int eob) { function
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.h 93 void vp9_iwht4x4_add(const int16_t *input, uint8_t *dest, int stride, int eob);
vp9_idct.c 1333 void vp9_iwht4x4_add(const int16_t *input, uint8_t *dest, int stride, int eob) { function
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_idct.h 128 void vp9_iwht4x4_add(const tran_low_t *input, uint8_t *dest, int stride,
vp9_idct.c 1373 void vp9_iwht4x4_add(const tran_low_t *input, uint8_t *dest, int stride, function
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodeframe.c 201 vp9_iwht4x4_add(dqcoeff, dst, stride, eob);
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 588 xd->itxm_add = xd->lossless ? vp9_iwht4x4_add : vp9_idct4x4_add;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 590 xd->itxm_add = xd->lossless ? vp9_iwht4x4_add : vp9_idct4x4_add;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.c     [all...]
vp9_encodeframe.c     [all...]
vp9_rdopt.c 713 vp9_iwht4x4_add(BLOCK_OFFSET(pd->dqcoeff, block), dst, dst_stride,
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 837 cpi->mb.e_mbd.itxm_add = vp9_iwht4x4_add;
    [all...]
vp9_encodeframe.c     [all...]
vp9_rdopt.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c 880 cpi->mb.e_mbd.itxm_add = vp9_iwht4x4_add;
    [all...]
vp9_encodeframe.c     [all...]
vp9_rdopt.c     [all...]

Completed in 2756 milliseconds