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

  /external/webp/src/enc/
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...]
quant.c 888 int VP8Decimate(VP8EncIterator* const it, VP8ModeScore* const rd, int rd_opt) {
898 // for rd_opt = 2, we perform trellis-quant on the final decision only.
899 // for rd_opt > 2, we use it for every scoring (=much slower).
900 if (rd_opt > 0) {
901 it->do_trellis_ = (rd_opt > 2);
907 if (rd_opt == 2) {
vp8enci.h 437 int VP8Decimate(VP8EncIterator* const it, VP8ModeScore* const rd, int rd_opt);

Completed in 50 milliseconds