Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c928 double zz_cost; in estimate_modemvcost() local
932 zz_cost = bitcost(av_pct_inter - av_pct_motion); in estimate_modemvcost()
944 mode_cost = (int64_t)((((av_pct_inter - av_pct_motion) * zz_cost) + in estimate_modemvcost()