Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c72 int sign_cost[2], class_cost[MV_CLASSES], class0_cost[CLASS0_SIZE]; in build_nmv_component_cost_table() local
81 vp9_cost_tokens(class_cost, mvcomp->classes, vp9_mv_class_tree); in build_nmv_component_cost_table()
102 int cost = class_cost[MV_CLASS_0]; in build_nmv_component_cost_table()
119 int whole_cost = class_cost[c]; in build_nmv_component_cost_table()