Home
last modified time | relevance | path

Searched refs:pitchIndex (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Ddecode_plc.c435 (ISACdec_obj->plcstr_obj).pitchIndex = 0; in WebRtcIsacfix_DecodePlcImpl()
532 pLP = (int16_t)(stretchPitchLP[ISACdec_obj->plcstr_obj.pitchIndex] * in WebRtcIsacfix_DecodePlcImpl()
540 (ISACdec_obj->plcstr_obj).pitchIndex] ); in WebRtcIsacfix_DecodePlcImpl()
547 (ISACdec_obj->plcstr_obj).pitchIndex++; in WebRtcIsacfix_DecodePlcImpl()
549 if( (ISACdec_obj->plcstr_obj).pitchIndex == in WebRtcIsacfix_DecodePlcImpl()
552 (ISACdec_obj->plcstr_obj).pitchIndex = 0; in WebRtcIsacfix_DecodePlcImpl()
649 pLP = (int16_t)(stretchPitchLP[ISACdec_obj->plcstr_obj.pitchIndex] * in WebRtcIsacfix_DecodePlcImpl()
657 (ISACdec_obj->plcstr_obj).pitchIndex] ); in WebRtcIsacfix_DecodePlcImpl()
675 (ISACdec_obj->plcstr_obj).pitchIndex++; in WebRtcIsacfix_DecodePlcImpl()
677 if((ISACdec_obj->plcstr_obj).pitchIndex == in WebRtcIsacfix_DecodePlcImpl()
[all …]
Dstructs.h181 size_t pitchIndex; member
286 int16_t pitchIndex[PITCH_SUBFRAMES*2]; member
Dinitialize.c168 State->pitchIndex = 0; in WebRtcIsacfix_InitPlc()
Dencode.c590 … &SaveEnc_str->pitchIndex[PITCH_SUBFRAMES*ii], cdf, PITCH_SUBFRAMES); in WebRtcIsacfix_EncodeStoredData()
Dentropy_coding.c1822 encData->pitchIndex[PITCH_SUBFRAMES*encData->startIdx + k] = index[k]; in WebRtcIsacfix_EncodePitchLag()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dstructs.h280 int pitchIndex[PITCH_SUBFRAMES*2]; member
Dencode.c1100 &ISACSavedEnc_obj->pitchIndex[PITCH_SUBFRAMES * ii], in WebRtcIsac_EncodeStoredDataLb()
Dentropy_coding.c1747 encData->pitchIndex[PITCH_SUBFRAMES * encData->startIdx + k] = index[k]; in WebRtcIsac_EncodePitchLag()