Searched refs:rlslms (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.c175 int rlslms; ///< use "Recursive Least Square-Least Mean Square" predictor: 1 = on, 0 = off member in struct:__anon1858
273 av_dlog(avctx, "RLSLMS = %i\n", sconf->rlslms);
330 sconf->rlslms = get_bits1(&gb);
431 MISSING_ERR(sconf->rlslms, "Adaptive RLS-LMS prediction", -1);
666 if (!sconf->rlslms) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalsdec.c174 int rlslms; ///< use "Recursive Least Square-Least Mean Square" predictor: 1 = on, 0 = off member in struct:__anon3073
272 av_dlog(avctx, "RLSLMS = %i\n", sconf->rlslms);
331 sconf->rlslms = get_bits1(&gb);
441 MISSING_ERR(sconf->rlslms, "Adaptive RLS-LMS prediction", AVERROR_PATCHWELCOME);
680 if (!sconf->rlslms) {

Completed in 47 milliseconds