Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c79 int sign_cost[2], class_cost[MV_CLASSES], class0_cost[CLASS0_SIZE]; in build_nmv_component_cost_table() local
87 vp9_cost_tokens(class0_cost, mvcomp->class0, vp9_mv_class0_tree); in build_nmv_component_cost_table()
113 cost += class0_cost[d]; in build_nmv_component_cost_table()