Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c871 double intra_cost; in estimate_modemvcost() local
875 intra_cost = bitcost(av_intra); in estimate_modemvcost()
887 (av_pct_motion * motion_cost) + (av_intra * intra_cost)) * in estimate_modemvcost()