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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddnxhdenc.h51 uint32_t *slice_offs; member in struct:DNXHDEncContext
H A Ddnxhdenc.c306 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->slice_offs, ctx->m.mb_height*sizeof(uint32_t), fail);
567 init_put_bits(&ctx->m.pb, (uint8_t *)arg + 640 + ctx->slice_offs[jobnr], ctx->slice_size[jobnr]);
603 ctx->slice_offs[mb_y] = offset;
983 av_freep(&ctx->slice_offs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddnxhdenc.h51 uint32_t *slice_offs; member in struct:DNXHDEncContext
H A Ddnxhdenc.c376 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->slice_offs,
673 init_put_bits(&ctx->m.pb, (uint8_t *)arg + 640 + ctx->slice_offs[jobnr],
710 ctx->slice_offs[mb_y] = offset;
1123 av_freep(&ctx->slice_offs);

Completed in 38 milliseconds