Searched refs:Bitstr (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | entropy_coding.h | 49 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 …]
|
D | 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 */
|
D | codec.h | 25 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,
|
D | structs.h | 33 } Bitstr; typedef 305 Bitstr bitStreamObj; 315 Bitstr bitstr_obj; 360 Bitstr bitstr_obj; 385 Bitstr bitstr_obj; 395 Bitstr bitstr_obj;
|
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 | encode.c | 174 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()
|
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 | arith_routines.c | 19 int WebRtcIsac_EncTerminate(Bitstr *streamdata) /* in-/output struct containing bitstream */ in WebRtcIsac_EncTerminate()
|
D | decode_bwe.c | 20 Bitstr* streamdata, in WebRtcIsac_EstimateBandwidth()
|
D | isac.c | 768 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()
|