Home | History | Annotate | Download | only in x86

Lines Matching refs:y_height

60     int   y_height;
176 dest->y_height = source->y_height;
293 common->post_proc_buffer.y_width, common->post_proc_buffer.y_height,
346 common->post_proc_buffer.y_width, common->post_proc_buffer.y_height,
384 int mb_rows = post->y_height >> 4;
418 int mb_rows = post->y_height >> 4;
461 newh = vs * tab->this_buffer.y_height / vr;
497 frame_buffer->y_height = ch;
517 if (h < frame_buffer->y_height)
519 frame_buffer->y_height = h;
529 if (frame_buffer->y_height < vs_height)
530 y += (vs_height - frame_buffer->y_height) / 2;
560 frame_buffer->y_height >>= 1;