Home
last modified time | relevance | path

Searched refs:log2_slice_mb_width (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dproresdec2.c331 int log2_slice_mb_width, log2_slice_mb_height; in decode_picture_header() local
347 log2_slice_mb_width = buf[7] >> 4; in decode_picture_header()
349 if (log2_slice_mb_width > 3 || log2_slice_mb_height) { in decode_picture_header()
351 1 << log2_slice_mb_width, 1 << log2_slice_mb_height); in decode_picture_header()
363 slice_count = ctx->mb_height * ((ctx->mb_width >> log2_slice_mb_width) + in decode_picture_header()
364 av_popcount(ctx->mb_width & (1 << log2_slice_mb_width) - 1)); in decode_picture_header()
387 slice_mb_count = 1 << log2_slice_mb_width; in decode_picture_header()
412 slice_mb_count = 1 << log2_slice_mb_width; in decode_picture_header()

Completed in 2 milliseconds