Searched refs:ltp_lag (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dalsdec.c214 int *ltp_lag; ///< contains ltp lag values for all channels member in struct:__anon1860
241 int *ltp_lag; ///< lag value for long-term prediction member in struct:__anon1861
751 *bd->ltp_lag = get_bits(gb, ctx->ltp_lag_length);
752 *bd->ltp_lag += FFMAX(4, opt_order + 1);
874 for (ltp_smp = FFMAX(*bd->ltp_lag - 2, 0); ltp_smp < block_length; ltp_smp++) {
875 int center = ltp_smp - *bd->ltp_lag;
1053 bd.ltp_lag = ctx->ltp_lag;
1096 bd[0].ltp_lag = ctx->ltp_lag;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalsdec.c213 int *ltp_lag; ///< contains ltp lag values for all channels member in struct:__anon3075
240 int *ltp_lag; ///< lag value for long-term prediction member in struct:__anon3076
771 *bd->ltp_lag = get_bits(gb, ctx->ltp_lag_length);
772 *bd->ltp_lag += FFMAX(4, opt_order + 1);
894 for (ltp_smp = FFMAX(*bd->ltp_lag - 2, 0); ltp_smp < block_length; ltp_smp++) {
895 int center = ltp_smp - *bd->ltp_lag;
1072 bd.ltp_lag = ctx->ltp_lag;
1114 bd[0].ltp_lag = ctx->ltp_lag;
[all...]

Completed in 49 milliseconds