HomeSort by relevance Sort by last modified time
    Searched refs:NUM_CHANNELS (Results 1 - 17 of 17) sorted by null

  /external/webrtc/src/common_audio/vad/
vad_defines.h 19 #define NUM_CHANNELS 6 // Eight frequency bands
21 #define NUM_TABLE_VALUES NUM_CHANNELS * NUM_MODELS
vad_core.h 36 WebRtc_Word16 index_vector[16 * NUM_CHANNELS];
37 WebRtc_Word16 low_value_vector[16 * NUM_CHANNELS];
39 WebRtc_Word16 mean_value[NUM_CHANNELS];
vad_core.c 92 for (i = 0; i < 16 * NUM_CHANNELS; i++)
316 WebRtc_Word16 feature_vector[NUM_CHANNELS], total_power;
383 nmean2ptr = &inst->noise_means[NUM_CHANNELS];
385 smean2ptr = &inst->speech_means[NUM_CHANNELS];
387 nstd2ptr = &inst->noise_stds[NUM_CHANNELS];
389 sstd2ptr = &inst->speech_stds[NUM_CHANNELS];
393 for (n = 0; n < NUM_CHANNELS; n++)
405 probn[1] = (WebRtc_Word32)(kNoiseDataWeights[n + NUM_CHANNELS] * tmp32_1);
415 probs[1] = (WebRtc_Word32)(kSpeechDataWeights[n + NUM_CHANNELS] * tmp32_1);
488 for (n = 0; n < NUM_CHANNELS; n++
    [all...]
vad_sp.c 75 assert(channel < NUM_CHANNELS);
vad_unittest.cc 220 for (int j = 0; j < NUM_CHANNELS; ++j) {
  /device/generic/goldfish/camera/fake-pipeline2/
Scene.h 83 NUM_CHANNELS
128 uint32_t mCurrentColors[NUM_MATERIALS*NUM_CHANNELS];
Scene.cpp 31 #define G (Scene::GRASS * Scene::NUM_CHANNELS)
32 #define S (Scene::GRASS_SHADOW * Scene::NUM_CHANNELS)
33 #define H (Scene::HILL * Scene::NUM_CHANNELS)
34 #define W (Scene::WALL * Scene::NUM_CHANNELS)
35 #define R (Scene::ROOF * Scene::NUM_CHANNELS)
36 #define D (Scene::DOOR * Scene::NUM_CHANNELS)
37 #define C (Scene::CHIMNEY * Scene::NUM_CHANNELS)
38 #define I (Scene::WINDOW * Scene::NUM_CHANNELS)
39 #define U (Scene::SUN * Scene::NUM_CHANNELS)
40 #define K (Scene::SKY * Scene::NUM_CHANNELS)
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
BitmapUtils.java 36 public static int NUM_CHANNELS = 4;
43 * @return an array containing NUM_CHANNELS * COLOR_BIT_DEPTH histogram bucket values, with
55 int[] output = new int[COLOR_BIT_DEPTH * NUM_CHANNELS];
  /cts/suite/cts/deviceTests/tvproviderperf/src/com/android/cts/tvproviderperf/
TvProviderPerfTest.java 163 final int NUM_CHANNELS = 100;
167 for (int i = 0; i < NUM_CHANNELS; ++i) {
188 double[] applyBatchTimes = MeasureTime.measure(NUM_CHANNELS, new MeasureRun() {
215 applyBatchTimes = MeasureTime.measure(NUM_CHANNELS, new MeasureRun() {
248 applyBatchTimes = MeasureTime.measure(NUM_CHANNELS, new MeasureRun() {
269 applyBatchTimes = MeasureTime.measure(NUM_CHANNELS, new MeasureRun() {
286 applyBatchTimes = MeasureTime.measure(NUM_CHANNELS, new MeasureRun() {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup_point.c 41 #define NUM_CHANNELS 4
251 for (i = 0; i < NUM_CHANNELS; i++) {
263 for (i = 0; i < NUM_CHANNELS; i++) {
276 for (i = 0; i < NUM_CHANNELS; i++)
lp_setup_line.c 40 #define NUM_CHANNELS 4
180 for (i = 0; i < NUM_CHANNELS; i++)
185 for (i = 0; i < NUM_CHANNELS; i++)
192 for (i = 0; i < NUM_CHANNELS; i++)
198 for (i = 0; i < NUM_CHANNELS; i++)
214 for (i = 0; i < NUM_CHANNELS; i++)
lp_setup_tri.c 42 #define NUM_CHANNELS 4
87 unsigned input_array_sz = NUM_CHANNELS * (nr_inputs + 1) * sizeof(float);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_point.c 41 #define NUM_CHANNELS 4
251 for (i = 0; i < NUM_CHANNELS; i++) {
263 for (i = 0; i < NUM_CHANNELS; i++) {
276 for (i = 0; i < NUM_CHANNELS; i++)
lp_setup_line.c 40 #define NUM_CHANNELS 4
180 for (i = 0; i < NUM_CHANNELS; i++)
185 for (i = 0; i < NUM_CHANNELS; i++)
192 for (i = 0; i < NUM_CHANNELS; i++)
198 for (i = 0; i < NUM_CHANNELS; i++)
214 for (i = 0; i < NUM_CHANNELS; i++)
lp_setup_tri.c 42 #define NUM_CHANNELS 4
87 unsigned input_array_sz = NUM_CHANNELS * (nr_inputs + 1) * sizeof(float);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_ppc.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ppc.c     [all...]

Completed in 493 milliseconds