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