Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dframe_enc.c571 static uint64_t OneStatPass(VP8Encoder* const enc, VP8RDLevel rd_opt, in OneStatPass() argument
585 if (VP8Decimate(&it, &info, rd_opt)) { in OneStatPass()
620 const VP8RDLevel rd_opt = in StatLoop() local
642 OneStatPass(enc, rd_opt, nb_mbs, percent_per_pass, &stats); in StatLoop()
747 const VP8RDLevel rd_opt = enc->rd_opt_level_; in VP8EncLoop() local
752 if (!VP8Decimate(&it, &info, rd_opt) || dont_use_skip) { in VP8EncLoop()
781 const VP8RDLevel rd_opt = enc->rd_opt_level_; in VP8EncTokenLoop() local
795 assert(rd_opt >= RD_OPT_BASIC); // otherwise, token-buffer won't be useful in VP8EncTokenLoop()
820 VP8Decimate(&it, &info, rd_opt); in VP8EncTokenLoop()
Dquant_enc.c1326 VP8RDLevel rd_opt) { in VP8Decimate() argument
1337 if (rd_opt > RD_OPT_NONE) { in VP8Decimate()
1338 it->do_trellis_ = (rd_opt >= RD_OPT_TRELLIS_ALL); in VP8Decimate()
1344 if (rd_opt == RD_OPT_TRELLIS) { // finish off with trellis-optim now in VP8Decimate()
Dvp8i_enc.h475 VP8RDLevel rd_opt);
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c3153 RD_OPT *const rd_opt = &cpi->rd; in vp9_rd_pick_inter_mode_sb() local
3193 const int *const rd_threshes = rd_opt->threshes[segment_id][bsize]; in vp9_rd_pick_inter_mode_sb()
3938 RD_OPT *const rd_opt = &cpi->rd; in vp9_rd_pick_inter_mode_sub8x8() local
4069 rd_opt->threshes[segment_id][bsize][ref_index], in vp9_rd_pick_inter_mode_sub8x8()
4190 ? rd_opt->threshes[segment_id][bsize][THR_LAST] in vp9_rd_pick_inter_mode_sub8x8()
4191 : rd_opt->threshes[segment_id][bsize][THR_ALTR]; in vp9_rd_pick_inter_mode_sub8x8()
4193 ? rd_opt->threshes[segment_id][bsize][THR_GOLD] in vp9_rd_pick_inter_mode_sub8x8()
Dvp9_encodeframe.c5852 RD_OPT *rd_opt = &cpi->rd; in restore_encode_params() local
5855 rd_opt->prediction_type_threshes[i][j] = in restore_encode_params()
5856 rd_opt->prediction_type_threshes_prev[i][j]; in restore_encode_params()
5859 rd_opt->filter_threshes[i][j] = rd_opt->filter_threshes_prev[i][j]; in restore_encode_params()
5904 RD_OPT *const rd_opt = &cpi->rd; in vp9_encode_frame() local
5916 int64_t *const mode_thrs = rd_opt->prediction_type_threshes[frame_type]; in vp9_encode_frame()
5917 int64_t *const filter_thrs = rd_opt->filter_threshes[frame_type]; in vp9_encode_frame()
Dvp9_encoder.c3635 RD_OPT *rd_opt = &cpi->rd; local
3638 rd_opt->prediction_type_threshes_prev[i][j] =
3639 rd_opt->prediction_type_threshes[i][j];
3642 rd_opt->filter_threshes_prev[i][j] = rd_opt->filter_threshes[i][j];
/external/libaom/libaom/av1/encoder/
Dencodeframe.c5709 RD_OPT *const rd_opt = &cpi->rd; in av1_encode_frame() local
5723 int64_t *const mode_thrs = rd_opt->prediction_type_threshes[frame_type]; in av1_encode_frame()