Home | History | Annotate | Download | only in source

Lines Matching defs:cntr

250   WebRtc_Word16 cntr;
281 for(cntr = 0; cntr < UB_LPC_ORDER * interVecDim; cntr++)
283 idx = (WebRtc_Word32)floor((*data - leftRecPoint[cntr]) /
289 else if(idx >= numQuantCell[cntr])
291 idx = numQuantCell[cntr] - 1;
294 *data++ = leftRecPoint[cntr] + idx * quantizationStepSize;
320 WebRtc_Word16 cntr;
349 for(cntr = 0; cntr < UB_LPC_ORDER * interVecDim; cntr++)
351 *out++ = leftRecPoint[cntr] + *idx++ * quantizationStepSize;