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

/external/webp/src/enc/
H A Dframe_enc.c539 static uint64_t OneStatPass(VP8Encoder* const enc, VP8RDLevel rd_opt, argument
553 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_enc.c1251 VP8RDLevel rd_opt) {
1262 if (rd_opt > RD_OPT_NONE) {
1263 it->do_trellis_ = (rd_opt >= RD_OPT_TRELLIS_ALL);
1269 if (rd_opt == RD_OPT_TRELLIS) { // finish off with trellis-optim now
1250 VP8Decimate(VP8EncIterator* const it, VP8ModeScore* const rd, VP8RDLevel rd_opt) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c4644 RD_OPT *const rd_opt = &cpi->rd; local
4656 int64_t *const mode_thrs = rd_opt->prediction_type_threshes[frame_type];
4657 int64_t *const filter_thrs = rd_opt->filter_threshes[frame_type];
H A Dvp9_rdopt.c3006 RD_OPT *const rd_opt = &cpi->rd; local
3046 const int *const rd_threshes = rd_opt->threshes[segment_id][bsize];
3777 RD_OPT *const rd_opt = &cpi->rd; local
3907 rd_opt->threshes[segment_id][bsize][ref_index],
4023 ? rd_opt->threshes[segment_id][bsize][THR_LAST]
4024 : rd_opt->threshes[segment_id][bsize][THR_ALTR];
4026 ? rd_opt->threshes[segment_id][bsize][THR_GOLD]

Completed in 198 milliseconds