Searched refs:Nfor (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dencode.c51 int n, meml_gotten, Nfor, Nback; local
264 Nfor = iLBCenc_inst->nsub-iLBCbits_inst->startIdx-1;
287 if( Nfor > 0 ){
298 for (subframe = 0; subframe < WEBRTC_SPL_MIN (Nfor, 2); subframe++)
313 end_count = Nfor;
320 end_count = WEBRTC_SPL_MIN (Nfor, 2);
324 start_count = WEBRTC_SPL_MIN (Nfor, 2);
325 end_count = Nfor;
330 end_count = (int16_t)Nfor;
367 (iLBCenc_inst->mode == 30) && (Nfor >
[all...]
H A Ddecode_residual.c44 int16_t meml_gotten, Nfor, Nback, diff, start_pos; local
113 Nfor = iLBCdec_inst->nsub-iLBC_encbits->startIdx-1;
115 if( Nfor > 0 ) {
124 for (subframe=0; subframe<Nfor; subframe++) {

Completed in 96 milliseconds