Searched defs:y_width (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/vpx_scale/
H A Dyv12config.h42 int y_width; member in struct:__anon8871
/external/libvpx/vp8/encoder/
H A Dfirstpass.c225 j = source->y_width;
231 src -= source->y_width;
235 sum_weights /= (source->y_height * source->y_width);
1344 int y_width = cpi->common.yv12_fb[cpi->common.lst_fb_idx].y_width; 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_yv1
[all...]

Completed in 436 milliseconds