Home | History | Annotate | Download | only in encoder

Lines Matching defs:kf_boost

3067         int kf_boost = (int)boost_score;
3075 while ((kf_boost < 48) && (Counter > 0))
3078 kf_boost ++;
3083 if (kf_boost < 48)
3085 kf_boost += ((Counter + 1) >> 1);
3087 if (kf_boost > 48) kf_boost = 48;
3094 kf_boost += 2 * (lst_yv12->y_width * lst_yv12->y_height) / (320 * 240);
3096 kf_boost -= 4 * (320 * 240) / (lst_yv12->y_width * lst_yv12->y_height);
3099 kf_boost = (int)((double)kf_boost * 100.0) >> 4; /* Scale 16 to 100 */
3100 if (kf_boost < 250)
3101 kf_boost = 250;
3115 * care of by kf_boost.
3120 ((cpi->twopass.frames_to_key - 1) * 10) + kf_boost;
3125 ((cpi->twopass.frames_to_key - 1) * 100) + kf_boost;
3129 while (kf_boost > 1000)
3131 kf_boost /= 2;
3138 cpi->twopass.kf_bits = (int)((double)kf_boost * ((double)cpi->twopass.kf_group_bits / (double)allocation_chunks));
3159 alt_kf_bits = (int)((double)kf_boost *