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

  /external/opencv3/3rdparty/libwebp/dsp/
enc.c 688 VP8QuantizeBlock VP8EncQuantizeBlock;
712 VP8EncQuantizeBlock = QuantizeBlock;
  /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;

Completed in 1563 milliseconds