Searched refs:maxbands (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpc.h59 int maxbands, last_max_band; member in struct:__anon1953
H A Dmpc7.c85 c->maxbands = get_bits(&gb, 6);
86 if(c->maxbands >= BANDS){
87 av_log(avctx, AV_LOG_ERROR, "Too many bands: %i\n", c->maxbands);
94 c->IS, c->MSS, c->gapless, c->lastframelen, c->maxbands);
213 memset(bands, 0, sizeof(*bands) * (c->maxbands + 1));
232 for(i = 0; i <= c->maxbands; i++){
H A Dmpc8.c129 c->maxbands = get_bits(&gb, 5) + 1;
268 maxband = mpc8_get_mod_golomb(gb, c->maxbands + 1);
273 if(maxband > c->maxbands)
303 for(i = maxband; i < c->maxbands; i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpc.h58 int maxbands, last_max_band; member in struct:MPCContext
H A Dmpc7.c81 c->maxbands = get_bits(&gb, 6);
82 if(c->maxbands >= BANDS){
83 av_log(avctx, AV_LOG_ERROR, "Too many bands: %i\n", c->maxbands);
90 c->IS, c->MSS, c->gapless, c->lastframelen, c->maxbands);
206 memset(bands, 0, sizeof(*bands) * (c->maxbands + 1));
238 for(i = 0; i <= c->maxbands; i++){
H A Dmpc8.c128 c->maxbands = get_bits(&gb, 5) + 1;
129 if (c->maxbands >= BANDS) {
130 av_log(avctx,AV_LOG_ERROR, "maxbands %d too high\n", c->maxbands);
268 maxband = mpc8_get_mod_golomb(gb, c->maxbands + 1);
274 if(maxband > c->maxbands + 1) {
306 for(i = maxband; i < c->maxbands; i++)

Completed in 46 milliseconds