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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Ddnxhdenc_init.c31 av_cold void ff_dnxhdenc_init_x86(DNXHDEncContext *ctx)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddnxhdenc.h42 typedef struct DNXHDEncContext { struct
53 struct DNXHDEncContext *thread[MAX_THREADS];
96 } DNXHDEncContext; typedef in typeref:struct:DNXHDEncContext
98 void ff_dnxhd_init_mmx(DNXHDEncContext *ctx);
H A Ddnxhdenc.c40 {"nitris_compat", "encode with Avid Nitris compatibility", offsetof(DNXHDEncContext, nitris_compat), AV_OPT_TYPE_INT, {.dbl = 0}, 0, 1, VE},
102 static int dnxhd_init_vlc(DNXHDEncContext *ctx)
157 static int dnxhd_init_qmat(DNXHDEncContext *ctx, int lbias, int cbias)
216 static int dnxhd_init_rc(DNXHDEncContext *ctx)
232 DNXHDEncContext *ctx = avctx->priv_data;
321 ctx->thread[i] = av_malloc(sizeof(DNXHDEncContext));
322 memcpy(ctx->thread[i], ctx, sizeof(DNXHDEncContext));
332 DNXHDEncContext *ctx = avctx->priv_data;
361 static av_always_inline void dnxhd_encode_dc(DNXHDEncContext *ctx, int diff)
374 static av_always_inline void dnxhd_encode_block(DNXHDEncContext *ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddnxhdenc.h42 typedef struct DNXHDEncContext { struct
53 struct DNXHDEncContext *thread[MAX_THREADS];
95 } DNXHDEncContext; typedef in typeref:struct:DNXHDEncContext
97 void ff_dnxhdenc_init_x86(DNXHDEncContext *ctx);
H A Ddnxhdenc.c48 offsetof(DNXHDEncContext, nitris_compat), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, VE },
131 static av_cold int dnxhd_init_vlc(DNXHDEncContext *ctx)
192 static av_cold int dnxhd_init_qmat(DNXHDEncContext *ctx, int lbias, int cbias)
272 static av_cold int dnxhd_init_rc(DNXHDEncContext *ctx)
290 DNXHDEncContext *ctx = avctx->priv_data;
402 ctx->thread[i] = av_malloc(sizeof(DNXHDEncContext));
403 memcpy(ctx->thread[i], ctx, sizeof(DNXHDEncContext));
413 DNXHDEncContext *ctx = avctx->priv_data;
442 static av_always_inline void dnxhd_encode_dc(DNXHDEncContext *ctx, int diff)
457 void dnxhd_encode_block(DNXHDEncContext *ct
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Ddnxhd_mmx.c53 void ff_dnxhd_init_mmx(DNXHDEncContext *ctx)

Completed in 42 milliseconds