Home | History | Annotate | Download | only in encode

Lines Matching defs:picture_height

82 static int picture_height, picture_height_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);
1570 picture_height = atoi(argv[2]);
1572 picture_height_in_mbs = (picture_height + 15) / 16;
1620 frame_size = picture_width * picture_height + ((picture_width * picture_height) >> 1) ;
1637 avcenc_context_init(picture_width, picture_height);