Searched refs:tmp_fre (Results 1 – 2 of 2) sorted by relevance
501 WebRtc_Word16 tmp_fre[FRAMESAMPLES]; in WebRtcIsacfix_EncodeStoredData() local545 tmp_fre[ii] = (WebRtc_Word16) ((scale) * (float) SaveEnc_str->fre[ii]) ; in WebRtcIsacfix_EncodeStoredData()554 tmp_fre[ii] = SaveEnc_str->fre[ii]; in WebRtcIsacfix_EncodeStoredData()615 … status = WebRtcIsacfix_EncodeSpec(&tmp_fre[ii*FRAMESAMPLES_HALF], &tmp_fim[ii*FRAMESAMPLES_HALF], in WebRtcIsacfix_EncodeStoredData()
1020 WebRtc_Word16 tmp_fre[FRAMESAMPLES], tmp_fim[FRAMESAMPLES]; in WebRtcIsac_EncodeStoredDataLb() local1056 tmp_fre[ii] = (WebRtc_Word16)((scale) * (float)ISACSavedEnc_obj->fre[ii]); in WebRtcIsac_EncodeStoredDataLb()1068 tmp_fre[ii] = ISACSavedEnc_obj->fre[ii]; in WebRtcIsac_EncodeStoredDataLb()1121 status = WebRtcIsac_EncodeSpec(&tmp_fre[ii * FRAMESAMPLES_HALF], in WebRtcIsac_EncodeStoredDataLb()