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

  /external/chromium_org/third_party/libwebp/enc/
frame.c 712 static int OneStatPass(VP8Encoder* const enc, float q, VP8RDLevel rd_opt,
725 if (VP8Decimate(&it, &info, rd_opt)) {
774 const VP8RDLevel rd_opt = (method >= 3) ? RD_OPT_BASIC : RD_OPT_NONE; local
775 if (!OneStatPass(enc, q, rd_opt, nb_mbs, NULL, percent_per_pass)) {
878 const VP8RDLevel rd_opt = enc->rd_opt_level_; local
883 if (!VP8Decimate(&it, &info, rd_opt) || dont_use_skip) {
916 const VP8RDLevel rd_opt = enc->rd_opt_level_; local
924 assert(rd_opt >= RD_OPT_BASIC); // otherwise, token-buffer won't be useful
942 VP8Decimate(&it, &info, rd_opt);
  /external/webp/src/enc/
frame.c 712 static int OneStatPass(VP8Encoder* const enc, float q, VP8RDLevel rd_opt,
725 if (VP8Decimate(&it, &info, rd_opt)) {
774 const VP8RDLevel rd_opt = (method >= 3) ? RD_OPT_BASIC : RD_OPT_NONE; local
775 if (!OneStatPass(enc, q, rd_opt, nb_mbs, NULL, percent_per_pass)) {
878 const VP8RDLevel rd_opt = enc->rd_opt_level_; local
883 if (!VP8Decimate(&it, &info, rd_opt) || dont_use_skip) {
916 const VP8RDLevel rd_opt = enc->rd_opt_level_; local
924 assert(rd_opt >= RD_OPT_BASIC); // otherwise, token-buffer won't be useful
942 VP8Decimate(&it, &info, rd_opt);

Completed in 92 milliseconds