Searched refs:FF_LPC_TYPE_NONE (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 Dlpc.h43 FF_LPC_TYPE_NONE = 0, ///< do not use LPC prediction or use all zero coefficients enumerator in enum:FFLPCType
H A Dflacenc.c161 case FF_LPC_TYPE_NONE:
321 if (s->options.lpc_type == FF_LPC_TYPE_NONE) {
338 if (s->options.lpc_type == FF_LPC_TYPE_NONE) {
884 if (s->options.lpc_type == FF_LPC_TYPE_NONE ||
1337 { "none", NULL, 0, AV_OPT_TYPE_CONST, {.dbl = FF_LPC_TYPE_NONE }, INT_MIN, INT_MAX, FLAGS, "lpc_type" },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlpc.h43 FF_LPC_TYPE_NONE = 0, ///< do not use LPC prediction or use all zero coefficients enumerator in enum:FFLPCType
H A Dflacenc.c181 case FF_LPC_TYPE_NONE:
332 if (s->options.lpc_type == FF_LPC_TYPE_NONE) {
349 if (s->options.lpc_type == FF_LPC_TYPE_NONE) {
792 if (s->options.lpc_type == FF_LPC_TYPE_NONE ||
1334 { "none", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = FF_LPC_TYPE_NONE }, INT_MIN, INT_MAX, FLAGS, "lpc_type" },

Completed in 201 milliseconds