Searched refs:hp_cost (Results 1 – 2 of 2) sorted by relevance
75 int class0_hp_cost[2], hp_cost[2]; in build_nmv_component_cost_table() local95 hp_cost[0] = vp9_cost_zero(mvcomp->hp); in build_nmv_component_cost_table()96 hp_cost[1] = vp9_cost_one(mvcomp->hp); in build_nmv_component_cost_table()126 mvcost[v] = cost + hp_cost[0] + sign_cost[0]; in build_nmv_component_cost_table()127 mvcost[-v] = cost + hp_cost[0] + sign_cost[1]; in build_nmv_component_cost_table()129 mvcost[v + 1] = cost + hp_cost[1] + sign_cost[0]; in build_nmv_component_cost_table()130 mvcost[-v - 1] = cost + hp_cost[1] + sign_cost[1]; in build_nmv_component_cost_table()
89 int class0_hp_cost[2], hp_cost[2]; in build_nmv_component_cost_table() local104 av1_cost_tokens_from_cdf(hp_cost, mvcomp->hp_cdf, NULL); in build_nmv_component_cost_table()131 cost += hp_cost[e]; in build_nmv_component_cost_table()