Searched refs:max_prediction_order (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dalacenc.c63 int max_prediction_order; member in struct:AlacEncodeContext
149 s->max_prediction_order,
456 s->max_prediction_order = DEFAULT_MAX_PRED_ORDER;
457 if (avctx->max_prediction_order >= 0) {
458 if (avctx->max_prediction_order < MIN_LPC_ORDER ||
459 avctx->max_prediction_order > ALAC_MAX_LPC_ORDER) {
461 avctx->max_prediction_order);
465 s->max_prediction_order = avctx->max_prediction_order;
468 if (s->max_prediction_order <
[all...]
H A Dflacenc.c51 int max_prediction_order; member in struct:CompressionOptions
177 opt->min_prediction_order, opt->max_prediction_order);
279 s->options.max_prediction_order = ((int[]){ 3, 4, 4, 6, 8, 8, 8, 8, 12, 12, 12, 32, 32})[level];
339 s->options.max_prediction_order = 0;
340 } else if (avctx->max_prediction_order >= 0) {
342 if (avctx->max_prediction_order > MAX_FIXED_ORDER) {
344 avctx->max_prediction_order);
347 } else if (avctx->max_prediction_order < MIN_LPC_ORDER ||
348 avctx->max_prediction_order > MAX_LPC_ORDER) {
350 avctx->max_prediction_order);
[all...]
H A Davcodec.h2782 int max_prediction_order; member in struct:AVCodecContext
H A Doptions.c454 {"max_prediction_order", NULL, OFFSET(max_prediction_order), AV_OPT_TYPE_INT, {.dbl = -1 }, INT_MIN, INT_MAX, A|E},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalacenc.c64 int max_prediction_order; member in struct:AlacEncodeContext
168 s->max_prediction_order,
560 s->max_prediction_order = DEFAULT_MAX_PRED_ORDER;
561 if (avctx->max_prediction_order >= 0) {
562 if (avctx->max_prediction_order < MIN_LPC_ORDER ||
563 avctx->max_prediction_order > ALAC_MAX_LPC_ORDER) {
565 avctx->max_prediction_order);
570 s->max_prediction_order = avctx->max_prediction_order;
573 if (s->max_prediction_order <
[all...]
H A Dflacenc.c60 int max_prediction_order; member in struct:CompressionOptions
197 opt->min_prediction_order, opt->max_prediction_order);
313 s->options.max_prediction_order = ((int[]){ 3, 4, 4, 6, 8, 8, 8, 8, 12, 12, 12, 32, 32})[level];
350 s->options.max_prediction_order = 0;
351 } else if (avctx->max_prediction_order >= 0) {
353 if (avctx->max_prediction_order > MAX_FIXED_ORDER) {
355 avctx->max_prediction_order);
358 } else if (avctx->max_prediction_order < MIN_LPC_ORDER ||
359 avctx->max_prediction_order > MAX_LPC_ORDER) {
361 avctx->max_prediction_order);
[all...]
H A Davcodec.h2413 int max_prediction_order; member in struct:AVCodecContext
H A Doptions_table.h373 {"max_prediction_order", NULL, OFFSET(max_prediction_order), AV_OPT_TYPE_INT, {.i64 = -1 }, INT_MIN, INT_MAX, A|E},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dalac.mak12 fate-alac-%-lpc-orders: OPTS = -min_prediction_order 1 -max_prediction_order 30
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h2231 int max_prediction_order; member in struct:AVCodecContext

Completed in 178 milliseconds