HomeSort by relevance Sort by last modified time
    Searched refs:energy (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
energy_inverse.h 27 int16_t *energy, /* (i/o) Energy and inverse
28 energy (in Q29) */
29 int noOfEnergies); /* (i) The length of the energy
cb_mem_energy.c 24 * Function WebRtcIlbcfix_CbMemEnergy computes the energy of all
35 int16_t *energyW16, /* (o) Energy in the CB vectors */
36 int16_t *energyShifts, /* (o) Shift value of the energy */
37 int16_t scale, /* (i) The scaling of all energy values */
38 int16_t base_size /* (i) Index to where the energy values should be stored */
41 int32_t energy, tmp32; local
43 /* Compute the energy and store it in a vector. Also the
44 * corresponding shift values are stored. The energy values
47 /* Calculate the energy in the first block of 'lTarget' sampels. */
52 energy = WebRtcSpl_DotProductWithScale( pp, pp, lTarget, scale)
    [all...]
cb_mem_energy_calc.c 21 /* Compute the energy of the rest of the cb memory
25 int32_t energy, /* (i) input start energy */
29 int16_t *energyW16, /* (o) Energy in the CB vectors */
30 int16_t *energyShifts, /* (o) Shift value of the energy */
31 int16_t scale, /* (i) The scaling of all energy values */
32 int16_t base_size /* (i) Index to where the energy values should be stored */
46 /* Calculate next energy by a +/-
50 energy += WEBRTC_SPL_RSHIFT_W32(tmp, scale);
51 energy = WEBRTC_SPL_MAX(energy, 0)
    [all...]
energy_inverse.c 24 int16_t *energy, /* (i/o) Energy and inverse
25 energy (in Q29) */
26 int noOfEnergies) /* (i) The length of the energy
33 /* Set the minimum energy value to 16384 to avoid overflow */
34 energyPtr=energy;
40 /* Calculate inverse energy in Q29 */
41 energyPtr=energy;
cb_mem_energy_calc.h 23 int32_t energy, /* (i) input start energy */
27 int16_t *energyW16, /* (o) Energy in the CB vectors */
28 int16_t *energyShifts, /* (o) Shift value of the energy */
29 int16_t scale, /* (i) The scaling of all energy values */
30 int16_t base_size /* (i) Index to where the energy values should be stored */
cb_mem_energy_augmentation.c 25 int16_t scale, /* (i) The scaling of all energy values */
26 int16_t base_size, /* (i) Index to where the energy values should be stored */
27 int16_t *energyW16, /* (o) Energy in the CB vectors */
28 int16_t *energyShifts /* (o) Shift value of the energy */
30 int32_t energy, tmp32; local
40 /* Compute the energy for the first (low-5) noninterpolated samples */
46 /* Update the energy recursively to save complexity */
50 energy = nrjRecursive;
53 energy += WebRtcSpl_DotProductWithScale(interpSamplesPtr, interpSamplesPtr, 4, scale);
56 /* Compute energy for the remaining samples *
    [all...]
  /external/chromium_org/third_party/opus/src/silk/fixed/
corrMatrix_FIX.c 85 opus_int32 energy; local
88 /* Calculate energy to find shift used to fit in 32 bits */
89 silk_sum_sqr_shift( &energy, &rshifts_local, x, L + order - 1 );
91 head_room_rshifts = silk_max( head_room - silk_CLZ32( energy ), 0 );
93 energy = silk_RSHIFT32( energy, head_room_rshifts );
96 /* Calculate energy of first column (0) of X: X[:,0]'*X[:,0] */
99 energy -= silk_RSHIFT32( silk_SMULBB( x[ i ], x[ i ] ), rshifts_local );
102 /* Adjust energy */
103 energy = silk_RSHIFT32( energy, *rshifts - rshifts_local )
    [all...]
  /external/libopus/silk/fixed/
