Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2930 double this_pcnt_intra = 1.0 - this_frame->pcnt_inter; in intra_step_transition() local
2932 double mod_this_intra = this_pcnt_intra + this_frame->pcnt_neutral; in intra_step_transition()
2946 (next_ii_ratio > 2.25) && (this_pcnt_intra > (3 * last_pcnt_intra)) && in intra_step_transition()
2947 (this_pcnt_intra > (3 * next_pcnt_intra)) && in intra_step_transition()
2948 ((this_pcnt_intra > 0.075) || (mod_this_intra > 0.85))) { in intra_step_transition()