/external/chromium_org/third_party/opus/src/celt/ |
celt.c | 122 static const opus_val16 gains[3][3] = { local 134 g00 = MULT16_16_Q15(g0, gains[tapset0][0]); 135 g01 = MULT16_16_Q15(g0, gains[tapset0][1]); 136 g02 = MULT16_16_Q15(g0, gains[tapset0][2]); 137 g10 = MULT16_16_Q15(g1, gains[tapset1][0]); 138 g11 = MULT16_16_Q15(g1, gains[tapset1][1]); 139 g12 = MULT16_16_Q15(g1, gains[tapset1][2]);
|
/frameworks/wilhelm/src/itf/ |
IOutputMixExt.c | 122 // copy gains from audio player to track 212 float gains[STEREO_CHANNELS]; local 217 gains[channel] = gain;
|
/external/webrtc/src/modules/audio_processing/agc/ |
digital_agc.c | 30 // gains = round(2^16*10.^(0.05 * (MinGain + B * ( log(exp(-Knee*A)+exp(-Knee*B)) - log(1+exp(-Knee*B)) ) / log(1/(1+exp(Knee*B)))))); 31 // fprintf(1, '\t%i, %i, %i, %i,\n', gains); 33 // in = 10*log10(lvl); out = 20*log10(gains/65536); 308 // array for gains (one value per ms, incl start & end) 309 WebRtc_Word32 gains[11]; local 427 gains[0] = stt->gain; 468 gains[k + 1] = stt->gainTable[zeros] + WEBRTC_SPL_RSHIFT_W32(tmp32, 12); 513 if ((gains[k + 1] - stt->gainTable[0]) > 8388608) 516 tmp32 = WEBRTC_SPL_RSHIFT_W32((gains[k+1] - stt->gainTable[0]), 8); 520 tmp32 = WEBRTC_SPL_MUL((gains[k+1] - stt->gainTable[0]), (178 + gain_adj)) [all...] |
/device/asus/flo/camera/QCamera2/stack/common/ |
cam_types.h | 744 float gains[4]; member in struct:__anon1711 846 /*Color channel gains in the Bayer raw domain in the order [RGeGoB]*/ 850 /*The best fit color channels gains calculated by the stats*/ [all...] |
/hardware/qcom/camera/QCamera2/stack/common/ |
cam_types.h | 759 float gains[4]; member in struct:__anon31331 904 /*Color channel gains in the Bayer raw domain in the order [RGeGoB]*/ 908 /*The best fit color channels gains calculated by the stats*/ [all...] |