Searched refs:FF_LPC_TYPE_LEVINSON (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlpc.h45 FF_LPC_TYPE_LEVINSON = 2, ///< Levinson-Durbin recursion enumerator in enum:FFLPCType
H A Dlpc.c179 if (lpc_type == FF_LPC_TYPE_LEVINSON) {
249 if (lpc_type == FF_LPC_TYPE_LEVINSON) {
H A Dflacenc.c167 case FF_LPC_TYPE_LEVINSON:
273 FF_LPC_TYPE_LEVINSON, FF_LPC_TYPE_LEVINSON, FF_LPC_TYPE_LEVINSON,
274 FF_LPC_TYPE_LEVINSON, FF_LPC_TYPE_LEVINSON, FF_LPC_TYPE_LEVINSON,
275 FF_LPC_TYPE_LEVINSON, FF_LPC_TYPE_LEVINSON, FF_LPC_TYPE_LEVINSON,
[all...]
H A Dalacenc.c151 FF_LPC_TYPE_LEVINSON, 0,
483 FF_LPC_TYPE_LEVINSON);
H A Dra144enc.c57 FF_LPC_TYPE_LEVINSON);
464 LPC_ORDER, 16, lpc_coefs, shift, FF_LPC_TYPE_LEVINSON,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcngenc.c57 if ((ret = ff_lpc_init(&p->lpc, avctx->frame_size, p->order, FF_LPC_TYPE_LEVINSON)) < 0)
H A Dflacenc.c187 case FF_LPC_TYPE_LEVINSON:
307 FF_LPC_TYPE_LEVINSON, FF_LPC_TYPE_LEVINSON, FF_LPC_TYPE_LEVINSON,
308 FF_LPC_TYPE_LEVINSON, FF_LPC_TYPE_LEVINSON, FF_LPC_TYPE_LEVINSON,
309 FF_LPC_TYPE_LEVINSON, FF_LPC_TYPE_LEVINSON, FF_LPC_TYPE_LEVINSON,
[all...]
H A Dlpc.h45 FF_LPC_TYPE_LEVINSON = 2, ///< Levinson-Durbin recursion enumerator in enum:FFLPCType
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)) {
H A Dalacenc.c170 FF_LPC_TYPE_LEVINSON, 0,
585 FF_LPC_TYPE_LEVINSON)) < 0) {
H A Dra144enc.c66 FF_LPC_TYPE_LEVINSON);
477 LPC_ORDER, 16, lpc_coefs, shift, FF_LPC_TYPE_LEVINSON,

Completed in 207 milliseconds