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

  /external/webp/src/enc/
vp8enci.h 437 int VP8Decimate(VP8EncIterator* const it, VP8ModeScore* const rd, int rd_opt);
frame.c 583 // Warning! order is important: first call VP8Decimate() and
585 if (!VP8Decimate(&it, &info, rd_opt) || dont_use_skip) {
650 if (VP8Decimate(&it, &info, rd_opt)) {
quant.c 888 int VP8Decimate(VP8EncIterator* const it, VP8ModeScore* const rd, int rd_opt) {

Completed in 403 milliseconds