HomeSort by relevance Sort by last modified time
    Searched full:gain (Results 326 - 350 of 1249) sorted by null

<<11121314151617181920>>

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
qua_gain.cpp 123 Word16 exp_gcode0 -- Word16 -- predicted CB gain (exponent), Q0
124 Word16 frac_gcode0 -- Word16 -- predicted CB gain (fraction), Q15
130 Word16 gp_limit -- Word16 -- pitch gain limit
133 Word16 *gain_pit -- Pointer to Word16 -- Pitch gain, Q14
134 Word16 *gain_cod -- Pointer to Word16 -- Code gain, Q1
195 Word16 exp_gcode0, /* i : predicted CB gain (exponent), Q0 */
196 Word16 frac_gcode0, /* i : predicted CB gain (fraction), Q15 */
201 Word16 gp_limit, /* i : pitch gain limit */
202 Word16 *gain_pit, /* o : Pitch gain, Q14 */
203 Word16 *gain_cod, /* o : Code gain, Q1 *
    [all...]
  /bionic/libc/kernel/common/media/
ov5650.h 66 __u16 gain; member in struct:ov5650_mode
  /external/aac/libAACdec/src/
ldfiltbank.cpp 175 FIXP_DBL gain = (FIXP_DBL)0; local
190 imdct_gain(&gain, &scale, N);
194 if (gain != (FIXP_DBL)0) {
195 scaleValuesWithFactor(mdctData, gain, N, scale);
  /external/aac/libSBRenc/src/
resampler.cpp 109 FIXP_DBL g; /*! overall gain */
119 Wc = 0,5, order 30, Stop Band -96dB. Wc criteria is "almost 0dB passband", not the usual -3db gain point.
158 Wc = 0,5, order 24, Stop Band -96dB. Wc criteria is "almost 0dB passband", not the usual -3db gain point.
331 DownSampler->downFilter.gain = currentSet->g;
425 /* Apply global gain */
426 y = fMult(y, downFilter->gain);
442 /* Apply scattered gain */
443 y = fMult(y, downFilter->gain);
464 /* Apply final gain/scaling to output */
  /external/chromium_org/net/base/
test_completion_callback.h 65 // Override this method to gain control as the callback is running.
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBufferSourceNode.idl 38 readonly attribute AudioParam gain;
BiquadFilterNode.h 60 AudioParam* gain() { return biquadProcessor()->parameter3(); } function in class:WebCore::BiquadFilterNode
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
ZeroPole.cpp 44 // Gain compensation to make 0dB @ 0Hz
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
README.webtreemap.txt 39 (At runtime, tree nodes will dynamically will gain two extra
  /external/chromium_org/third_party/opus/src/silk/
decode_core.c 100 /* Preload LPC coeficients to array on stack. Gives small performance gain */
108 /* Calculate gain adjustment factor */
161 /* Update LTP state when Gain changes */
223 /* Scale with gain */
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_events_c.h 57 extern int SDL_PrivateAppActive(Uint8 gain, Uint8 state);
  /external/sonivox/arm-fm-22k/lib_src/
eas_math.c 103 * Transform log value to linear gain multiplier using piece-wise linear
107 * nGain - log scale value in 20.10 format. Even though gain is normally
109 * the need for saturation checking when combining gain values.
148 * Transform volume control in 1dB increments to gain multiplier
eas_mixer.h 125 * gainLeft initial gain left or mono
126 * gainRight initial gain right
127 * gainLeft left gain increment per sample
128 * gainRight right gain increment per sample
eas_pcmdata.h 107 EAS_I16 gainLeft; /* requested gain */
108 EAS_I16 gainRight; /* requested gain */
109 EAS_I16 currentGainLeft; /* current gain for anti-zipper filter */
110 EAS_I16 currentGainRight; /* current gain for anti-zipper filter */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_math.c 103 * Transform log value to linear gain multiplier using piece-wise linear
107 * nGain - log scale value in 20.10 format. Even though gain is normally
109 * the need for saturation checking when combining gain values.
148 * Transform volume control in 1dB increments to gain multiplier
eas_mixer.h 125 * gainLeft initial gain left or mono
126 * gainRight initial gain right
127 * gainLeft left gain increment per sample
128 * gainRight right gain increment per sample
eas_pcmdata.h 107 EAS_I16 gainLeft; /* requested gain */
108 EAS_I16 gainRight; /* requested gain */
109 EAS_I16 currentGainLeft; /* current gain for anti-zipper filter */
110 EAS_I16 currentGainRight; /* current gain for anti-zipper filter */
  /external/sonivox/arm-wt-22k/lib_src/
eas_math.c 103 * Transform log value to linear gain multiplier using piece-wise linear
107 * nGain - log scale value in 20.10 format. Even though gain is normally
109 * the need for saturation checking when combining gain values.
148 * Transform volume control in 1dB increments to gain multiplier
eas_mixer.h 125 * gainLeft initial gain left or mono
126 * gainRight initial gain right
127 * gainLeft left gain increment per sample
128 * gainRight right gain increment per sample
eas_pcmdata.h 107 EAS_I16 gainLeft; /* requested gain */
108 EAS_I16 gainRight; /* requested gain */
109 EAS_I16 currentGainLeft; /* current gain for anti-zipper filter */
110 EAS_I16 currentGainRight; /* current gain for anti-zipper filter */
  /external/speex/libspeex/
gain_table_lbr.c 3 Codebook for 3-tap pitch prediction gain (32 entries)
scal.c 236 float gain; local
241 gain = coef*sqrt(.1+st->curve[i]);
242 frame[2*i-1] = gain*x1;
243 frame[2*i] = gain*x2;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice.c 132 /* compute the gain */
268 sh = WebRtcSpl_NormW32(tmp32); // tmp32 is the gain
270 inv_gain32 = WebRtcSpl_DivW32W16((WebRtc_Word32)2147483647, den16); // 1/gain in Q31/Q(sh+11) = Q(20-sh)
273 inv_gain16 = (WebRtc_Word16) WEBRTC_SPL_RSHIFT_W32(inv_gain32, 2); // 1/gain in Q(20-sh-2) = Q(18-sh)
pitch_lag_tables.c 22 /********************* Pitch Filter Gain Coefficient Tables ************************/
24 /* tables for use with small pitch gain */
95 /* tables for use with medium pitch gain */
186 /* tables for use with large pitch gain */
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.h 76 // Suppression gain parameters: SUPGAIN_ parameters in Q-(RESOLUTION_SUPGAIN)
78 #define SUPGAIN_DEFAULT (1 << RESOLUTION_SUPGAIN) // Default suppression gain
79 #define SUPGAIN_ERROR_PARAM_A 3072 // Estimation error parameter (Maximum gain) (8 in Q8)
80 #define SUPGAIN_ERROR_PARAM_B 1536 // Estimation error parameter (Gain before going down)

Completed in 646 milliseconds

<<11121314151617181920>>