Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddnxhddec.c62 uint32_t mb_scan_index[512]; member
330 if (ctx->mb_height > FF_ARRAY_ELEMS(ctx->mb_scan_index)) { in dnxhd_decode_header()
332 …b_height too big (%d > %"SIZE_SPECIFIER").\n", ctx->mb_height, FF_ARRAY_ELEMS(ctx->mb_scan_index)); in dnxhd_decode_header()
337 ctx->mb_scan_index[i] = AV_RB32(buf + 0x170 + (i << 2)); in dnxhd_decode_header()
339 i, 0x170 + (i << 2), ctx->mb_scan_index[i]); in dnxhd_decode_header()
340 if (buf_size - ctx->data_offset < ctx->mb_scan_index[i]) { in dnxhd_decode_header()
343 ctx->mb_scan_index[i], buf_size - ctx->data_offset); in dnxhd_decode_header()
592 uint32_t offset = ctx->mb_scan_index[rownb]; in dnxhd_decode_row()