Home | History | Annotate | Download | only in encode

Lines Matching refs:picture_height

289         bitstream_put_ui(bs, seq_param->picture_height, 12);
307 bitstream_put_ui(bs, seq_param->picture_height >> 12, 2);
765 seq_param->picture_height = ctx->height;
1100 height_in_mbs = (seq_param->picture_height + 15) / 16;