Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c910 static double bitcost( double prob ) in bitcost() function
931 zz_cost = bitcost(av_pct_inter - av_pct_motion); in estimate_modemvcost()
932 motion_cost = bitcost(av_pct_motion); in estimate_modemvcost()
933 intra_cost = bitcost(av_intra); in estimate_modemvcost()