Home
last modified time | relevance | path

Searched refs:rlslms (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dalsdec.c177 …int rlslms; ///< use "Recursive Least Square-Least Mean Square" predictor: 1 = on, 0… member
284 ff_dlog(avctx, "RLSLMS = %i\n", sconf->rlslms); in dprint_specific_config()
343 sconf->rlslms = get_bits1(&gb); in read_specific_config()
461 MISSING_ERR(sconf->rlslms, "Adaptive RLS-LMS prediction", AVERROR_PATCHWELCOME); in check_specific_config()
700 if (!sconf->rlslms) { in read_var_block_data()