Home
last modified time | relevance | path

Searched refs:Bitstr (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dentropy_coding.h49 int WebRtcIsac_DecodeSpec(Bitstr* streamdata, int16_t AvgPitchGain_Q12,
77 Bitstr* streamdata);
80 int WebRtcIsac_DecodeLpcCoef(Bitstr* streamdata, double* LPCCoef);
81 int WebRtcIsac_DecodeLpcCoefUB(Bitstr* streamdata, double* lpcVecs,
85 int WebRtcIsac_DecodeLpc(Bitstr* streamdata, double* LPCCoef_lo,
90 Bitstr* streamdata, IsacSaveEncoderData* encData);
93 Bitstr* streamdata,
129 int16_t WebRtcIsac_EncodeLpcUB(double* lpcCoeff, Bitstr* streamdata,
162 int16_t WebRtcIsac_DecodeInterpolLpcUb(Bitstr* streamdata,
167 int WebRtcIsac_DecodeRc(Bitstr* streamdata, int16_t* RCQ15);
[all …]
Darith_routines.h25 Bitstr *streamdata, /* in-/output struct containing bitstream */
32 int WebRtcIsac_EncTerminate(Bitstr *streamdata); /* in-/output struct containing bitstream */
37 Bitstr *streamdata, /* in-/output struct containing bitstream */
44 Bitstr *streamdata, /* in-/output struct containing bitstream */
51 Bitstr *streamdata, /* in-/output struct containing bitstream */
58 Bitstr *streamdata, /* in-/output struct containing bitstream */
Dcodec.h25 void WebRtcIsac_ResetBitstream(Bitstr* bit_stream);
27 int WebRtcIsac_EstimateBandwidth(BwEstimatorstr* bwest_str, Bitstr* streamdata,
50 Bitstr* ISACBitStr_obj, int BWnumber,
54 const ISACUBSaveEncDataStruct* ISACSavedEnc_obj, Bitstr* bitStream,
58 const ISACUBSaveEncDataStruct* ISACSavedEncObj, Bitstr* bitStreamObj,
Dstructs.h33 } Bitstr; typedef
305 Bitstr bitStreamObj;
315 Bitstr bitstr_obj;
360 Bitstr bitstr_obj;
385 Bitstr bitstr_obj;
395 Bitstr bitstr_obj;
Dentropy_coding.c268 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 …]
Darith_routines_hist.c18 void WebRtcIsac_EncHistMulti(Bitstr *streamdata, /* in-/output struct containing bitstream */ in WebRtcIsac_EncHistMulti()
86 Bitstr *streamdata, /* in-/output struct containing bitstream */ in WebRtcIsac_DecHistBisectMulti()
194Bitstr *streamdata, /* in-/output struct containing bitstream */ in WebRtcIsac_DecHistOneStepMulti()
Dencode.c174 void WebRtcIsac_ResetBitstream(Bitstr* bit_stream) { in WebRtcIsac_ResetBitstream()
630 &ISACencUB_obj->bitstr_obj, sizeof(Bitstr)); in LimitPayloadUb()
807 sizeof(Bitstr)); in WebRtcIsac_EncodeUb16()
976 &ISACencUB_obj->bitstr_obj, sizeof(Bitstr)); in WebRtcIsac_EncodeUb12()
1014 Bitstr* ISACBitStr_obj, int BWnumber, in WebRtcIsac_EncodeStoredDataLb()
1142 Bitstr* bitStream, in WebRtcIsac_EncodeStoredDataUb()
1230 Bitstr* bitStreamObj, in WebRtcIsac_GetRedPayloadUb()
1239 memcpy(bitStreamObj, &ISACSavedEncObj->bitStreamObj, sizeof(Bitstr)); in WebRtcIsac_GetRedPayloadUb()
Darith_routines_logist.c81 Bitstr *streamdata, /* in-/output struct containing bitstream */ in WebRtcIsac_EncLogisticMulti2()
173 Bitstr *streamdata, /* in-/output struct containing bitstream */ in WebRtcIsac_DecLogisticMulti2()
Darith_routines.c19 int WebRtcIsac_EncTerminate(Bitstr *streamdata) /* in-/output struct containing bitstream */ in WebRtcIsac_EncTerminate()
Ddecode_bwe.c20 Bitstr* streamdata, in WebRtcIsac_EstimateBandwidth()
Disac.c768 Bitstr iSACBitStreamInst; /* Local struct for bitstream handling */ in WebRtcIsac_GetNewBitStream()
970 Bitstr streamdata; in WebRtcIsac_UpdateBwEstimate()
1717 Bitstr streamdata; in WebRtcIsac_ReadBwIndex()
1766 Bitstr streamdata; in WebRtcIsac_ReadFrameLen()
2076 Bitstr iSACBitStreamInst; in WebRtcIsac_GetRedPayload()