corrMatrix_FIX.c 85 opus_int32 energy; local
88 /* Calculate energy to find shift used to fit in 32 bits */
89 silk_sum_sqr_shift( &energy, &rshifts_local, x, L + order - 1 );
91 head_room_rshifts = silk_max( head_room - silk_CLZ32( energy ), 0 );
93 energy = silk_RSHIFT32( energy, head_room_rshifts );
96 /* Calculate energy of first column (0) of X: X[:,0]'*X[:,0] */
99 energy -= silk_RSHIFT32( silk_SMULBB( x[ i ], x[ i ] ), rshifts_local );
102 /* Adjust energy */
103 energy = silk_RSHIFT32( energy, *rshifts - rshifts_local )
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_aq_variance.h 21 unsigned int vp9_vaq_segment_id(int energy);
22 double vp9_vaq_rdmult_ratio(int energy);
23 double vp9_vaq_inv_q_ratio(int energy);
vp9_aq_variance.c 25 #define ENERGY_IN_BOUNDS(energy)\
26 assert((energy) >= ENERGY_MIN && (energy) <= ENERGY_MAX)
38 unsigned int vp9_vaq_segment_id(int energy) {
39 ENERGY_IN_BOUNDS(energy);
41 return SEGMENT_ID(energy);
44 double vp9_vaq_rdmult_ratio(int energy) {
45 ENERGY_IN_BOUNDS(energy);
49 return RDMULT_RATIO(energy);
52 double vp9_vaq_inv_q_ratio(int energy) {
142 double energy; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_variance.h 21 unsigned int vp9_vaq_segment_id(int energy);
22 double vp9_vaq_rdmult_ratio(int energy);
23 double vp9_vaq_inv_q_ratio(int energy);
vp9_aq_variance.c 25 #define ENERGY_IN_BOUNDS(energy)\
26 assert((energy) >= ENERGY_MIN && (energy) <= ENERGY_MAX)
38 unsigned int vp9_vaq_segment_id(int energy) {
39 ENERGY_IN_BOUNDS(energy);
41 return SEGMENT_ID(energy);
44 double vp9_vaq_rdmult_ratio(int energy) {
45 ENERGY_IN_BOUNDS(energy);
49 return RDMULT_RATIO(energy);
52 double vp9_vaq_inv_q_ratio(int energy) {
141 double energy; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_variance.h 21 unsigned int vp9_vaq_segment_id(int energy);
22 double vp9_vaq_rdmult_ratio(int energy);
23 double vp9_vaq_inv_q_ratio(int energy);
vp9_aq_variance.c 25 #define ENERGY_IN_BOUNDS(energy)\
26 assert((energy) >= ENERGY_MIN && (energy) <= ENERGY_MAX)
38 unsigned int vp9_vaq_segment_id(int energy) {
39 ENERGY_IN_BOUNDS(energy);
41 return SEGMENT_ID(energy);
44 double vp9_vaq_rdmult_ratio(int energy) {
45 ENERGY_IN_BOUNDS(energy);
49 return RDMULT_RATIO(energy);
52 double vp9_vaq_inv_q_ratio(int energy) {
141 double energy; local
    [all...]
  /external/chromium_org/third_party/opus/src/silk/float/
corrMatrix_FLP.c 67 double energy; local
71 energy = silk_energy_FLP( ptr1, L ); /* X[:,0]'*X[:,0] */
72 matrix_ptr( XX, 0, 0, Order ) = ( silk_float )energy;
75 energy += ptr1[ -j ] * ptr1[ -j ] - ptr1[ L - j ] * ptr1[ L - j ];
76 matrix_ptr( XX, j, j, Order ) = ( silk_float )energy;
82 energy = silk_inner_product_FLP( ptr1, ptr2, L );
83 matrix_ptr( XX, lag, 0, Order ) = ( silk_float )energy;
84 matrix_ptr( XX, 0, lag, Order ) = ( silk_float )energy;
87 energy += ptr1[ -j ] * ptr2[ -j ] - ptr1[ L - j ] * ptr2[ L - j ];
88 matrix_ptr( XX, lag + j, j, Order ) = ( silk_float )energy;
    [all...]
  /external/libopus/silk/float/
corrMatrix_FLP.c 67 double energy; local
71 energy = silk_energy_FLP( ptr1, L ); /* X[:,0]'*X[:,0] */
72 matrix_ptr( XX, 0, 0, Order ) = ( silk_float )energy;
75 energy += ptr1[ -j ] * ptr1[ -j ] - ptr1[ L - j ] * ptr1[ L - j ];
76 matrix_ptr( XX, j, j, Order ) = ( silk_float )energy;
82 energy = silk_inner_product_FLP( ptr1, ptr2, L );
83 matrix_ptr( XX, lag, 0, Order ) = ( silk_float )energy;
84 matrix_ptr( XX, 0, lag, Order ) = ( silk_float )energy;
87 energy += ptr1[ -j ] * ptr2[ -j ] - ptr1[ L - j ] * ptr2[ L - j ];
88 matrix_ptr( XX, lag + j, j, Order ) = ( silk_float )energy;
    [all...]
  /external/eigen/bench/
vdw_new.cpp 37 // energy . . . . ...
49 // Energy()
50 SCALAR energy = 0.0; local
52 energy += E_VDW(interactions1, interactions2);
53 energy *= 1 + 1e-20 * i; // prevent compiler from optimizing the loop
55 cout << "energy = " << energy << endl;
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
grp_data.c 125 Word32 energy = sfbEnergy->sfbShort[wnd][sfb]; local
127 energy = L_add(energy, sfbEnergy->sfbShort[wnd+j][sfb]);
129 sfbEnergy->sfbLong[i] = energy;
140 Word32 energy = sfbEnergyMS->sfbShort[wnd][sfb]; local
142 energy = L_add(energy, sfbEnergyMS->sfbShort[wnd+j][sfb]);
144 sfbEnergyMS->sfbLong[i] = energy;
155 Word32 energy = sfbSpreadedEnergy->sfbShort[wnd][sfb]; local
157 energy = L_add(energy, sfbSpreadedEnergy->sfbShort[wnd+j][sfb])
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
EnergyProbe.java 23 * The EnergyProbe class provides audio signal energy measurements based on the FFT returned
25 * value has no unit and is just proportional to the amount of energy present around the
57 int energy = 0; local
70 energy += (int)mFft[0] * (int)mFft[0];
83 energy += tmp/j;
97 return energy/count;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
normal.cc 84 int32_t energy = WebRtcSpl_DotProductWithScale(signal, signal, local
87 energy = energy / (energy_length >> scaling);
89 energy = 0;
93 if ((energy != 0) &&
94 (energy > background_noise_.Energy(channel_ix))) {
95 // Normalize new frame energy to 15 bits.
96 scaling = WebRtcSpl_NormW32(energy) - 16;
97 // We want background_noise_.energy() / energy in Q14
    [all...]
  /cts/suite/audio_quality/lib/src/
BuiltinProcessing.cpp 58 double energy = 0.0f; local
60 energy += (rawData[i] * rawData[i]);
62 rms = (int64_t)sqrt(energy/samples);
  /external/aac/libAACenc/src/
grp_data.cpp 199 FIXP_DBL energy = sfbEnergy->Short[wnd][sfb]; local
202 energy = nrgAddSaturate(energy, sfbEnergy->Short[wnd+j][sfb]);
204 sfbEnergy->Long[i++] = energy;
217 FIXP_DBL energy = sfbEnergyMS->Short[wnd][sfb]; local
220 energy = nrgAddSaturate(energy, sfbEnergyMS->Short[wnd+j][sfb]);
222 sfbEnergyMS->Long[i++] = energy;
235 FIXP_DBL energy = sfbSpreadEnergy->Short[wnd][sfb]; local
238 energy = nrgAddSaturate(energy, sfbSpreadEnergy->Short[wnd+j][sfb])
    [all...]
  /external/speex/libspeex/
ltp_bfin.h 164 VARDECL(spx_word32_t *energy);
169 ALLOC(energy, end-start+2, spx_word32_t);
178 energy[0]=inner_prod(sw-start, sw-start, len);
181 /* energy update -------------------------------------*/
202 : : "d" (energy), "d" (&sw[-start-1]), "d" (&sw[-start+len-1]),
220 normalize16(energy, ener16, 180, end-start+1);
228 " I1 = %2;\n\t" /* I1: energy */
231 " R3 = 0;\n\t" /* R3: best energy */
259 /* Instead of dividing the tmp by the energy, we multiply on the other side */
295 g = DIV32(corr[i-start], 10+SHR32(MULT16_16(spx_sqrt(e0),spx_sqrt(energy[i-start])),6))
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
sum_sqr_shift.c 37 opus_int32 *energy, /* O Energy of x, after shifting to the right */
38 opus_int *shift, /* O Number of bits right shift applied to energy */
83 *energy = nrg;
  /external/chromium_org/third_party/webrtc/common_audio/vad/
vad_filterbank.c 144 // Calculates the energy of |data_in| in dB, and also updates an overall
147 // - data_in [i] : Input audio data for energy calculation.
150 // - total_energy [i/o] : An external energy updated with the energy of
154 // - log_energy [o] : 10 * log10("energy of |data_in|") given in Q4.
158 // |tot_rshifts| accumulates the number of right shifts performed on |energy|.
160 // The |energy| will be normalized to 15 bits. We use unsigned integer because
162 uint32_t energy = 0; local
167 energy = (uint32_t) WebRtcSpl_Energy((int16_t*) data_in, data_length,
170 if (energy != 0)
    [all...]

Completed in 1056 milliseconds

1 2 3 4