Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dentropy_coding.h49 int WebRtcIsac_DecodeSpec(Bitstr* streamdata, WebRtc_Word16 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, ISAC_SaveEncData_t* encData);
93 Bitstr* streamdata,
129 WebRtc_Word16 WebRtcIsac_EncodeLpcUB(double* lpcCoeff, Bitstr* streamdata,
162 WebRtc_Word16 WebRtcIsac_DecodeInterpolLpcUb(Bitstr* streamdata,
167 int WebRtcIsac_DecodeRc(Bitstr* streamdata, WebRtc_Word16* 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,
46 Bitstr* ISACBitStr_obj, int BWnumber,
50 const ISACUBSaveEncDataStruct* ISACSavedEnc_obj, Bitstr* bitStream,
54 const ISACUBSaveEncDataStruct* ISACSavedEncObj, Bitstr* bitStreamObj,
Dstructs.h33 } Bitstr; typedef
303 Bitstr bitStreamObj;
313 Bitstr bitstr_obj;
358 Bitstr bitstr_obj;
383 Bitstr bitstr_obj;
393 Bitstr bitstr_obj;
Dentropy_coding.c273 int WebRtcIsac_DecodeSpec(Bitstr* streamdata, WebRtc_Word16 AvgPitchGain_Q12, in WebRtcIsac_DecodeSpec()
396 Bitstr* streamdata) { in WebRtcIsac_EncodeSpec()
780 int WebRtcIsac_DecodeLpc(Bitstr* streamdata, double* LPCCoef_lo, in WebRtcIsac_DecodeLpc()
794 WebRtc_Word16 WebRtcIsac_DecodeInterpolLpcUb(Bitstr* streamdata, in WebRtcIsac_DecodeInterpolLpcUb()
852 int WebRtcIsac_DecodeLpcCoef(Bitstr* streamdata, double* LPCCoef) { in WebRtcIsac_DecodeLpcCoef()
1002 void WebRtcIsac_EncodeLar(double* LPCCoef, Bitstr* streamdata, in WebRtcIsac_EncodeLar()
1163 Bitstr* streamdata, ISAC_SaveEncData_t* encData) { in WebRtcIsac_EncodeLpcLb()
1184 WebRtc_Word16 WebRtcIsac_EncodeLpcUB(double* lpcVecs, Bitstr* streamdata, in WebRtcIsac_EncodeLpcUB()
1240 Bitstr* streamdata, in WebRtcIsac_EncodeLpcGainLb()
1377 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()
628 &ISACencUB_obj->bitstr_obj, sizeof(Bitstr)); in LimitPayloadUb()
803 sizeof(Bitstr)); in WebRtcIsac_EncodeUb16()
970 &ISACencUB_obj->bitstr_obj, sizeof(Bitstr)); in WebRtcIsac_EncodeUb12()
1008 Bitstr* ISACBitStr_obj, int BWnumber, in WebRtcIsac_EncodeStoredDataLb()
1136 Bitstr* bitStream, in WebRtcIsac_EncodeStoredDataUb()
1224 Bitstr* bitStreamObj, in WebRtcIsac_GetRedPayloadUb()
1233 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.c757 Bitstr iSACBitStreamInst; /* Local struct for bitstream handling */ in WebRtcIsac_GetNewBitStream()
967 Bitstr streamdata; in WebRtcIsac_UpdateBwEstimate()
1698 Bitstr streamdata; in WebRtcIsac_ReadBwIndex()
1746 Bitstr streamdata; in WebRtcIsac_ReadFrameLen()
2057 Bitstr iSACBitStreamInst; in WebRtcIsac_GetRedPayload()