Searched refs:FF_LPC_TYPE_CHOLESKY (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.h46 FF_LPC_TYPE_CHOLESKY = 3, ///< Cholesky factorization enumerator in enum:FFLPCType
H A Dlpc.c190 } else if (lpc_type == FF_LPC_TYPE_CHOLESKY) {
H A Dflacenc.c170 case FF_LPC_TYPE_CHOLESKY:
301 if (avctx->lpc_type > FF_LPC_TYPE_CHOLESKY) {
306 if (s->options.lpc_type == FF_LPC_TYPE_CHOLESKY) {
1340 { "cholesky", NULL, 0, AV_OPT_TYPE_CONST, {.dbl = FF_LPC_TYPE_CHOLESKY }, 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.c185 av_assert0(lpc_type == FF_LPC_TYPE_CHOLESKY || lpc_type == FF_LPC_TYPE_LEVINSON);
197 if (lpc_type == FF_LPC_TYPE_LEVINSON || (lpc_type == FF_LPC_TYPE_CHOLESKY && lpc_passes > 1)) {
210 if (lpc_type == FF_LPC_TYPE_CHOLESKY) {
H A Dlpc.h46 FF_LPC_TYPE_CHOLESKY = 3, ///< Cholesky factorization enumerator in enum:FFLPCType
H A Dflacenc.c190 case FF_LPC_TYPE_CHOLESKY:
1337 { "cholesky", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = FF_LPC_TYPE_CHOLESKY }, INT_MIN, INT_MAX, FLAGS, "lpc_type" },

Completed in 133 milliseconds