Lines Matching full:y_height
324 i = source->y_height;
337 sum_weights /= (source->y_height * source->y_width);
3090 if ((lst_yv12->y_width * lst_yv12->y_height) > (320 * 240))
3091 kf_boost += 2 * (lst_yv12->y_width * lst_yv12->y_height) / (320 * 240);
3092 else if ((lst_yv12->y_width * lst_yv12->y_height) < (320 * 240))
3093 kf_boost -= 4 * (320 * 240) / (lst_yv12->y_width * lst_yv12->y_height);