/external/speex/libspeex/ |
sb_celp.h | 47 int full_frame_size; /**< Length of full-band frames*/ member in struct:SBEncState 102 int full_frame_size; member in struct:SBDecState
|
sb_celp.c | 212 st->full_frame_size = 2*mode->frameSize; 339 qmf_decomp(in, h0, low, high, st->full_frame_size, QMF_ORDER, st->h0_mem, stack); 474 if (st->relative_quality >= thresh && st->sampling_rate*st->submodes[modeid]->bits_per_frame/st->full_frame_size <= st->vbr_max_high) 775 st->full_frame_size = 2*mode->frameSize; 864 qmf_synth(out, out+st->frame_size, h0, out, st->full_frame_size, QMF_ORDER, st->g0_mem, st->g1_mem, stack); 956 qmf_synth(out, out+st->frame_size, h0, out, st->full_frame_size, QMF_ORDER, st->g0_mem, st->g1_mem, stack); [all...] |