Searched refs:rd_opt (Results 1 – 6 of 6) sorted by relevance
/external/webp/src/enc/ |
D | frame_enc.c | 574 static uint64_t OneStatPass(VP8Encoder* const enc, VP8RDLevel rd_opt, in OneStatPass() argument 588 if (VP8Decimate(&it, &info, rd_opt)) { in OneStatPass() 623 const VP8RDLevel rd_opt = in StatLoop() local 645 OneStatPass(enc, rd_opt, nb_mbs, percent_per_pass, &stats); in StatLoop() 750 const VP8RDLevel rd_opt = enc->rd_opt_level_; in VP8EncLoop() local 755 if (!VP8Decimate(&it, &info, rd_opt) || dont_use_skip) { in VP8EncLoop() 784 const VP8RDLevel rd_opt = enc->rd_opt_level_; in VP8EncTokenLoop() local 798 assert(rd_opt >= RD_OPT_BASIC); // otherwise, token-buffer won't be useful in VP8EncTokenLoop() 823 VP8Decimate(&it, &info, rd_opt); in VP8EncTokenLoop()
|
D | vp8i_enc.h | 475 VP8RDLevel rd_opt);
|
D | quant_enc.c | 1340 VP8RDLevel rd_opt) { in VP8Decimate() argument 1351 if (rd_opt > RD_OPT_NONE) { in VP8Decimate() 1352 it->do_trellis_ = (rd_opt >= RD_OPT_TRELLIS_ALL); in VP8Decimate() 1358 if (rd_opt == RD_OPT_TRELLIS) { // finish off with trellis-optim now in VP8Decimate()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 3306 RD_OPT *const rd_opt = &cpi->rd; in vp9_rd_pick_inter_mode_sb() local 3346 const int *const rd_threshes = rd_opt->threshes[segment_id][bsize]; in vp9_rd_pick_inter_mode_sb() 4136 RD_OPT *const rd_opt = &cpi->rd; in vp9_rd_pick_inter_mode_sub8x8() local 4267 rd_opt->threshes[segment_id][bsize][ref_index], in vp9_rd_pick_inter_mode_sub8x8() 4388 ? rd_opt->threshes[segment_id][bsize][THR_LAST] in vp9_rd_pick_inter_mode_sub8x8() 4389 : rd_opt->threshes[segment_id][bsize][THR_ALTR]; in vp9_rd_pick_inter_mode_sub8x8() 4391 ? rd_opt->threshes[segment_id][bsize][THR_GOLD] in vp9_rd_pick_inter_mode_sub8x8()
|
D | vp9_encodeframe.c | 6141 RD_OPT *rd_opt = &cpi->rd; in restore_encode_params() local 6144 rd_opt->prediction_type_threshes[i][j] = in restore_encode_params() 6145 rd_opt->prediction_type_threshes_prev[i][j]; in restore_encode_params() 6148 rd_opt->filter_threshes[i][j] = rd_opt->filter_threshes_prev[i][j]; in restore_encode_params() 6197 RD_OPT *const rd_opt = &cpi->rd; in vp9_encode_frame() local 6209 int64_t *const mode_thrs = rd_opt->prediction_type_threshes[frame_type]; in vp9_encode_frame() 6210 int64_t *const filter_thrs = rd_opt->filter_threshes[frame_type]; in vp9_encode_frame()
|
D | vp9_encoder.c | 3818 RD_OPT *rd_opt = &cpi->rd; local 3821 rd_opt->prediction_type_threshes_prev[i][j] = 3822 rd_opt->prediction_type_threshes[i][j]; 3825 rd_opt->filter_threshes_prev[i][j] = rd_opt->filter_threshes[i][j];
|