/bionic/libc/kernel/uapi/sound/ |
asound_fm.h | 56 unsigned char octave; member in struct:snd_dm_fm_note
|
/external/chromium_org/third_party/skia/include/effects/ |
SkPerlinNoiseShader.h | 50 * Each octave doubles the frequency, so 10 octaves would produce noise from
|
/external/skia/include/effects/ |
SkPerlinNoiseShader.h | 50 * Each octave doubles the frequency, so 10 octaves would produce noise from
|
/frameworks/base/docs/html/guide/topics/media/ |
jetplayer.jd | 59 // queue segment 5, repeat once, use General MIDI, transpose by -1 octave
|
/prebuilts/misc/common/swig/include/2.0.11/octave/ |
octopers.swg | 7 // operators supported in Octave, and the methods they are routed to
|
octrun.swg | 2 #include <octave/version.h> 5 // Hack to distinguish between Octave 3.2 and earlier versions before OCTAVE_API_VERSION_NUMBER existed 7 #include <octave/CmplxLU.h> 171 // representation within Octave, since there is no support for classes. 173 // These should really be decoupled, with the class support added to Octave 928 // Octave tries hard to preserve pass-by-value semantics. Eg, assignments 933 // One way to fix this (without modifying Octave) is to add a level of [all...] |
/external/ceres-solver/internal/ceres/ |
covariance_test.cc | 390 // inv(J'J) computed using octave. 437 // inv(J'J) computed using octave. 487 // pinv(J'J) computed using octave. 543 // Computed using octave. 697 // pinv(J'J) computed using octave.
|
sparse_matrix.h | 88 // format is useful for loading the matrix into MATLAB/octave as a
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
FETurbulence.cpp | 303 for (int octave = 0; octave < m_numOctaves; ++octave) {
|
/external/chromium_org/third_party/skia/src/effects/ |
SkPerlinNoiseShader.cpp | 408 for (int octave = 0; octave < perlinNoiseShader.fNumOctaves; ++octave) { [all...] |
/external/skia/src/effects/ |
SkPerlinNoiseShader.cpp | 386 for (int octave = 0; octave < perlinNoiseShader.fNumOctaves; ++octave) { [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
PeriodicWave.cpp | 41 const unsigned NumberOfRanges = 36; // There should be 3 * log2(PeriodicWaveSize) 1/3 octave ranges. 42 const float CentsPerRange = 1200 / 3; // 1/3 Octave.
|
/frameworks/av/media/libeffects/testlibs/ |
AudioEqualizer.h | 134 // cents Bandwidth value in cents (1/1200 octave). 141 // returns Bandwidth value in cents (1/1200 octave).
|
AudioPeakingFilter.h | 72 // cents Bandwidth value in cents (1/1200 octave).
|
/external/aac/libSBRdec/src/ |
env_extr.h | 201 UCHAR noise_bands; /*!< Noise bands per octave, read from bitstream*/ 204 UCHAR limiterBands; /*!< Index for number of limiter bands per octave */
|
sbrdec_freq_sca.cpp | 483 Given the number of bands per octave, this function calculates how many 491 numberOfBands(FIXP_SGL bpo_div16, /*!< Input: number of bands per octave divided by 16 */ 770 else /* Calculate no of noise bands 1,2 or 3 bands/octave */
|
/external/ceres-solver/include/ceres/ |
types.h | 379 // which can be read into MATLAB/Octave. The Jacobian is dumped as a 383 // A MATLAB/octave script called lm_iteration_???.m is also output,
|
/external/eigen/unsupported/Eigen/ |
FFT | 43 * from Matlab/octave. 52 * The downside is that algorithms that worked correctly in Matlab/octave
|
/external/aac/libSBRenc/src/ |
nf_est.h | 133 INT noiseBands, /*!< Number of noise bands per octave. */
|
resampler.cpp | 193 Created by Octave 2.1.73, Mon Oct 13 17:31:32 2008 CEST 227 # Created by Octave 2.1.73, Mon Oct 13 17:55:33 2008 CEST 257 # Created by Octave 2.1.73, Mon Oct 13 18:15:38 2008 CEST
|
/external/ceres-solver/examples/ |
curve_fitting.c | 39 /* Data generated using the following octave code.
|
curve_fitting.cc | 40 // Data generated using the following octave code.
|
robust_curve_fitting.cc | 34 // Data generated using the following octave code.
|
/external/chromium_org/third_party/opus/src/celt/ |
celt_decoder.c | 802 int qg, octave; local 803 octave = ec_dec_uint(dec, 6); 804 postfilter_pitch = (16<<octave)+ec_dec_bits(dec, 4+octave)-1; [all...] |
/external/libopus/celt/ |
celt_decoder.c | 802 int qg, octave; local 803 octave = ec_dec_uint(dec, 6); 804 postfilter_pitch = (16<<octave)+ec_dec_bits(dec, 4+octave)-1; [all...] |