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

  /external/opencv3/3rdparty/libwebp/dsp/
dsp.h 86 extern VP8QuantizeBlock VP8EncQuantizeBlock;
enc.c 688 VP8QuantizeBlock VP8EncQuantizeBlock;
712 VP8EncQuantizeBlock = QuantizeBlock;
enc_sse2.c     [all...]
  /external/webp/src/dsp/
enc.c 653 nz = VP8EncQuantizeBlock(in + 0 * 16, out + 0 * 16, mtx) << 0;
654 nz |= VP8EncQuantizeBlock(in + 1 * 16, out + 1 * 16, mtx) << 1;
723 VP8QuantizeBlock VP8EncQuantizeBlock;
760 VP8EncQuantizeBlock = QuantizeBlock;
dsp.h 167 extern VP8QuantizeBlock VP8EncQuantizeBlock;
enc_sse41.c 362 VP8EncQuantizeBlock = QuantizeBlock;
enc_mips32.c     [all...]
enc_neon.c     [all...]
enc_mips_dsp_r2.c     [all...]
enc_sse2.c     [all...]
  /external/opencv3/3rdparty/libwebp/enc/
quant.c 663 nz |= VP8EncQuantizeBlock(dc_tmp, rd->y_dc_levels, 0, &dqm->y2_) << 24;
680 nz |= VP8EncQuantizeBlock(tmp[n], rd->y_ac_levels[n], 1, &dqm->y1_) << n;
711 nz = VP8EncQuantizeBlock(tmp, levels, 0, &dqm->y1_);
746 nz |= VP8EncQuantizeBlock(tmp[n], rd->uv_levels[n], 0, &dqm->uv_) << n;
    [all...]
  /external/webp/src/enc/
quant.c 807 nz = VP8EncQuantizeBlock(tmp, levels, &dqm->y1_);
    [all...]

Completed in 4667 milliseconds