HomeSort by relevance Sort by last modified time
    Searched defs:xfw (Results 1 - 2 of 2) sorted by null

  /external/libopus/silk/float/
encode_frame_FLP.c 39 const silk_float xfw[], /* I Input signal */
88 silk_float xfw[ MAX_FRAME_LENGTH ]; local
152 silk_prefilter_FLP( psEnc, &sEncCtrl, xfw, x_frame );
157 silk_LBRR_encode_FLP( psEnc, &sEncCtrl, xfw, condCoding );
191 silk_NSQ_wrapper_FLP( psEnc, &sEncCtrl, &psEnc->sCmn.indices, &psEnc->sCmn.sNSQ, psEnc->sCmn.pulses, xfw );
322 const silk_float xfw[], /* I Input signal */
367 psEnc->sCmn.pulses_LBRR[ psEnc->sCmn.nFramesEncoded ], xfw );
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core.c 334 float xfw[2][PART_LEN1],
355 xfw[0][i] * xfw[0][i] + xfw[1][i] * xfw[1][i],
367 ptrGCoh[1] * (dfw[0][i] * xfw[0][i] + dfw[1][i] * xfw[1][i]);
370 ptrGCoh[1] * (dfw[0][i] * xfw[1][i] - dfw[1][i] * xfw[0][i]);
411 float xfw[2][PART_LEN1]
1006 float xfw[2][PART_LEN1]; local
    [all...]

Completed in 288 milliseconds