Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dproresdec2.c305 int log2_slice_mb_width, log2_slice_mb_height; in decode_picture_header() local
321 log2_slice_mb_width = buf[7] >> 4; in decode_picture_header()
323 if (log2_slice_mb_width > 3 || log2_slice_mb_height) { in decode_picture_header()
325 1 << log2_slice_mb_width, 1 << log2_slice_mb_height); in decode_picture_header()
337 slice_count = ctx->mb_height * ((ctx->mb_width >> log2_slice_mb_width) + in decode_picture_header()
338 av_popcount(ctx->mb_width & (1 << log2_slice_mb_width) - 1)); in decode_picture_header()
361 slice_mb_count = 1 << log2_slice_mb_width; in decode_picture_header()
386 slice_mb_count = 1 << log2_slice_mb_width; in decode_picture_header()