Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c119 int whole_cost = class_cost[c]; in build_nmv_component_cost_table() local
121 for (i = 0; i < b; ++i) whole_cost += bits_cost[i][((d >> i) & 1)]; in build_nmv_component_cost_table()
123 int cost = whole_cost + fp_cost[f]; in build_nmv_component_cost_table()