Searched refs:s_max (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.c205 unsigned int s_max; ///< maximum Rice parameter allowed in entropy coding member in struct:__anon1860
761 bd->raw_samples[1] = decode_rice(gb, FFMIN(s[0] + 3, ctx->s_max));
763 bd->raw_samples[2] = decode_rice(gb, FFMIN(s[0] + 1, ctx->s_max));
1631 ctx->s_max = sconf->resolution > 1 ? 31 : 15;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalsdec.c204 unsigned int s_max; ///< maximum Rice parameter allowed in entropy coding member in struct:__anon3075
781 bd->raw_samples[1] = decode_rice(gb, FFMIN(s[0] + 3, ctx->s_max));
783 bd->raw_samples[2] = decode_rice(gb, FFMIN(s[0] + 1, ctx->s_max));
1673 ctx->s_max = sconf->resolution > 1 ? 31 : 15;

Completed in 133 milliseconds