Searched refs:srcrf_rate (Results 1 – 2 of 2) sorted by relevance
400 tpl_stats->srcrf_rate = rate_cost << TPL_DEP_COST_SCALE_LOG2; in mode_estimation()445 tpl_stats->srcrf_rate = rate_cost << TPL_DEP_COST_SCALE_LOG2; in mode_estimation()448 tpl_stats->recrf_rate = AOMMAX(tpl_stats->srcrf_rate, tpl_stats->recrf_rate); in mode_estimation()576 int64_t delta_rate = tpl_stats_ptr->recrf_rate - tpl_stats_ptr->srcrf_rate; in tpl_model_update_b()639 int64_t srcrf_rate = src_stats->srcrf_rate / (mi_height * mi_width); in tpl_model_store() local646 srcrf_rate = AOMMAX(1, srcrf_rate); in tpl_model_store()657 tpl_ptr->srcrf_rate = srcrf_rate; in tpl_model_store()
160 int64_t srcrf_rate; member