Searched refs:nrgQ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model.c372 uint32_t nrgQ[4]; local
380 nrgQ[0]=0;
382 nrgQ[0] +=WEBRTC_SPL_MUL_16_16(input[k],input[k]);
384 nrgQ[1]=0;
386 nrgQ[1] +=WEBRTC_SPL_MUL_16_16(input[k],input[k]);
388 nrgQ[2]=0;
390 nrgQ[2] +=WEBRTC_SPL_MUL_16_16(input[k],input[k]);
392 nrgQ[3]=0;
394 nrgQ[3] +=WEBRTC_SPL_MUL_16_16(input[k],input[k]);
398 nrgQlog[k] = (int16_t)log2_Q8_LPC(nrgQ[
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model.c372 WebRtc_UWord32 nrgQ[4]; local
380 nrgQ[0]=0;
382 nrgQ[0] +=WEBRTC_SPL_MUL_16_16(input[k],input[k]);
384 nrgQ[1]=0;
386 nrgQ[1] +=WEBRTC_SPL_MUL_16_16(input[k],input[k]);
388 nrgQ[2]=0;
390 nrgQ[2] +=WEBRTC_SPL_MUL_16_16(input[k],input[k]);
392 nrgQ[3]=0;
394 nrgQ[3] +=WEBRTC_SPL_MUL_16_16(input[k],input[k]);
398 nrgQlog[k] = (WebRtc_Word16)log2_Q8_LPC(nrgQ[
[all...]

Completed in 259 milliseconds