Searched refs:rd_opt (Results 1 – 5 of 5) sorted by relevance
/external/webp/src/enc/ |
D | frame.c | 540 static uint64_t OneStatPass(VP8Encoder* const enc, VP8RDLevel rd_opt, in OneStatPass() argument 554 if (VP8Decimate(&it, &info, rd_opt)) { in OneStatPass() 588 const VP8RDLevel rd_opt = in StatLoop() local 610 OneStatPass(enc, rd_opt, nb_mbs, percent_per_pass, &stats); in StatLoop() 713 const VP8RDLevel rd_opt = enc->rd_opt_level_; in VP8EncLoop() local 718 if (!VP8Decimate(&it, &info, rd_opt) || dont_use_skip) { in VP8EncLoop() 747 const VP8RDLevel rd_opt = enc->rd_opt_level_; in VP8EncTokenLoop() local 761 assert(rd_opt >= RD_OPT_BASIC); // otherwise, token-buffer won't be useful in VP8EncTokenLoop() 786 VP8Decimate(&it, &info, rd_opt); in VP8EncTokenLoop()
|
D | quant.c | 1138 VP8RDLevel rd_opt) { in VP8Decimate() argument 1149 if (rd_opt > RD_OPT_NONE) { in VP8Decimate() 1150 it->do_trellis_ = (rd_opt >= RD_OPT_TRELLIS_ALL); in VP8Decimate() 1156 if (rd_opt == RD_OPT_TRELLIS) { // finish off with trellis-optim now in VP8Decimate()
|
D | vp8enci.h | 526 VP8RDLevel rd_opt);
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 2919 RD_OPT *const rd_opt = &cpi->rd; in vp9_rd_pick_inter_mode_sb() local 2959 const int *const rd_threshes = rd_opt->threshes[segment_id][bsize]; in vp9_rd_pick_inter_mode_sb() 3699 RD_OPT *const rd_opt = &cpi->rd; in vp9_rd_pick_inter_mode_sub8x8() local 3823 rd_opt->threshes[segment_id][bsize][ref_index], in vp9_rd_pick_inter_mode_sub8x8() 3932 rd_opt->threshes[segment_id][bsize][THR_LAST] : in vp9_rd_pick_inter_mode_sub8x8() 3933 rd_opt->threshes[segment_id][bsize][THR_ALTR]; in vp9_rd_pick_inter_mode_sub8x8() 3935 rd_opt->threshes[segment_id][bsize][THR_GOLD] : this_rd_thresh; in vp9_rd_pick_inter_mode_sub8x8()
|
D | vp9_encodeframe.c | 4010 RD_OPT *const rd_opt = &cpi->rd; in vp9_encode_frame() local 4022 int64_t *const mode_thrs = rd_opt->prediction_type_threshes[frame_type]; in vp9_encode_frame() 4023 int64_t *const filter_thrs = rd_opt->filter_threshes[frame_type]; in vp9_encode_frame()
|