Lines Matching refs:Nfor
55 size_t n, meml_gotten, Nfor; in WebRtcIlbcfix_EncodeImpl() local
265 Nfor = iLBCenc_inst->nsub-iLBCbits_inst->startIdx-1; in WebRtcIlbcfix_EncodeImpl()
288 if( Nfor > 0 ){ in WebRtcIlbcfix_EncodeImpl()
299 for (subframe = 0; subframe < WEBRTC_SPL_MIN (Nfor, 2); subframe++) in WebRtcIlbcfix_EncodeImpl()
314 end_count = Nfor; in WebRtcIlbcfix_EncodeImpl()
321 end_count = WEBRTC_SPL_MIN (Nfor, (size_t)2); in WebRtcIlbcfix_EncodeImpl()
325 start_count = WEBRTC_SPL_MIN (Nfor, (size_t)2); in WebRtcIlbcfix_EncodeImpl()
326 end_count = Nfor; in WebRtcIlbcfix_EncodeImpl()
331 end_count = Nfor; in WebRtcIlbcfix_EncodeImpl()
366 (iLBCenc_inst->mode == 30) && (Nfor > 0) && (end_count == 2)) in WebRtcIlbcfix_EncodeImpl()
404 for (subframe = 0; subframe < WEBRTC_SPL_MAX (2 - Nfor, 0); subframe++) in WebRtcIlbcfix_EncodeImpl()
426 end_count = (Nfor >= 2) ? 0 : (2 - NFor); in WebRtcIlbcfix_EncodeImpl()
430 start_count = (Nfor >= 2) ? 0 : (2 - NFor); in WebRtcIlbcfix_EncodeImpl()