Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c854 static double bitcost(double prob) { in bitcost() function
873 zz_cost = bitcost(av_pct_inter - av_pct_motion); in estimate_modemvcost()
874 motion_cost = bitcost(av_pct_motion); in estimate_modemvcost()
875 intra_cost = bitcost(av_intra); in estimate_modemvcost()