Home
last modified time | relevance | path

Searched refs:rd_opt (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/enc/
Dframe_enc.c557 static uint64_t OneStatPass(VP8Encoder* const enc, VP8RDLevel rd_opt, in OneStatPass() argument
571 if (VP8Decimate(&it, &info, rd_opt)) { in OneStatPass()
606 const VP8RDLevel rd_opt = in StatLoop() local
628 OneStatPass(enc, rd_opt, nb_mbs, percent_per_pass, &stats); in StatLoop()
733 const VP8RDLevel rd_opt = enc->rd_opt_level_; in VP8EncLoop() local
738 if (!VP8Decimate(&it, &info, rd_opt) || dont_use_skip) { in VP8EncLoop()
767 const VP8RDLevel rd_opt = enc->rd_opt_level_; in VP8EncTokenLoop() local
781 assert(rd_opt >= RD_OPT_BASIC); // otherwise, token-buffer won't be useful in VP8EncTokenLoop()
806 VP8Decimate(&it, &info, rd_opt); in VP8EncTokenLoop()
Dquant_enc.c1251 VP8RDLevel rd_opt) { in VP8Decimate() argument
1262 if (rd_opt > RD_OPT_NONE) { in VP8Decimate()
1263 it->do_trellis_ = (rd_opt >= RD_OPT_TRELLIS_ALL); in VP8Decimate()
1269 if (rd_opt == RD_OPT_TRELLIS) { // finish off with trellis-optim now in VP8Decimate()
Dvp8i_enc.h465 VP8RDLevel rd_opt);
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c3032 RD_OPT *const rd_opt = &cpi->rd; in vp9_rd_pick_inter_mode_sb() local
3072 const int *const rd_threshes = rd_opt->threshes[segment_id][bsize]; in vp9_rd_pick_inter_mode_sb()
3803 RD_OPT *const rd_opt = &cpi->rd; in vp9_rd_pick_inter_mode_sub8x8() local
3933 rd_opt->threshes[segment_id][bsize][ref_index], in vp9_rd_pick_inter_mode_sub8x8()
4049 ? rd_opt->threshes[segment_id][bsize][THR_LAST] in vp9_rd_pick_inter_mode_sub8x8()
4050 : rd_opt->threshes[segment_id][bsize][THR_ALTR]; in vp9_rd_pick_inter_mode_sub8x8()
4052 ? rd_opt->threshes[segment_id][bsize][THR_GOLD] in vp9_rd_pick_inter_mode_sub8x8()
Dvp9_encodeframe.c4909 RD_OPT *const rd_opt = &cpi->rd; in vp9_encode_frame() local
4921 int64_t *const mode_thrs = rd_opt->prediction_type_threshes[frame_type]; in vp9_encode_frame()
4922 int64_t *const filter_thrs = rd_opt->filter_threshes[frame_type]; in vp9_encode_frame()