FF_LPC_TYPE_CHOLESKY  198 libavcodec/flacenc.c     case FF_LPC_TYPE_CHOLESKY:
FF_LPC_TYPE_CHOLESKY 1470 libavcodec/flacenc.c { "cholesky", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = FF_LPC_TYPE_CHOLESKY }, INT_MIN, INT_MAX, FLAGS, "lpc_type" },
FF_LPC_TYPE_CHOLESKY  215 libavcodec/lpc.c     av_assert0(lpc_type == FF_LPC_TYPE_CHOLESKY || lpc_type == FF_LPC_TYPE_LEVINSON);
FF_LPC_TYPE_CHOLESKY  227 libavcodec/lpc.c     if (lpc_type == FF_LPC_TYPE_LEVINSON || (lpc_type == FF_LPC_TYPE_CHOLESKY && lpc_passes > 1)) {
FF_LPC_TYPE_CHOLESKY  240 libavcodec/lpc.c     if (lpc_type == FF_LPC_TYPE_CHOLESKY) {