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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
decode.c 50 int32_t gain_lo_hiQ17[2*SUBFRAMES];
101 err = WebRtcIsacfix_DecodeLpc(gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15,
153 (ISACdec_obj->plcstr_obj).gain_lo_hiQ17[0] = gain_lo_hiQ17[(SUBFRAMES-1) * 2];
154 (ISACdec_obj->plcstr_obj).gain_lo_hiQ17[1] = gain_lo_hiQ17[(SUBFRAMES-1) * 2 + 1];
191 Vector_Word32_1, lofilt_coefQ15, gain_lo_hiQ17, 0, Vector_Word16_1);
202 Vector_Word32_1, hifilt_coefQ15, gain_lo_hiQ17, 1, Vector_Word16_2);
entropy_coding.h 40 int32_t *gain_lo_hiQ17,
43 int WebRtcIsacfix_DecodeLpc(int32_t *gain_lo_hiQ17,
50 int WebRtcIsacfix_EncodeLpc(int32_t *gain_lo_hiQ17,
59 int WebRtcIsacfix_EstCodeLpcGain(int32_t *gain_lo_hiQ17,
lpc_masking_model.h 37 int32_t *gain_lo_hiQ17,
lattice.c 93 int32_t *gain_lo_hiQ17,
131 gain32 = gain_lo_hiQ17[temp3];
218 int32_t *gain_lo_hiQ17,
256 the vector gain_lo_hiQ17[] is 441344, which means that
261 tmp32 = gain_lo_hiQ17[temp3] << 10; // Q27
encode.c 46 int32_t gain_lo_hiQ17[2*SUBFRAMES];
204 gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15); /*LPandHP = LP_lookahead_pfQ0*/
209 transcodingParam.lpcGains[k] = gain_lo_hiQ17[k];
213 status = WebRtcIsacfix_EncodeLpc(gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15,
229 LP16a, lofilt_coefQ15, gain_lo_hiQ17, 0, LPandHP);/* LPandHP = LP16b */
236 HP16a, hifilt_coefQ15, gain_lo_hiQ17, 1, LPandHP);/*LPandHP = HP16b*/
373 gain_lo_hiQ17[k] = WEBRTC_SPL_MUL_16_32_RSFT14(scaleQ14[idx], transcodingParam.lpcGains[k]);//transcodingParam.lpcGains[k]; //
374 transcodingParam.lpcGains[k] = gain_lo_hiQ17[k];
387 WebRtcIsacfix_EstCodeLpcGain(gain_lo_hiQ17, &ISACenc_obj->bitstr_obj, ISACenc_obj->SaveEnc_ptr);
initialize.c 161 State->gain_lo_hiQ17[0]=State->gain_lo_hiQ17[1] = 0;
decode_plc.c 268 int32_t gain_lo_hiQ17[2*SUBFRAMES];
295 gain_lo_hiQ17[2*subframecnt] = (ISACdec_obj->plcstr_obj).gain_lo_hiQ17[0];
300 gain_lo_hiQ17[2*subframecnt + 1] = (ISACdec_obj->plcstr_obj).gain_lo_hiQ17[1];
778 Vector_Word32_1, lofilt_coefQ15, gain_lo_hiQ17, 0, Vector_Word16_1);
782 Vector_Word32_2, hifilt_coefQ15, gain_lo_hiQ17, 1, Vector_Word16_2);
entropy_coding.c 916 int WebRtcIsacfix_DecodeLpc(int32_t *gain_lo_hiQ17,
925 err = WebRtcIsacfix_DecodeLpcCoef(streamdata, larsQ17, gain_lo_hiQ17, outmodel);
937 int32_t *gain_lo_hiQ17,
1023 gain_lo_hiQ17[gainpos] = sumQQ; //Q17
1031 gain_lo_hiQ17[gainpos] = sumQQ; //Q17
    [all...]
codec.h 148 int32_t* gain_lo_hiQ17,
156 int32_t* gain_lo_hiQ17,
lpc_masking_model.c 534 int32_t *gain_lo_hiQ17,
884 *gain_lo_hiQ17 = WEBRTC_SPL_SHIFT_W32(tmp32b, sh); // Gains in Q17
888 *gain_lo_hiQ17 = 100; // Gains in Q17
890 gain_lo_hiQ17++;
933 *gain_lo_hiQ17 = WEBRTC_SPL_SHIFT_W32(tmp32b, sh); // Gains in Q17
937 *gain_lo_hiQ17 = 100; // Gains in Q17
939 gain_lo_hiQ17++;
structs.h 168 int32_t gain_lo_hiQ17[2];

Completed in 61 milliseconds