Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemv.c81 int class0_hp_cost[2], hp_cost[2]; in build_nmv_component_cost_table() local
99 hp_cost[0] = vp9_cost_zero(mvcomp->hp); in build_nmv_component_cost_table()
100 hp_cost[1] = vp9_cost_one(mvcomp->hp); in build_nmv_component_cost_table()
128 cost += hp_cost[e]; in build_nmv_component_cost_table()