frame.c | 566 const int rd_opt = enc->rd_opt_level_; local 576 ResetStats(enc, rd_opt != 0); 585 if (!VP8Decimate(&it, &info, rd_opt) || dont_use_skip) { 627 static int OneStatPass(VP8Encoder* const enc, float q, int rd_opt, int nb_mbs, 643 ResetStats(enc, rd_opt != 0); 650 if (VP8Decimate(&it, &info, rd_opt)) { 687 const int rd_opt = (enc->method_ > 2); local 688 OneStatPass(enc, q, rd_opt, nb_mbs, NULL); 695 const int rd_opt = 1; local 698 const int size = OneStatPass(enc, q, rd_opt, nb_mbs, &PSNR) [all...] |