Home
last modified time | relevance | path

Searched refs:bitstr_obj (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dencode.c254 WebRtcIsac_ResetBitstream(&(ISACencLB_obj->bitstr_obj)); in WebRtcIsac_EncodeLb()
267 ISACencLB_obj->current_framesamples, &ISACencLB_obj->bitstr_obj); in WebRtcIsac_EncodeLb()
279 WebRtcIsac_EncodeReceiveBw(&intVar, &ISACencLB_obj->bitstr_obj); in WebRtcIsac_EncodeLb()
307 WebRtcIsac_EncodePitchGain(PitchGains_Q12, &ISACencLB_obj->bitstr_obj, in WebRtcIsac_EncodeLb()
310 &ISACencLB_obj->bitstr_obj, in WebRtcIsac_EncodeLb()
322 WebRtcIsac_EncodeLpcLb(lofilt_coef, hifilt_coef, &ISACencLB_obj->bitstr_obj, in WebRtcIsac_EncodeLb()
331 transcodingParam.W_upper = ISACencLB_obj->bitstr_obj.W_upper; in WebRtcIsac_EncodeLb()
332 transcodingParam.stream_index = ISACencLB_obj->bitstr_obj.stream_index; in WebRtcIsac_EncodeLb()
333 transcodingParam.streamval = ISACencLB_obj->bitstr_obj.streamval; in WebRtcIsac_EncodeLb()
335 ISACencLB_obj->bitstr_obj.stream[ISACencLB_obj->bitstr_obj.stream_index - in WebRtcIsac_EncodeLb()
[all …]
Ddecode.c71 WebRtcIsac_ResetBitstream(&(ISACdecLB_obj->bitstr_obj)); in WebRtcIsac_DecodeLb()
77 err = WebRtcIsac_DecodeFrameLen(&ISACdecLB_obj->bitstr_obj, in WebRtcIsac_DecodeLb()
88 err = WebRtcIsac_DecodeSendBW(&ISACdecLB_obj->bitstr_obj, &bandwidthInd); in WebRtcIsac_DecodeLb()
97 err = WebRtcIsac_DecodePitchGain(&ISACdecLB_obj->bitstr_obj, in WebRtcIsac_DecodeLb()
103 err = WebRtcIsac_DecodePitchLag(&ISACdecLB_obj->bitstr_obj, PitchGains_Q12, in WebRtcIsac_DecodeLb()
113 err = WebRtcIsac_DecodeLpc(&ISACdecLB_obj->bitstr_obj, lo_filt_coef, in WebRtcIsac_DecodeLb()
119 len = WebRtcIsac_DecodeSpec(&ISACdecLB_obj->bitstr_obj, AvgPitchGain_Q12, in WebRtcIsac_DecodeLb()
203 err = WebRtcIsac_DecodeInterpolLpcUb(&ISACdecUB_obj->bitstr_obj, in WebRtcIsac_DecodeUb16()
210 len = WebRtcIsac_DecodeSpec(&ISACdecUB_obj->bitstr_obj, kAveragePitchGain, in WebRtcIsac_DecodeUb16()
270 err = WebRtcIsac_DecodeInterpolLpcUb(&ISACdecUB_obj->bitstr_obj, in WebRtcIsac_DecodeUb12()
[all …]
Dstructs.h315 Bitstr bitstr_obj; member
360 Bitstr bitstr_obj; member
385 Bitstr bitstr_obj; member
395 Bitstr bitstr_obj; member
Disac.c349 instLB->ISACencLB_obj.bitstr_obj.stream[k] = 0; in EncoderInitLb()
390 instUB->ISACencUB_obj.bitstr_obj.stream[k] = 0; in EncoderInitUb()
620 memcpy(encoded, instLB->ISACencLB_obj.bitstr_obj.stream, streamLenLB); in WebRtcIsac_Encode()
625 instUB->ISACencUB_obj.bitstr_obj.stream, in WebRtcIsac_Encode()
635 memcpy(encoded, instLB->ISACencLB_obj.bitstr_obj.stream, streamLenLB); in WebRtcIsac_Encode()
900 instISAC->ISACdecLB_obj.bitstr_obj.stream[i] = 0; in DecoderInitLb()
913 instISAC->ISACdecUB_obj.bitstr_obj.stream[i] = 0; in DecoderInitUb()
1062 memcpy(instISAC->instLB.ISACdecLB_obj.bitstr_obj.stream, encoded, in Decode()
1184 memcpy(decInstUB->bitstr_obj.stream, in Decode()
1188 WebRtcIsac_ResetBitstream(&(decInstUB->bitstr_obj)); in Decode()
[all …]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dencode.c102 ISACenc_obj->bitstr_obj.W_upper = 0xFFFFFFFF; in WebRtcIsacfix_EncodeImpl()
103 ISACenc_obj->bitstr_obj.streamval = 0; in WebRtcIsacfix_EncodeImpl()
104 ISACenc_obj->bitstr_obj.stream_index = 0; in WebRtcIsacfix_EncodeImpl()
105 ISACenc_obj->bitstr_obj.full = 1; in WebRtcIsacfix_EncodeImpl()
123 …status = WebRtcIsacfix_EncodeFrameLen(ISACenc_obj->current_framesamples, &ISACenc_obj->bitstr_obj); in WebRtcIsacfix_EncodeImpl()
143 status = WebRtcIsacfix_EncodeReceiveBandwidth(&BWno, &ISACenc_obj->bitstr_obj); in WebRtcIsacfix_EncodeImpl()
176 …status = WebRtcIsacfix_EncodePitchGain(PitchGains_Q12, &ISACenc_obj->bitstr_obj, ISACenc_obj->Sav… in WebRtcIsacfix_EncodeImpl()
187 …status = WebRtcIsacfix_EncodePitchLag(PitchLags_Q7 , PitchGains_Q12, &ISACenc_obj->bitstr_obj, IS… in WebRtcIsacfix_EncodeImpl()
214 … &bmodel, &bits_gainsQ11, &ISACenc_obj->bitstr_obj, ISACenc_obj->SaveEnc_ptr, &transcodingParam); in WebRtcIsacfix_EncodeImpl()
225 …arithLenBeforeEncodingDFT = (ISACenc_obj->bitstr_obj.stream_index << 1) + (1-ISACenc_obj->bitstr_o… in WebRtcIsacfix_EncodeImpl()
[all …]
Ddecode.c68 (ISACdec_obj->bitstr_obj).W_upper = 0xFFFFFFFF; in WebRtcIsacfix_DecodeImpl()
69 (ISACdec_obj->bitstr_obj).streamval = 0; in WebRtcIsacfix_DecodeImpl()
70 (ISACdec_obj->bitstr_obj).stream_index = 0; in WebRtcIsacfix_DecodeImpl()
71 (ISACdec_obj->bitstr_obj).full = 1; in WebRtcIsacfix_DecodeImpl()
75 err = WebRtcIsacfix_DecodeFrameLen(&ISACdec_obj->bitstr_obj, current_framesamples); in WebRtcIsacfix_DecodeImpl()
81 err = WebRtcIsacfix_DecodeSendBandwidth(&ISACdec_obj->bitstr_obj, &BWno); in WebRtcIsacfix_DecodeImpl()
90 err = WebRtcIsacfix_DecodePitchGain(&(ISACdec_obj->bitstr_obj), PitchGains_Q12); in WebRtcIsacfix_DecodeImpl()
94 err = WebRtcIsacfix_DecodePitchLag(&ISACdec_obj->bitstr_obj, PitchGains_Q12, PitchLags_Q7); in WebRtcIsacfix_DecodeImpl()
102 &ISACdec_obj->bitstr_obj, &model); in WebRtcIsacfix_DecodeImpl()
108 …len = WebRtcIsacfix_DecodeSpec(&ISACdec_obj->bitstr_obj, Vector_Word16_1, Vector_Word16_2, AvgPitc… in WebRtcIsacfix_DecodeImpl()
Disacfix.c338 ISAC_inst->ISACenc_obj.bitstr_obj.stream[k] = 0; in WebRtcIsacfix_EncoderInit()
427 write_be16(ISAC_inst->ISACenc_obj.bitstr_obj.stream, (size_t)stream_len, in WebRtcIsacfix_Encode()
505 write_be16(ISAC_inst->ISACenc_obj.bitstr_obj.stream, in WebRtcIsacfix_EncodeNb()
558 write_be16(ISAC_inst->ISACenc_obj.bitstr_obj.stream, stream_len, encoded); in WebRtcIsacfix_GetNewBitStream()
798 InitializeDecoderBitstream(len, &ISAC_inst->ISACdec_obj.bitstr_obj); in WebRtcIsacfix_Decode()
800 read_be16(encoded, len, ISAC_inst->ISACdec_obj.bitstr_obj.stream); in WebRtcIsacfix_Decode()
820 ((ISAC_inst->ISACdec_obj.bitstr_obj.stream[declen >> 1]) & 0xFF)) { in WebRtcIsacfix_Decode()
828 ((ISAC_inst->ISACdec_obj.bitstr_obj.stream[declen >> 1]) >> 8)) { in WebRtcIsacfix_Decode()
898 InitializeDecoderBitstream(len, &ISAC_inst->ISACdec_obj.bitstr_obj); in WebRtcIsacfix_DecodeNb()
900 read_be16(encoded, len, ISAC_inst->ISACdec_obj.bitstr_obj.stream); in WebRtcIsacfix_DecodeNb()
[all …]
Dstructs.h305 Bitstr_enc bitstr_obj; member
341 Bitstr_dec bitstr_obj; member
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
DdebugUtility.h67 obj->bitstr_obj.streamval, obj->bitstr_obj.stream_index); \