Searched refs:tpl_ptr (Results 1 – 2 of 2) sorted by relevance
541 TplDepStats *tpl_ptr = tpl_frame_ptr->tpl_stats_ptr; in tpl_model_update_b() local544 TplDepStats *tpl_stats_ptr = &tpl_ptr[av1_tpl_ptr_pos( in tpl_model_update_b()650 TplDepStats *tpl_ptr = &tpl_stats_ptr[av1_tpl_ptr_pos( in tpl_model_store() local653 tpl_ptr->intra_cost = intra_cost; in tpl_model_store()654 tpl_ptr->inter_cost = inter_cost; in tpl_model_store()655 tpl_ptr->srcrf_dist = srcrf_dist; in tpl_model_store()656 tpl_ptr->recrf_dist = recrf_dist; in tpl_model_store()657 tpl_ptr->srcrf_rate = srcrf_rate; in tpl_model_store()658 tpl_ptr->recrf_rate = recrf_rate; in tpl_model_store()659 memcpy(tpl_ptr->mv, src_stats->mv, sizeof(tpl_ptr->mv)); in tpl_model_store()[all …]
6094 TplDepStats *tpl_ptr = &tpl_stats[(mi_row + idy) * stride + mi_col + idx]; local6095 const int64_t mc_flow = tpl_ptr->mc_flow;6096 const int64_t mc_ref_cost = tpl_ptr->mc_ref_cost;6097 *tpl_ptr = *src_stats;6098 tpl_ptr->mc_flow = mc_flow;6099 tpl_ptr->mc_ref_cost = mc_ref_cost;6100 tpl_ptr->mc_dep_cost = tpl_ptr->intra_cost + tpl_ptr->mc_flow;6169 TplDepStats *tpl_ptr = local6171 tpl_model_update_b(tpl_frame, tpl_ptr, mi_row + idy, mi_col + idx,6973 const TplDepStats *tpl_ptr = local[all …]