Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c867 double av_intra = (1.0 - av_pct_inter); 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()