Searched refs:this_model_rd (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 4314 int64_t this_model_rd = in palette_rd_y() local 4317 this_model_rd > *best_model_rd + (*best_model_rd >> 1)) in palette_rd_y() 4319 if (this_model_rd < *best_model_rd) *best_model_rd = this_model_rd; in palette_rd_y() 4491 int64_t this_rd, this_model_rd; in rd_pick_filter_intra_sby() local 4494 this_model_rd = intra_model_yrd(cpi, x, bsize, mode_cost, mi_row, mi_col); in rd_pick_filter_intra_sby() 4496 this_model_rd > *best_model_rd + (*best_model_rd >> 1)) in rd_pick_filter_intra_sby() 4498 if (this_model_rd < *best_model_rd) *best_model_rd = this_model_rd; in rd_pick_filter_intra_sby() 4543 int64_t this_rd, this_model_rd; in calc_rd_given_intra_angle() local 4548 this_model_rd = intra_model_yrd(cpi, x, bsize, mode_cost, mi_row, mi_col); in calc_rd_given_intra_angle() 4550 this_model_rd > *best_model_rd + (*best_model_rd >> 1)) in calc_rd_given_intra_angle() [all …]
|