Searched refs:VP8Decimate (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dvp8enci.h525 int VP8Decimate(VP8EncIterator* const it, VP8ModeScore* const rd,
H A Dframe.c554 if (VP8Decimate(&it, &info, rd_opt)) {
716 // Warning! order is important: first call VP8Decimate() and
718 if (!VP8Decimate(&it, &info, rd_opt) || dont_use_skip) {
786 VP8Decimate(&it, &info, rd_opt);
H A Dquant.c1137 int VP8Decimate(VP8EncIterator* const it, VP8ModeScore* const rd, function
/external/webp/src/enc/
H A Dvp8enci.h525 int VP8Decimate(VP8EncIterator* const it, VP8ModeScore* const rd,
H A Dframe.c554 if (VP8Decimate(&it, &info, rd_opt)) {
716 // Warning! order is important: first call VP8Decimate() and
718 if (!VP8Decimate(&it, &info, rd_opt) || dont_use_skip) {
786 VP8Decimate(&it, &info, rd_opt);
H A Dquant.c1137 int VP8Decimate(VP8EncIterator* const it, VP8ModeScore* const rd, function

Completed in 147 milliseconds