Searched refs:s_max (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dalsdec.c195 unsigned int s_max; ///< maximum Rice parameter allowed in entropy coding member in struct:__anon1181
728 bd->raw_samples[1] = decode_rice(gb, FFMIN(s[0] + 3, ctx->s_max));
730 bd->raw_samples[2] = decode_rice(gb, FFMIN(s[0] + 1, ctx->s_max));
1519 ctx->s_max = sconf->resolution > 1 ? 31 : 15;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dalsdec.c195 unsigned int s_max; ///< maximum Rice parameter allowed in entropy coding member in struct:__anon2086
728 bd->raw_samples[1] = decode_rice(gb, FFMIN(s[0] + 3, ctx->s_max));
730 bd->raw_samples[2] = decode_rice(gb, FFMIN(s[0] + 1, ctx->s_max));
1519 ctx->s_max = sconf->resolution > 1 ? 31 : 15;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dalsdec.c195 unsigned int s_max; ///< maximum Rice parameter allowed in entropy coding member in struct:__anon36111
728 bd->raw_samples[1] = decode_rice(gb, FFMIN(s[0] + 3, ctx->s_max));
730 bd->raw_samples[2] = decode_rice(gb, FFMIN(s[0] + 1, ctx->s_max));
1519 ctx->s_max = sconf->resolution > 1 ? 31 : 15;

Completed in 119 milliseconds