Home | History | Annotate | Download | only in encode

Lines Matching refs:picture_width

81 static int picture_width, picture_width_in_mbs;
207 picture_width, picture_height,
257 VA_RT_FORMAT_YUV420, picture_width, picture_height,
361 int y_size = picture_width * picture_height;
362 int u_size = (picture_width >> 1) * (picture_height >> 1);
388 y_src += picture_width;
399 u_src += (picture_width / 2);
400 v_src += (picture_width / 2);
415 u_src += (picture_width / 2);
416 v_src += (picture_width / 2);
1569 picture_width = atoi(argv[1]);
1571 picture_width_in_mbs = (picture_width + 15) / 16;
1620 frame_size = picture_width * picture_height + ((picture_width * picture_height) >> 1) ;
1637 avcenc_context_init(picture_width, picture_height);