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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Ddnxhdenc.h49 uint32_t *slice_offs; member in struct:DNXHDEncContext
H A Ddnxhdenc.c207 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->slice_offs, ctx->m.mb_height*sizeof(uint32_t), fail);
450 init_put_bits(&ctx->m.pb, (uint8_t *)arg + 640 + ctx->slice_offs[jobnr], ctx->slice_size[jobnr]);
486 ctx->slice_offs[mb_y] = offset;
838 av_freep(&ctx->slice_offs);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Ddnxhdenc.h49 uint32_t *slice_offs; member in struct:DNXHDEncContext
H A Ddnxhdenc.c207 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->slice_offs, ctx->m.mb_height*sizeof(uint32_t), fail);
450 init_put_bits(&ctx->m.pb, (uint8_t *)arg + 640 + ctx->slice_offs[jobnr], ctx->slice_size[jobnr]);
486 ctx->slice_offs[mb_y] = offset;
838 av_freep(&ctx->slice_offs);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Ddnxhdenc.h49 uint32_t *slice_offs; member in struct:DNXHDEncContext
H A Ddnxhdenc.c207 FF_ALLOCZ_OR_GOTO(ctx->m.avctx, ctx->slice_offs, ctx->m.mb_height*sizeof(uint32_t), fail);
450 init_put_bits(&ctx->m.pb, (uint8_t *)arg + 640 + ctx->slice_offs[jobnr], ctx->slice_size[jobnr]);
486 ctx->slice_offs[mb_y] = offset;
838 av_freep(&ctx->slice_offs);

Completed in 190 milliseconds