Home
last modified time | relevance | path

Searched refs:individual (Results 1 – 25 of 460) sorted by relevance

12345678910>>...19

/external/webrtc/src/common_audio/vad/
Dvad_core.c127 inst->individual[0] = INDIVIDUAL_10MS_Q; in WebRtcVad_InitCore()
128 inst->individual[1] = INDIVIDUAL_20MS_Q; in WebRtcVad_InitCore()
129 inst->individual[2] = INDIVIDUAL_30MS_Q; in WebRtcVad_InitCore()
144 inst->individual[0] = INDIVIDUAL_10MS_LBR; in WebRtcVad_InitCore()
145 inst->individual[1] = INDIVIDUAL_20MS_LBR; in WebRtcVad_InitCore()
146 inst->individual[2] = INDIVIDUAL_30MS_LBR; in WebRtcVad_InitCore()
161 inst->individual[0] = INDIVIDUAL_10MS_AGG; in WebRtcVad_InitCore()
162 inst->individual[1] = INDIVIDUAL_20MS_AGG; in WebRtcVad_InitCore()
163 inst->individual[2] = INDIVIDUAL_30MS_AGG; in WebRtcVad_InitCore()
178 inst->individual[0] = INDIVIDUAL_10MS_VAG; in WebRtcVad_InitCore()
[all …]
Dvad_core.h45 WebRtc_Word16 individual[3]; member
/external/chromium-trace/trace-viewer/src/base/
Dunittest.css55 #individual-tests {
60 .individual-result:nth-child(2n) {
64 .individual-result pre {
69 .individual-result {
75 .individual-result:before {
/external/junit/src/org/junit/internal/matchers/
DEach.java10 public static <T> Matcher<Iterable<T>> each(final Matcher<T> individual) { in each() argument
11 final Matcher<Iterable<T>> allItemsAre = not(hasItem(not(individual))); in each()
20 individual.describeTo(description); in each()
/external/regex-re2/
DCONTRIBUTORS11 # the individual or the individual's organization has agreed to
14 # http://code.google.com/legal/individual-cla-v1.0.html
22 # individual or corporate CLA was used.
/external/chromium_org/third_party/webrtc/common_audio/vad/
Dvad_core.c152 individualTest = self->individual[0]; in GmmProbability()
157 individualTest = self->individual[1]; in GmmProbability()
162 individualTest = self->individual[2]; in GmmProbability()
557 memcpy(self->individual, kLocalThresholdQ, in WebRtcVad_set_mode_core()
558 sizeof(self->individual)); in WebRtcVad_set_mode_core()
568 memcpy(self->individual, kLocalThresholdLBR, in WebRtcVad_set_mode_core()
569 sizeof(self->individual)); in WebRtcVad_set_mode_core()
579 memcpy(self->individual, kLocalThresholdAGG, in WebRtcVad_set_mode_core()
580 sizeof(self->individual)); in WebRtcVad_set_mode_core()
590 memcpy(self->individual, kLocalThresholdVAG, in WebRtcVad_set_mode_core()
[all …]
Dvad_core.h51 int16_t individual[3]; member
/external/chromium_org/third_party/re2/
DCONTRIBUTORS11 # the individual or the individual's organization has agreed to
14 # http://code.google.com/legal/individual-cla-v1.0.html
22 # individual or corporate CLA was used.
/external/llvm/test/Feature/
DREADME.txt1 This directory contains test cases for individual source features of LLVM.
5 Regression tests for individual bug fixes should go into the test/Regression dir.
/external/fio/tools/plot/
Dfio2gnuplot.manpage23 …e image to ease the comparaison. The same rendering options as per the individual 2D graph are use…
40 every individual file.
45 every individual file.
51 every individual file.
57 every individual file.
/external/sepolicy/tools/sepolicy-analyze/
DREADME39 directly in terms of individual types and the other is written in
41 with individual types is a candidate for removal. The rule with
42 individual types may be directly represented in the source policy
44 -foo -bar is expanded to individual allow rules by the policy
67 quickly checking an individual expanded rule or group of rules. If there are
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
Dinterfaces_info_individual.gypi6 # to compute information about individual interfaces defined in a component.
36 'message': 'Computing global information about individual IDL files for <(_target_name)',
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_idct.c596 tex = buffer->sampler_views.individual.source->texture; in init_source()
624 pipe_sampler_view_reference(&buffer->sampler_views.individual.source, NULL); in cleanup_source()
636 tex = buffer->sampler_views.individual.intermediate->texture; in init_intermediate()
678 pipe_sampler_view_reference(&buffer->sampler_views.individual.intermediate, NULL); in cleanup_intermediate()
806 pipe_sampler_view_reference(&buffer->sampler_views.individual.matrix, idct->matrix); in vl_idct_init_buffer()
807 pipe_sampler_view_reference(&buffer->sampler_views.individual.source, source); in vl_idct_init_buffer()
808 pipe_sampler_view_reference(&buffer->sampler_views.individual.transpose, idct->transpose); in vl_idct_init_buffer()
809 pipe_sampler_view_reference(&buffer->sampler_views.individual.intermediate, intermediate); in vl_idct_init_buffer()
828 pipe_sampler_view_reference(&buffer->sampler_views.individual.matrix, NULL); in vl_idct_cleanup_buffer()
829 pipe_sampler_view_reference(&buffer->sampler_views.individual.transpose, NULL); in vl_idct_cleanup_buffer()
Dvl_idct.h74 } individual; member
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
Dvl_idct.c596 tex = buffer->sampler_views.individual.source->texture; in init_source()
624 pipe_sampler_view_reference(&buffer->sampler_views.individual.source, NULL); in cleanup_source()
636 tex = buffer->sampler_views.individual.intermediate->texture; in init_intermediate()
678 pipe_sampler_view_reference(&buffer->sampler_views.individual.intermediate, NULL); in cleanup_intermediate()
806 pipe_sampler_view_reference(&buffer->sampler_views.individual.matrix, idct->matrix); in vl_idct_init_buffer()
807 pipe_sampler_view_reference(&buffer->sampler_views.individual.source, source); in vl_idct_init_buffer()
808 pipe_sampler_view_reference(&buffer->sampler_views.individual.transpose, idct->transpose); in vl_idct_init_buffer()
809 pipe_sampler_view_reference(&buffer->sampler_views.individual.intermediate, intermediate); in vl_idct_init_buffer()
828 pipe_sampler_view_reference(&buffer->sampler_views.individual.matrix, NULL); in vl_idct_cleanup_buffer()
829 pipe_sampler_view_reference(&buffer->sampler_views.individual.transpose, NULL); in vl_idct_cleanup_buffer()
Dvl_idct.h74 } individual; member
/external/harfbuzz_ng/
DCOPYING2 For parts of HarfBuzz that are licensed under different licenses see individual
17 For full copyright notices consult the individual files in the package.
/external/chromium_org/third_party/harfbuzz-ng/
DCOPYING2 For parts of HarfBuzz that are licensed under different licenses see individual
17 For full copyright notices consult the individual files in the package.
/external/chromium_org/third_party/WebKit/Source/bindings/core/
Didl.gypi24 # Interface IDL files: generate individual bindings (includes testing)
36 # Dependency IDL files: don't generate individual bindings, but do process
Didl.gni20 # Interface IDL files: generate individual bindings (includes testing)
60 # Dependency IDL files: don't generate individual bindings, but do process
/external/chromium_org/third_party/WebKit/Source/bindings/modules/
Didl.gypi22 # Interface IDL files: generate individual bindings (includes testing)
33 # Dependency IDL files: don't generate individual bindings, but do process
/external/pixman/
DMakefile.am19 RELEASE_XORG_URL = http://xorg.freedesktop.org/archive/individual/lib
21 RELEASE_XORG_DIR = /srv/xorg.freedesktop.org/archive/individual/lib
/external/libpng/contrib/pngminim/
DREADME5 See the individual README and pngusr.dfa files for more explanation.
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
Dversion.pxd18 # the individual sections as plain numbers
/external/chromium_org/ui/ozone/
Dozone.gni14 # Enable individual platforms.

12345678910>>...19