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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpc8.c250 int maxband, keyframe; local
268 maxband = mpc8_get_mod_golomb(gb, c->maxbands + 1);
270 maxband = c->last_max_band + get_vlc2(gb, band_vlc.table, MPC8_BANDS_BITS, 2);
271 if(maxband > 32) maxband -= 33;
274 if(maxband > c->maxbands + 1) {
275 av_log(avctx, AV_LOG_ERROR, "maxband %d too large\n",maxband);
278 c->last_max_band = maxband;
281 if(maxband){
[all...]
H A Dmpc.h75 void ff_mpc_dequantize_and_synth(MPCContext *c, int maxband, int16_t **out, int channels);
H A Dmpc.c62 void ff_mpc_dequantize_and_synth(MPCContext * c, int maxband, int16_t **out, argument
73 for(i = 0; i <= maxband; i++, off += SAMPLES_PER_BAND){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpc.h76 void ff_mpc_dequantize_and_synth(MPCContext *c, int maxband, void *dst, int channels);
H A Dmpc8.c248 int maxband, keyframe; local
268 maxband = mpc8_get_mod_golomb(gb, c->maxbands + 1);
270 maxband = c->last_max_band + get_vlc2(gb, band_vlc.table, MPC8_BANDS_BITS, 2);
271 if(maxband > 32) maxband -= 33;
273 if(maxband > c->maxbands)
275 c->last_max_band = maxband;
278 if(maxband){
280 for(i = maxband - 1; i >= 0; i--){
291 for(i = 0; i < maxband;
[all...]
H A Dmpc.c67 void ff_mpc_dequantize_and_synth(MPCContext * c, int maxband, void *data, int channels) argument
77 for(i = 0; i <= maxband; i++, off += SAMPLES_PER_BAND){

Completed in 48 milliseconds