Searched defs:y_height (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/vpx_scale/
H A Dyv12config.h43 int y_height; member in struct:__anon8871
/external/libvpx/vp8/encoder/
H A Dfirstpass.c222 i = source->y_height;
235 sum_weights /= (source->y_height * source->y_width);
1345 int y_height = cpi->common.yv12_fb[cpi->common.lst_fb_idx].y_height; local
1346 int image_size = y_width * y_height;
2620 if ((lst_yv12->y_width * lst_yv12->y_height) > (320 * 240))
2621 kf_boost += 2 * (lst_yv12->y_width * lst_yv12->y_height) / (320 * 240);
2622 else if ((lst_yv12->y_width * lst_yv12->y_height) < (320 * 240))
2623 kf_boost -= 4 * (320 * 240) / (lst_yv12->y_width * lst_yv12->y_height);
/external/freetype/src/raster/
H A Dftraster.c2920 Short y, y_change, y_height; local
2987 y_height = 0;
3002 P->countL -= y_height;
3022 y_height = (Short)( y_change - y );

Completed in 133 milliseconds