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

  /external/webp/src/dsp/
dsp.h 198 typedef int (*VP8QuantizeBlock)(int16_t in[16], int16_t out[16],
200 // Same as VP8QuantizeBlock, but quantizes two consecutive blocks.
204 extern VP8QuantizeBlock VP8EncQuantizeBlock;
enc.c 847 VP8QuantizeBlock VP8EncQuantizeBlock;

Completed in 324 milliseconds