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

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
simple_lsf_dequant.c 37 for (i = 0; i < LSF_NSPLIT; i++) {
50 for (i = 0; i < LSF_NSPLIT; i++) {
53 cb_pos + index[LSF_NSPLIT + i] * WebRtcIlbcfix_kLsfDimCb[i] + j];
simple_lsf_quant.c 42 WebRtcIlbcfix_SplitVq( lsfdeq + LPC_FILTERORDER, index + LSF_NSPLIT,
constants.c 434 const int16_t WebRtcIlbcfix_kLsfDimCb[LSF_NSPLIT] = {3, 3, 4};
435 const int16_t WebRtcIlbcfix_kLsfSizeCb[LSF_NSPLIT] = {64,128,128};
defines.h 50 #define LSF_NSPLIT 3
121 int16_t lsf[LSF_NSPLIT*LPC_N_MAX];

Completed in 47 milliseconds