Home | History | Annotate | Download | only in encode

Lines Matching refs:picture_width

288         bitstream_put_ui(bs, seq_param->picture_width, 12);
306 bitstream_put_ui(bs, seq_param->picture_width >> 12, 2);
764 seq_param->picture_width = ctx->width;
1083 width_in_mbs = (seq_param->picture_width + 15) / 16;