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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlpc.h44 FF_LPC_TYPE_FIXED = 1, ///< fixed LPC coefficients enumerator in enum:FFLPCType
H A Dflacenc.c164 case FF_LPC_TYPE_FIXED:
272 s->options.lpc_type = ((int[]){ FF_LPC_TYPE_FIXED, FF_LPC_TYPE_FIXED, FF_LPC_TYPE_FIXED,
324 if (s->options.lpc_type == FF_LPC_TYPE_FIXED) {
341 if (s->options.lpc_type == FF_LPC_TYPE_FIXED) {
885 s->options.lpc_type == FF_LPC_TYPE_FIXED || n <= max_order) {
1338 { "fixed", NULL, 0, AV_OPT_TYPE_CONST, {.dbl = FF_LPC_TYPE_FIXED }, INT_MIN, INT_MAX, FLAGS, "lpc_type" },
H A Dlpc.c170 lpc_type > FF_LPC_TYPE_FIXED);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlpc.h44 FF_LPC_TYPE_FIXED = 1, ///< fixed LPC coefficients enumerator in enum:FFLPCType
H A Dflacenc.c184 case FF_LPC_TYPE_FIXED:
306 s->options.lpc_type = ((int[]){ FF_LPC_TYPE_FIXED, FF_LPC_TYPE_FIXED, FF_LPC_TYPE_FIXED,
335 if (s->options.lpc_type == FF_LPC_TYPE_FIXED) {
352 if (s->options.lpc_type == FF_LPC_TYPE_FIXED) {
793 s->options.lpc_type == FF_LPC_TYPE_FIXED || n <= max_order) {
1335 { "fixed", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = FF_LPC_TYPE_FIXED }, INT_MIN, INT_MAX, FLAGS, "lpc_type" },
H A Dlpc.c184 lpc_type > FF_LPC_TYPE_FIXED);

Completed in 168 milliseconds