Home
last modified time | relevance | path

Searched refs:hp_cost (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c75 int class0_hp_cost[2], hp_cost[2]; in build_nmv_component_cost_table() local
95 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()
/external/libaom/libaom/av1/encoder/
Dencodemv.c89 int class0_hp_cost[2], hp_cost[2]; in build_nmv_component_cost_table() local
104 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()