HomeSort by relevance Sort by last modified time
    Searched refs:quantLen (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
abs_quant.c 39 int16_t quantLen[2];
52 /* Perform the quantization loop in two sections of length quantLen[i],
57 quantLen[0]=SUBL;
58 quantLen[1]=iLBCenc_inst->state_short_len-SUBL;
60 quantLen[0]=iLBCenc_inst->state_short_len-SUBL;
61 quantLen[1]=SUBL;
68 weightDenum, LPC_FILTERORDER+1, quantLen[0]);
70 &in[quantLen[0]], &in_weighted[quantLen[0]],
71 &weightDenum[LPC_FILTERORDER+1], LPC_FILTERORDER+1, quantLen[1])
    [all...]
abs_quant_loop.c 36 int16_t *quantLen = quantLenIN;
42 for(k2=0;k2<quantLen[k1];k2++){

Completed in 5655 milliseconds