Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemv.c78 int sign_cost[2], class_cost[MV_CLASSES], class0_cost[CLASS0_SIZE]; in build_nmv_component_cost_table() local
83 sign_cost[0] = vp9_cost_zero(mvcomp->sign); in build_nmv_component_cost_table()
84 sign_cost[1] = vp9_cost_one(mvcomp->sign); in build_nmv_component_cost_table()
131 mvcost[v] = cost + sign_cost[0]; in build_nmv_component_cost_table()
132 mvcost[-v] = cost + sign_cost[1]; in build_nmv_component_cost_table()