Searched defs:VP8EncQuantizeBlock (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/dsp/
H A Denc.c683 nz = VP8EncQuantizeBlock(in + 0 * 16, out + 0 * 16, mtx) << 0;
684 nz |= VP8EncQuantizeBlock(in + 1 * 16, out + 1 * 16, mtx) << 1;
729 VP8QuantizeBlock VP8EncQuantizeBlock; variable
767 VP8EncQuantizeBlock = QuantizeBlock_C;
831 assert(VP8EncQuantizeBlock != NULL);

Completed in 69 milliseconds