Searched defs:rd_opt (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dframe.c540 static uint64_t OneStatPass(VP8Encoder* const enc, VP8RDLevel rd_opt, argument
554 if (VP8Decimate(&it, &info, rd_opt)) {
588 const VP8RDLevel rd_opt = local
610 OneStatPass(enc, rd_opt, nb_mbs, percent_per_pass, &stats);
713 const VP8RDLevel rd_opt = enc->rd_opt_level_; local
718 if (!VP8Decimate(&it, &info, rd_opt) || dont_use_skip) {
747 const VP8RDLevel rd_opt = enc->rd_opt_level_; local
761 assert(rd_opt >= RD_OPT_BASIC); // otherwise, token-buffer won't be useful
786 VP8Decimate(&it, &info, rd_opt);
H A Dquant.c1138 VP8RDLevel rd_opt) {
1149 if (rd_opt > RD_OPT_NONE) {
1150 it->do_trellis_ = (rd_opt >= RD_OPT_TRELLIS_ALL);
1156 if (rd_opt == RD_OPT_TRELLIS) { // finish off with trellis-optim now
1137 VP8Decimate(VP8EncIterator* const it, VP8ModeScore* const rd, VP8RDLevel rd_opt) argument
/external/webp/src/enc/
H A Dframe.c540 static uint64_t OneStatPass(VP8Encoder* const enc, VP8RDLevel rd_opt, argument
554 if (VP8Decimate(&it, &info, rd_opt)) {
588 const VP8RDLevel rd_opt = local
610 OneStatPass(enc, rd_opt, nb_mbs, percent_per_pass, &stats);
713 const VP8RDLevel rd_opt = enc->rd_opt_level_; local
718 if (!VP8Decimate(&it, &info, rd_opt) || dont_use_skip) {
747 const VP8RDLevel rd_opt = enc->rd_opt_level_; local
761 assert(rd_opt >= RD_OPT_BASIC); // otherwise, token-buffer won't be useful
786 VP8Decimate(&it, &info, rd_opt);
H A Dquant.c1138 VP8RDLevel rd_opt) {
1149 if (rd_opt > RD_OPT_NONE) {
1150 it->do_trellis_ = (rd_opt >= RD_OPT_TRELLIS_ALL);
1156 if (rd_opt == RD_OPT_TRELLIS) { // finish off with trellis-optim now
1137 VP8Decimate(VP8EncIterator* const it, VP8ModeScore* const rd, VP8RDLevel rd_opt) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c512 RD_OPT *const rd_opt = &cpi->rd; local
598 rd_opt->tx_select_diff[i] += ctx->tx_rd_diff[i];
631 rd_opt->comp_pred_diff[SINGLE_REFERENCE] += ctx->single_pred_diff;
632 rd_opt->comp_pred_diff[COMPOUND_REFERENCE] += ctx->comp_pred_diff;
633 rd_opt->comp_pred_diff[REFERENCE_MODE_SELECT] += ctx->hybrid_pred_diff;
636 rd_opt->filter_diff[i] += ctx->best_filter_diff[i];
3295 RD_OPT *const rd_opt = &cpi->rd; local
3305 vp9_zero(rd_opt->comp_pred_diff);
3306 vp9_zero(rd_opt->filter_diff);
3307 vp9_zero(rd_opt
3399 RD_OPT *const rd_opt = &cpi->rd; local
[all...]
H A Dvp9_rdopt.c2141 RD_OPT *rd_opt = &cpi->rd; local
2263 rd_opt->mask_filter = 0;
2265 rd_opt->filter_cache[i] = INT64_MAX;
2284 rd_opt->filter_cache[i] = rd;
2285 rd_opt->filter_cache[SWITCHABLE_FILTERS] =
2286 MIN(rd_opt->filter_cache[SWITCHABLE_FILTERS], rd + rs_rd);
2289 rd_opt->mask_filter = MAX(rd_opt->mask_filter, rd);
2316 rd_opt->filter_cache[i] = rd;
2317 rd_opt
2552 RD_OPT *const rd_opt = &cpi->rd; local
3207 RD_OPT *const rd_opt = &cpi->rd; local
3314 RD_OPT *const rd_opt = &cpi->rd; local
[all...]

Completed in 2558 milliseconds