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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
encode.c 254 WebRtcIsac_ResetBitstream(&(ISACencLB_obj->bitstr_obj));
267 ISACencLB_obj->current_framesamples, &ISACencLB_obj->bitstr_obj);
279 WebRtcIsac_EncodeReceiveBw(&intVar, &ISACencLB_obj->bitstr_obj);
307 WebRtcIsac_EncodePitchGain(PitchGains_Q12, &ISACencLB_obj->bitstr_obj,
310 &ISACencLB_obj->bitstr_obj,
322 WebRtcIsac_EncodeLpcLb(lofilt_coef, hifilt_coef, &ISACencLB_obj->bitstr_obj,
331 transcodingParam.W_upper = ISACencLB_obj->bitstr_obj.W_upper;
332 transcodingParam.stream_index = ISACencLB_obj->bitstr_obj.stream_index;
333 transcodingParam.streamval = ISACencLB_obj->bitstr_obj.streamval;
335 ISACencLB_obj->bitstr_obj.stream[ISACencLB_obj->bitstr_obj.stream_index
    [all...]
decode.c 71 WebRtcIsac_ResetBitstream(&(ISACdecLB_obj->bitstr_obj));
77 err = WebRtcIsac_DecodeFrameLen(&ISACdecLB_obj->bitstr_obj,
88 err = WebRtcIsac_DecodeSendBW(&ISACdecLB_obj->bitstr_obj, &bandwidthInd);
97 err = WebRtcIsac_DecodePitchGain(&ISACdecLB_obj->bitstr_obj,
103 err = WebRtcIsac_DecodePitchLag(&ISACdecLB_obj->bitstr_obj, PitchGains_Q12,
113 err = WebRtcIsac_DecodeLpc(&ISACdecLB_obj->bitstr_obj, lo_filt_coef,
119 len = WebRtcIsac_DecodeSpec(&ISACdecLB_obj->bitstr_obj, AvgPitchGain_Q12,
203 err = WebRtcIsac_DecodeInterpolLpcUb(&ISACdecUB_obj->bitstr_obj,
210 len = WebRtcIsac_DecodeSpec(&ISACdecUB_obj->bitstr_obj, kAveragePitchGain,
270 err = WebRtcIsac_DecodeInterpolLpcUb(&ISACdecUB_obj->bitstr_obj,
    [all...]
structs.h 315 Bitstr bitstr_obj; member in struct:__anon38871
360 Bitstr bitstr_obj; member in struct:__anon38872
385 Bitstr bitstr_obj; member in struct:__anon38873
395 Bitstr bitstr_obj; member in struct:__anon38874
isac.c 349 instLB->ISACencLB_obj.bitstr_obj.stream[k] = 0;
390 instUB->ISACencUB_obj.bitstr_obj.stream[k] = 0;
620 memcpy(encoded, instLB->ISACencLB_obj.bitstr_obj.stream, streamLenLB);
625 instUB->ISACencUB_obj.bitstr_obj.stream,
635 memcpy(encoded, instLB->ISACencLB_obj.bitstr_obj.stream, streamLenLB);
900 instISAC->ISACdecLB_obj.bitstr_obj.stream[i] = 0;
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
encode.c 102 ISACenc_obj->bitstr_obj.W_upper = 0xFFFFFFFF;
103 ISACenc_obj->bitstr_obj.streamval = 0;
104 ISACenc_obj->bitstr_obj.stream_index = 0;
105 ISACenc_obj->bitstr_obj.full = 1;
123 status = WebRtcIsacfix_EncodeFrameLen(ISACenc_obj->current_framesamples, &ISACenc_obj->bitstr_obj);
143 status = WebRtcIsacfix_EncodeReceiveBandwidth(&BWno, &ISACenc_obj->bitstr_obj);
176 status = WebRtcIsacfix_EncodePitchGain(PitchGains_Q12, &ISACenc_obj->bitstr_obj, ISACenc_obj->SaveEnc_ptr);
187 status = WebRtcIsacfix_EncodePitchLag(PitchLags_Q7 , PitchGains_Q12, &ISACenc_obj->bitstr_obj, ISACenc_obj->SaveEnc_ptr);
214 &bmodel, &bits_gainsQ11, &ISACenc_obj->bitstr_obj, ISACenc_obj->SaveEnc_ptr, &transcodingParam);
225 arithLenBeforeEncodingDFT = (ISACenc_obj->bitstr_obj.stream_index << 1) + (1-ISACenc_obj->bitstr_obj.full)
    [all...]
decode.c 68 (ISACdec_obj->bitstr_obj).W_upper = 0xFFFFFFFF;
69 (ISACdec_obj->bitstr_obj).streamval = 0;
70 (ISACdec_obj->bitstr_obj).stream_index = 0;
71 (ISACdec_obj->bitstr_obj).full = 1;
75 err = WebRtcIsacfix_DecodeFrameLen(&ISACdec_obj->bitstr_obj, current_framesamples);
81 err = WebRtcIsacfix_DecodeSendBandwidth(&ISACdec_obj->bitstr_obj, &BWno);
90 err = WebRtcIsacfix_DecodePitchGain(&(ISACdec_obj->bitstr_obj), PitchGains_Q12);
94 err = WebRtcIsacfix_DecodePitchLag(&ISACdec_obj->bitstr_obj, PitchGains_Q12, PitchLags_Q7);
102 &ISACdec_obj->bitstr_obj, &model);
108 len = WebRtcIsacfix_DecodeSpec(&ISACdec_obj->bitstr_obj, Vector_Word16_1, Vector_Word16_2, AvgPitchGain_Q12)
    [all...]
isacfix.c 338 ISAC_inst->ISACenc_obj.bitstr_obj.stream[k] = 0;
427 write_be16(ISAC_inst->ISACenc_obj.bitstr_obj.stream, (size_t)stream_len,
505 write_be16(ISAC_inst->ISACenc_obj.bitstr_obj.stream,
558 write_be16(ISAC_inst->ISACenc_obj.bitstr_obj.stream, stream_len, encoded);
798 InitializeDecoderBitstream(len, &ISAC_inst->ISACdec_obj.bitstr_obj);
800 read_be16(encoded, len, ISAC_inst->ISACdec_obj.bitstr_obj.stream);
820 ((ISAC_inst->ISACdec_obj.bitstr_obj.stream[declen >> 1]) & 0xFF)) {
828 ((ISAC_inst->ISACdec_obj.bitstr_obj.stream[declen >> 1]) >> 8)) {
898 InitializeDecoderBitstream(len, &ISAC_inst->ISACdec_obj.bitstr_obj);
900 read_be16(encoded, len, ISAC_inst->ISACdec_obj.bitstr_obj.stream)
    [all...]
structs.h 305 Bitstr_enc bitstr_obj; member in struct:__anon38851
341 Bitstr_dec bitstr_obj; member in struct:__anon38852
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
debugUtility.h 67 obj->bitstr_obj.streamval, obj->bitstr_obj.stream_index); \

Completed in 92 milliseconds