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

  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.h 49 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...]
arith_routines.h 25 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 */
codec.h 25 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,
arith_routines.c 19 int WebRtcIsac_EncTerminate(Bitstr *streamdata) /* in-/output struct containing bitstream */
structs.h 33 } Bitstr;
303 Bitstr bitStreamObj;
313 Bitstr bitstr_obj;
358 Bitstr bitstr_obj;
383 Bitstr bitstr_obj;
393 Bitstr bitstr_obj;
entropy_coding.c 273 int WebRtcIsac_DecodeSpec(Bitstr* streamdata, WebRtc_Word16 AvgPitchGain_Q12,
396 Bitstr* streamdata) {
780 int WebRtcIsac_DecodeLpc(Bitstr* streamdata, double* LPCCoef_lo,
794 WebRtc_Word16 WebRtcIsac_DecodeInterpolLpcUb(Bitstr* streamdata,
852 int WebRtcIsac_DecodeLpcCoef(Bitstr* streamdata, double* LPCCoef) {
1002 void WebRtcIsac_EncodeLar(double* LPCCoef, Bitstr* streamdata,
    [all...]
decode_bwe.c 20 Bitstr* streamdata,
arith_routines_hist.c 18 void WebRtcIsac_EncHistMulti(Bitstr *streamdata, /* in-/output struct containing bitstream */
86 Bitstr *streamdata, /* in-/output struct containing bitstream */
194 Bitstr *streamdata, /* in-/output struct containing bitstream */
arith_routines_logist.c 81 Bitstr *streamdata, /* in-/output struct containing bitstream */
173 Bitstr *streamdata, /* in-/output struct containing bitstream */
encode.c 174 void WebRtcIsac_ResetBitstream(Bitstr* bit_stream) {
628 &ISACencUB_obj->bitstr_obj, sizeof(Bitstr));
803 sizeof(Bitstr));
    [all...]
isac.c 757 Bitstr iSACBitStreamInst; /* Local struct for bitstream handling */
    [all...]

Completed in 3365 milliseconds