Home | History | Annotate | Download | only in transcode

Lines Matching defs:picture_height

1945 static int picture_height = 960, picture_height_in_mbs = 60;
1946 static int frame_size = picture_width * picture_height + ((picture_width * picture_height) >> 1) ;
2054 picture_width, picture_height,
2103 picture_width, picture_height,
2164 int y_size = picture_width * picture_height;
2165 int u_size = (picture_width >> 1) * (picture_height >> 1);
2196 memcpy(u_dst, u_src, picture_width*picture_height/2);
3226 avcenc_context_init(picture_width, picture_height);