/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | entropy_coding.c | 268 int WebRtcIsac_DecodeSpec(Bitstr* streamdata, int16_t AvgPitchGain_Q12, in WebRtcIsac_DecodeSpec() 391 Bitstr* streamdata) { in WebRtcIsac_EncodeSpec() 775 int WebRtcIsac_DecodeLpc(Bitstr* streamdata, double* LPCCoef_lo, in WebRtcIsac_DecodeLpc() 789 int16_t WebRtcIsac_DecodeInterpolLpcUb(Bitstr* streamdata, in WebRtcIsac_DecodeInterpolLpcUb() 847 int WebRtcIsac_DecodeLpcCoef(Bitstr* streamdata, double* LPCCoef) { in WebRtcIsac_DecodeLpcCoef() 997 void WebRtcIsac_EncodeLar(double* LPCCoef, Bitstr* streamdata, in WebRtcIsac_EncodeLar() 1158 Bitstr* streamdata, IsacSaveEncoderData* encData) { in WebRtcIsac_EncodeLpcLb() 1179 int16_t WebRtcIsac_EncodeLpcUB(double* lpcVecs, Bitstr* streamdata, in WebRtcIsac_EncodeLpcUB() 1235 Bitstr* streamdata, in WebRtcIsac_EncodeLpcGainLb() 1372 void WebRtcIsac_EncodeLpcGainUb(double* lpGains, Bitstr* streamdata, in WebRtcIsac_EncodeLpcGainUb() [all …]
|
D | arith_routines_hist.c | 18 void WebRtcIsac_EncHistMulti(Bitstr *streamdata, /* in-/output struct containing bitstream */ in WebRtcIsac_EncHistMulti() 86 Bitstr *streamdata, /* in-/output struct containing bitstream */ in WebRtcIsac_DecHistBisectMulti() 194 … Bitstr *streamdata, /* in-/output struct containing bitstream */ in WebRtcIsac_DecHistOneStepMulti()
|
D | arith_routines.c | 19 int WebRtcIsac_EncTerminate(Bitstr *streamdata) /* in-/output struct containing bitstream */ in WebRtcIsac_EncTerminate()
|
D | arith_routines_logist.c | 81 Bitstr *streamdata, /* in-/output struct containing bitstream */ in WebRtcIsac_EncLogisticMulti2() 173 Bitstr *streamdata, /* in-/output struct containing bitstream */ in WebRtcIsac_DecLogisticMulti2()
|
D | decode_bwe.c | 20 Bitstr* streamdata, in WebRtcIsac_EstimateBandwidth()
|
D | isac.c | 970 Bitstr streamdata; in WebRtcIsac_UpdateBwEstimate() local 1717 Bitstr streamdata; in WebRtcIsac_ReadBwIndex() local 1766 Bitstr streamdata; in WebRtcIsac_ReadFrameLen() local
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | entropy_coding.c | 453 int WebRtcIsacfix_DecodeSpec(Bitstr_dec *streamdata, in WebRtcIsacfix_DecodeSpec() 522 Bitstr_enc *streamdata, in WebRtcIsacfix_EncodeSpec() 919 Bitstr_dec *streamdata, in WebRtcIsacfix_DecodeLpc() 935 int WebRtcIsacfix_DecodeLpcCoef(Bitstr_dec *streamdata, in WebRtcIsacfix_DecodeLpcCoef() 1062 Bitstr_enc *streamdata, in EstCodeLpcCoef() 1334 Bitstr_enc *streamdata, in WebRtcIsacfix_EstCodeLpcGain() 1436 Bitstr_enc *streamdata, in WebRtcIsacfix_EncodeLpc() 1459 int WebRtcIsacfix_DecodeRcCoef(Bitstr_dec *streamdata, int16_t *RCQ15) in WebRtcIsacfix_DecodeRcCoef() 1481 int WebRtcIsacfix_EncodeRcCoef(int16_t *RCQ15, Bitstr_enc *streamdata) in WebRtcIsacfix_EncodeRcCoef() 1515 int WebRtcIsacfix_DecodeGain2(Bitstr_dec *streamdata, int32_t *gainQ10) in WebRtcIsacfix_DecodeGain2() [all …]
|
D | decode_bwe.c | 28 Bitstr_dec *streamdata, in WebRtcIsacfix_EstimateBandwidth()
|
D | isacfix.c | 623 Bitstr_dec streamdata; in WebRtcIsacfix_UpdateBwEstimate1() local 696 Bitstr_dec streamdata; in WebRtcIsacfix_UpdateBwEstimate() local 1274 Bitstr_dec streamdata; in WebRtcIsacfix_ReadFrameLen() local 1313 Bitstr_dec streamdata; in WebRtcIsacfix_ReadBwIndex() local
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/test/ |
D | testG711.cc | 53 uint8_t streamdata[1000]; in main() local
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/test/ |
D | testG722.cc | 60 uint8_t streamdata[80 * 6]; in main() local
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
D | test_iSACfixfloat.c | 107 uint16_t streamdata[600]; in main() local
|
D | kenny.cc | 118 uint16_t streamdata[500]; in main() local
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ |
D | ReleaseTest-API.cc | 64 uint16_t streamdata[500]; in main() local
|