Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dencodemv.c141 unsigned int cost0 = 0; in vp8_build_component_cost_table() local
154 cost0 = cost_mvcomponent(i, &mvc[0]); in vp8_build_component_cost_table()
156 mvcost [0] [i] = cost0 + vp8_cost_zero(mvc[0].prob[MVPsign]); in vp8_build_component_cost_table()
157 mvcost [0] [-i] = cost0 + vp8_cost_one(mvc[0].prob[MVPsign]); in vp8_build_component_cost_table()