Searched refs:maxband (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mpc8.c | 191 int maxband, keyframe; in mpc8_decode_frame() local 206 maxband = mpc8_get_mod_golomb(gb, c->maxbands + 1); in mpc8_decode_frame() 208 maxband = c->last_max_band + get_vlc2(gb, band_vlc.table, MPC8_BANDS_BITS, 2); in mpc8_decode_frame() 209 if(maxband > 32) maxband -= 33; in mpc8_decode_frame() 217 if(maxband > c->maxbands + 1) { in mpc8_decode_frame() 218 av_log(avctx, AV_LOG_ERROR, "maxband %d too large\n",maxband); in mpc8_decode_frame() 221 c->last_max_band = maxband; in mpc8_decode_frame() 224 if(maxband){ in mpc8_decode_frame() [all...] |
H A D | mpc.c | 55 void ff_mpc_dequantize_and_synth(MPCContext * c, int maxband, int16_t **out, in ff_mpc_dequantize_and_synth() argument 66 for(i = 0; i <= maxband; i++, off += SAMPLES_PER_BAND){ in ff_mpc_dequantize_and_synth()
|
H A D | mpc.h | 75 void ff_mpc_dequantize_and_synth(MPCContext *c, int maxband, int16_t **out, int channels);
|
/third_party/lame/mpglib/ |
H A D | mpg123.h | 131 unsigned maxband[3]; member
|
H A D | layer3.c | 974 gr_infos->maxband[0] = max[0] + 1; in III_dequantize_sample() 975 gr_infos->maxband[1] = max[1] + 1; in III_dequantize_sample() 976 gr_infos->maxband[2] = max[2] + 1; in III_dequantize_sample() 1232 int is_p, sb, idx, sfb = gr_infos->maxband[lwin]; /* sfb is minimal 3 for mixed mode */ in III_i_stereo()
|
/third_party/lame/libmp3lame/ |
H A D | lame.c | 113 int band, maxband, minband; in lame_init_params_ppflt() local 153 maxband = -1; in lame_init_params_ppflt() 161 maxband = Max(maxband, band); in lame_init_params_ppflt() 167 if (maxband == -1) { in lame_init_params_ppflt() 171 cfg->highpass2 = (maxband + .75) / 31.0; in lame_init_params_ppflt()
|
Completed in 8 milliseconds