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

  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
encode.c 253 WebRtcIsac_ResetBitstream(&(ISACencLB_obj->bitstr_obj));
266 ISACencLB_obj->current_framesamples, &ISACencLB_obj->bitstr_obj);
278 WebRtcIsac_EncodeReceiveBw(&intVar, &ISACencLB_obj->bitstr_obj);
306 WebRtcIsac_EncodePitchGain(PitchGains_Q12, &ISACencLB_obj->bitstr_obj,
309 &ISACencLB_obj->bitstr_obj,
321 WebRtcIsac_EncodeLpcLb(lofilt_coef, hifilt_coef, &ISACencLB_obj->bitstr_obj,
330 transcodingParam.W_upper = ISACencLB_obj->bitstr_obj.W_upper;
331 transcodingParam.stream_index = ISACencLB_obj->bitstr_obj.stream_index;
332 transcodingParam.streamval = ISACencLB_obj->bitstr_obj.streamval;
334 ISACencLB_obj->bitstr_obj.stream[ISACencLB_obj->bitstr_obj.stream_index
    [all...]
decode.c 70 WebRtcIsac_ResetBitstream(&(ISACdecLB_obj->bitstr_obj));
76 err = WebRtcIsac_DecodeFrameLen(&ISACdecLB_obj->bitstr_obj,
87 err = WebRtcIsac_DecodeSendBW(&ISACdecLB_obj->bitstr_obj, &bandwidthInd);
96 err = WebRtcIsac_DecodePitchGain(&ISACdecLB_obj->bitstr_obj,
102 err = WebRtcIsac_DecodePitchLag(&ISACdecLB_obj->bitstr_obj, PitchGains_Q12,
112 err = WebRtcIsac_DecodeLpc(&ISACdecLB_obj->bitstr_obj, lo_filt_coef,
118 len = WebRtcIsac_DecodeSpec(&ISACdecLB_obj->bitstr_obj, AvgPitchGain_Q12,
201 err = WebRtcIsac_DecodeInterpolLpcUb(&ISACdecUB_obj->bitstr_obj,
208 len = WebRtcIsac_DecodeSpec(&ISACdecUB_obj->bitstr_obj, kAveragePitchGain,
266 err = WebRtcIsac_DecodeInterpolLpcUb(&ISACdecUB_obj->bitstr_obj,
    [all...]
structs.h 313 Bitstr bitstr_obj; member in struct:__anon30452
358 Bitstr bitstr_obj; member in struct:__anon30453
383 Bitstr bitstr_obj; member in struct:__anon30454
393 Bitstr bitstr_obj; member in struct:__anon30455
isac.c 338 instLB->ISACencLB_obj.bitstr_obj.stream[k] = 0;
379 instUB->ISACencUB_obj.bitstr_obj.stream[k] = 0;
607 memcpy(ptrEncodedUW8, instLB->ISACencLB_obj.bitstr_obj.stream, streamLenLB);
613 instUB->ISACencUB_obj.bitstr_obj.stream, streamLenUB);
622 memcpy(ptrEncodedUW8, instLB->ISACencLB_obj.bitstr_obj.stream,
894 instISAC->ISACdecLB_obj.bitstr_obj.stream[i] = 0;
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
encode.c 99 ISACenc_obj->bitstr_obj.W_upper = 0xFFFFFFFF;
100 ISACenc_obj->bitstr_obj.streamval = 0;
101 ISACenc_obj->bitstr_obj.stream_index = 0;
102 ISACenc_obj->bitstr_obj.full = 1;
119 status = WebRtcIsacfix_EncodeFrameLen(ISACenc_obj->current_framesamples, &ISACenc_obj->bitstr_obj);
139 status = WebRtcIsacfix_EncodeReceiveBandwidth(&BWno, &ISACenc_obj->bitstr_obj);
172 status = WebRtcIsacfix_EncodePitchGain(PitchGains_Q12, &ISACenc_obj->bitstr_obj, ISACenc_obj->SaveEnc_ptr);
183 status = WebRtcIsacfix_EncodePitchLag(PitchLags_Q7 , PitchGains_Q12, &ISACenc_obj->bitstr_obj, ISACenc_obj->SaveEnc_ptr);
209 &bmodel, &bits_gainsQ11, &ISACenc_obj->bitstr_obj, ISACenc_obj->SaveEnc_ptr, &transcodingParam);
220 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);
82 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 259 ISAC_inst->ISACenc_obj.bitstr_obj.stream[k] = 0;
338 encoded[k] = (WebRtc_Word16)( ( (WebRtc_UWord16)(ISAC_inst->ISACenc_obj.bitstr_obj).stream[k] >> 8 )
339 | (((ISAC_inst->ISACenc_obj.bitstr_obj).stream[k] & 0x00FF) << 8));
343 WEBRTC_SPL_MEMCPY_W16(encoded, (ISAC_inst->ISACenc_obj.bitstr_obj).stream, (stream_len + 1)>>1);
428 encoded[k] = (WebRtc_Word16)(((WebRtc_UWord16)(ISAC_inst->ISACenc_obj.bitstr_obj).stream[k] >> 8)
429 | (((ISAC_inst->ISACenc_obj.bitstr_obj).stream[k] & 0x00FF) << 8));
433 WEBRTC_SPL_MEMCPY_W16(encoded, (ISAC_inst->ISACenc_obj.bitstr_obj).stream, (stream_len + 1)>>1);
493 encoded[k] = (WebRtc_Word16)( ( (WebRtc_UWord16)(ISAC_inst->ISACenc_obj.bitstr_obj).stream[k] >> 8 )
494 | (((ISAC_inst->ISACenc_obj.bitstr_obj).stream[k] & 0x00FF) << 8));
498 WEBRTC_SPL_MEMCPY_W16(encoded, (ISAC_inst->ISACenc_obj.bitstr_obj).stream, (stream_len + 1)>>1)
    [all...]
structs.h 305 Bitstr_enc bitstr_obj; member in struct:__anon30432
341 Bitstr_dec bitstr_obj; member in struct:__anon30433

Completed in 218 milliseconds