HomeSort by relevance Sort by last modified time
    Searched full:envelopes (Results 1 - 25 of 39) sorted by null

1 2

  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
AbstractKernel.java 64 * Contains the pending envelopes waiting for the caller to
67 private LinkedBlockingQueue<Envelope> envelopes = new LinkedBlockingQueue<Envelope>(); field in class:AbstractKernel
86 * Returns true if there are waiting envelopes.
90 return !envelopes.isEmpty();
99 return envelopes.take();
118 if( !envelopes.offer( env ) ) {
Kernel.java 50 * more easily process the envelopes and endpoint events.
79 * Returns true if there are waiting envelopes.
  /external/aac/libSBRdec/src/
psdec.h 178 SCHAR aaIidIndexMapped[MAX_NO_PS_ENV][NO_HI_RES_IID_BINS]; /*!< The mapped IID index for all envelopes and all IID bins */
179 SCHAR aaIccIndexMapped[MAX_NO_PS_ENV][NO_HI_RES_ICC_BINS]; /*!< The mapped ICC index for all envelopes and all ICC bins */
218 UCHAR noEnv; /*!< The number of envelopes per frame */
225 SCHAR aaIidIndex[MAX_NO_PS_ENV][NO_HI_RES_IID_BINS]; /*!< The IID index for all envelopes and all IID bins */
226 SCHAR aaIccIndex[MAX_NO_PS_ENV][NO_HI_RES_ICC_BINS]; /*!< The ICC index for all envelopes and all ICC bins */
env_extr.h 234 UCHAR nEnvelopes; /*!< Number of envelopes */
238 UCHAR nNoiseEnvelopes; /*!< Number of noise envelopes */
239 UCHAR bordersNoise[MAX_NOISE_ENVELOPES+1];/*!< borders of noise envelopes */
265 UCHAR domain_vec_noise[MAX_NOISE_ENVELOPES]; /*!< Same as above, but for noise envelopes */
env_extr.cpp 909 /* look number of envelopes in table */
    [all...]
sbr_scale.h 115 start position and stop position of the current SBR envelopes, the processing
env_dec.cpp 221 First the function decodes envelopes and noise floor levels as described in requantizeEnvelopeData()
251 modes of both channels match and that we have the same number of envelopes in
env_calc.cpp 99 In addition to the energy envelopes, noise envelopes are transmitted that
101 transposing the lowband. The noise envelopes are given in a coarser time
107 flexible alignment of the envelopes in time that is not restricted to the
    [all...]
  /external/aac/libSBRenc/src/
fram_gen.h 93 #define MAX_ENVELOPES_VARVAR MAX_ENVELOPES /*!< worst case number of envelopes in a VARVAR frame */
94 #define MAX_ENVELOPES_FIXVAR_VARFIX 4 /*!< worst case number of envelopes in VARFIX and FIXVAR frames */
197 INT bs_num_env; /*!< bs_num_env, number of envelopes for FIXFIX */
224 INT nEnvelopes; /*!< number of envelopes */
252 INT numEnvStatic; /*!< number of envelopes per frame for static framing */
tran_det.cpp 103 position into 2 envelopes.
287 \brief Decides if a FIXFIX-frame shall be splitted into 2 envelopes
290 into 2 envelopes.
343 of a FIXFIX-frame with 2 envelopes. */
671 case transmit 2 envelopes instead of 1.
ps_encode.cpp 365 /* normalize error to number of envelopes, ps bands
413 /* count COARSE quantization bits for following envelopes*/
450 /* count FINE quantization bits for following envelopes*/
932 /* sum energies of two neighboring envelopes */
944 /* reduce number of envelopes and adjust borders */
    [all...]
env_est.h 205 * and create/encode SBR envelopes.
bit_sbr.cpp 757 description: writes bits that describes the direction of the envelopes of a frame
    [all...]
nf_est.cpp 121 INT nEnvelopes, /*!< Number of noise floor envelopes.*/
123 FIXP_DBL prevNoiseLevels[NF_SMOOTHING_LENGTH][MAX_NUM_NOISE_VALUES],/*!< Previous noise floor envelopes. */
ps_bitenc.cpp 579 /* unsupported number of envelopes */
647 /* Frame class, number of envelopes */
env_est.cpp 637 stop_pos -= fixMax(2, timeStep); /* consider at least 2 QMF slots less for short envelopes (envelopes just before transients) */
    [all...]
  /external/aac/libSBRenc/include/
sbr_encoder.h 161 int freq_res_fixfix[3]; /*!< Frequency resolution of envelopes in frame class FIXFIX
183 INT e; /*!< Number of envelopes when static framing is chosen. */
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
SelectorKernel.java 170 // envelopes.
202 // asked for more envelopes then were ready. I just don't
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
UdpKernel.java 176 // envelopes.
  /external/sonivox/arm-wt-22k/lib_src/
eas_dlssynth.c 322 /* initialize the envelopes */
334 /* initalize the envelopes and calculate initial gain */
394 /* update the envelopes */
  /external/qemu/distrib/sdl-1.2.15/src/audio/dc/
aica.c 191 /* If we supported volume envelopes (which we don't yet) then
  /external/sonivox/arm-fm-22k/lib_src/
eas_fmsynth.c 265 /* set all envelopes to release state */
303 /* set all envelopes to muted state */
334 /* check to see if any envelopes are above the sustain level */
774 /* check if all output envelopes have completed */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_fmsynth.c 265 /* set all envelopes to release state */
303 /* set all envelopes to muted state */
334 /* check to see if any envelopes are above the sustain level */
774 /* check if all output envelopes have completed */
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
ArmatureModifier.java 92 // skeleton (untill bone envelopes are supported)
  /external/oprofile/events/ppc64/cell-be/
events     [all...]

Completed in 5732 milliseconds

1 2