HomeSort by relevance Sort by last modified time
    Searched refs:gains (Results 26 - 50 of 50) sorted by null

12

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
cb_search.c 53 int16_t gains[CB_NSTAGES+1]; local
179 gains[0] = 16384;
284 (int16_t)WEBRTC_SPL_ABS_W16(gains[stage]), stage, &gain_index[stage]);
339 gains[stage+1] = bestGain;
362 tmp = (int16_t) WEBRTC_SPL_MUL_16_16_RSFT(gains[1],gains[1], 14);
367 tmpW32 = ((int32_t)(gains[1]-1))<<1;
  /cts/apps/CameraITS/tests/
tutorial.py 100 sens, exp, gains, xform, focus = cam.do_3a(get_results=True)
102 print "AWB: gains", gains, "transform", xform
110 # request. Here, the AWB gains and transform (CCM) are being used.
119 req["android.colorCorrection.gains"] = gains
  /cts/apps/CameraITS/pymodules/its/
target.py 59 sens, exp_time, gains, xform, _ \
69 # Use the gains+transform returned by the AWB pass.
76 req["android.colorCorrection.gains"] = gains
image.py 218 def get_gains_in_canonical_order(props, gains):
219 """Reorders the gains tuple to the canonical R,Gr,Gb,B order.
223 gains: List of 4 values, in R,G_even,G_odd,B order.
226 List of gains values, in R,Gr,Gb,B order.
231 return gains
234 return [gains[0], gains[2], gains[1], gains[3]]
259 gains = cap_res['android.colorCorrection.gains'
    [all...]
  /cts/apps/CameraITS/tests/scene1/
test_param_color_correction.py 28 Takes shots with different transform and gains values, and tests that
29 they look correspondingly different. The transform and gains are chosen
56 # Gains:
60 gains = [[1,1,1,1], [2,1,1,1], [1,1,1,1]]
67 # 1. With unit gains, and identity transform.
69 # 3. With unit gains, and a transform that boosts blue.
72 req["android.colorCorrection.gains"] = gains[i]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c 472 double *gains)
515 /* Iterative optimization of gains */
522 /* set initial gains */
524 gains[k] = PITCH_MAX_GAIN_06;
528 /* compute Jacobian of pre-filter output towards gains */
529 WebRtcIsac_PitchfilterPre_gains(Whitened, out_G, out_dG, &(State->PFstr_wght), lags, gains);
551 tmp += kWeight[k+1][m+1] * gains[m];
562 tmp = 1.0 / (1 - gains[k]);
566 tmp = 1.0 / (1 - gains[3]);
600 /* update gains and check range *
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c 471 double *gains)
514 /* Iterative optimization of gains */
521 /* set initial gains */
523 gains[k] = PITCH_MAX_GAIN_06;
527 /* compute Jacobian of pre-filter output towards gains */
528 WebRtcIsac_PitchfilterPre_gains(Whitened, out_G, out_dG, &(State->PFstr_wght), lags, gains);
550 tmp += kWeight[k+1][m+1] * gains[m];
561 tmp = 1.0 / (1 - gains[k]);
565 tmp = 1.0 / (1 - gains[3]);
599 /* update gains and check range *
    [all...]
  /external/chromium_org/third_party/opus/src/silk/fixed/
main_FIX.h 177 const opus_int32 invGains_Q16[ MAX_NB_SUBFR ], /* I Inverse quantization gains, one for each subframe */
190 const opus_int32 gains[ MAX_NB_SUBFR ], /* I Quantization gains */
206 /* Processing of gains */
  /external/chromium_org/third_party/opus/src/silk/float/
main_FLP.h 172 const silk_float invGains[ MAX_NB_SUBFR ], /* I Inverse quantization gains */
184 const silk_float gains[], /* I Quantization gains */
201 silk_float B[ MAX_NB_SUBFR * LTP_ORDER ], /* I/O (Un-)quantized LTP gains */
220 /* Processing of gains */
  /external/libopus/silk/fixed/
main_FIX.h 177 const opus_int32 invGains_Q16[ MAX_NB_SUBFR ], /* I Inverse quantization gains, one for each subframe */
190 const opus_int32 gains[ MAX_NB_SUBFR ], /* I Quantization gains */
206 /* Processing of gains */
  /external/libopus/silk/float/
main_FLP.h 172 const silk_float invGains[ MAX_NB_SUBFR ], /* I Inverse quantization gains */
184 const silk_float gains[], /* I Quantization gains */
201 silk_float B[ MAX_NB_SUBFR * LTP_ORDER ], /* I/O (Un-)quantized LTP gains */
220 /* Processing of gains */
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 673 ALOGV("convertAudioPortConfigFromNative could not get gains from port");
837 audio_channel_mask_t nMask = nAudioPort->gains[j].channel_mask;
848 nAudioPort->gains[j].mode,
850 nAudioPort->gains[j].min_value,
851 nAudioPort->gains[j].max_value,
852 nAudioPort->gains[j].default_value,
853 nAudioPort->gains[j].step_value,
854 nAudioPort->gains[j].min_ramp_ms,
855 nAudioPort->gains[j].max_ramp_ms);
    [all...]
  /frameworks/wilhelm/src/itf/
IOutputMixExt.c 122 // copy gains from audio player to track
212 float gains[STEREO_CHANNELS]; local
217 gains[channel] = gain;
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CaptureRequestTest.java 769 RggbChannelVector gains = result.get(CaptureResult.COLOR_CORRECTION_GAINS); local
775 UNIT_GAIN, gains);
    [all...]
  /device/asus/flo/camera/QCamera2/stack/common/
cam_types.h 744 float gains[4]; member in struct:__anon2724
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...]
  /device/lge/hammerhead/camera/QCamera2/stack/common/
cam_types.h 770 float gains[4]; member in struct:__anon3217
940 /*Color channel gains in the Bayer raw domain in the order [RGeGoB]*/
944 /*The best fit color channels gains calculated by the stats*/
    [all...]
  /system/core/include/system/
audio.h 981 struct audio_gain gains[AUDIO_PORT_MAX_GAINS]; member in struct:audio_port
    [all...]
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputHardwareManager.java 809 if (mAudioSource.gains().length > 0 && volume != mCommittedVolume) {
811 for (AudioGain gain : mAudioSource.gains()) {
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_types.h 908 float gains[4]; member in struct:__anon4287
    [all...]
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.S 50 # but, that only gains us one byte of space in the lzss image.
  /external/valgrind/main/exp-bbv/tests/x86-linux/
ll.S 44 # but, that only gains us one byte of space in the lzss image.
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /frameworks/av/services/audiopolicy/
AudioPolicyManager.cpp     [all...]

Completed in 606 milliseconds

12