Home | History | Annotate | Download | only in encoder

Lines Matching defs:kf_boost

3062         int kf_boost = (int)boost_score;
3070 while ((kf_boost < 48) && (Counter > 0))
3073 kf_boost ++;
3078 if (kf_boost < 48)
3080 kf_boost += ((Counter + 1) >> 1);
3082 if (kf_boost > 48) kf_boost = 48;
3089 kf_boost += 2 * (lst_yv12->y_width * lst_yv12->y_height) / (320 * 240);
3091 kf_boost -= 4 * (320 * 240) / (lst_yv12->y_width * lst_yv12->y_height);
3094 kf_boost = (int)((double)kf_boost * 100.0) >> 4; /* Scale 16 to 100 */
3095 if (kf_boost < 250)
3096 kf_boost = 250;
3110 * care of by kf_boost.
3115 ((cpi->twopass.frames_to_key - 1) * 10) + kf_boost;
3120 ((cpi->twopass.frames_to_key - 1) * 100) + kf_boost;
3124 while (kf_boost > 1000)
3126 kf_boost /= 2;
3133 cpi->twopass.kf_bits = (int)((double)kf_boost * ((double)cpi->twopass.kf_group_bits / (double)allocation_chunks));
3154 alt_kf_bits = (int)((double)kf_boost *