Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemv.c79 int bits_cost[MV_OFFSET_BITS][2]; in build_nmv_component_cost_table() local
88 bits_cost[i][0] = vp9_cost_zero(mvcomp->bits[i]); in build_nmv_component_cost_table()
89 bits_cost[i][1] = vp9_cost_one(mvcomp->bits[i]); in build_nmv_component_cost_table()
117 cost += bits_cost[i][((d >> i) & 1)]; in build_nmv_component_cost_table()