/external/webrtc/src/common_audio/vad/ |
D | vad_core.c | 127 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 …]
|
D | vad_core.h | 45 WebRtc_Word16 individual[3]; member
|
/external/chromium-trace/trace-viewer/src/base/ |
D | unittest.css | 55 #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/ |
D | Each.java | 10 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/ |
D | CONTRIBUTORS | 11 # 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/ |
D | vad_core.c | 152 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 …]
|
D | vad_core.h | 51 int16_t individual[3]; member
|
/external/chromium_org/third_party/re2/ |
D | CONTRIBUTORS | 11 # 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/ |
D | README.txt | 1 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/ |
D | fio2gnuplot.manpage | 23 …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/ |
D | README | 39 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/ |
D | interfaces_info_individual.gypi | 6 # 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/ |
D | vl_idct.c | 596 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()
|
D | vl_idct.h | 74 } individual; member
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
D | vl_idct.c | 596 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()
|
D | vl_idct.h | 74 } individual; member
|
/external/harfbuzz_ng/ |
D | COPYING | 2 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/ |
D | COPYING | 2 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/ |
D | idl.gypi | 24 # Interface IDL files: generate individual bindings (includes testing) 36 # Dependency IDL files: don't generate individual bindings, but do process
|
D | idl.gni | 20 # 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/ |
D | idl.gypi | 22 # Interface IDL files: generate individual bindings (includes testing) 33 # Dependency IDL files: don't generate individual bindings, but do process
|
/external/pixman/ |
D | Makefile.am | 19 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/ |
D | README | 5 See the individual README and pngusr.dfa files for more explanation.
|
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/ |
D | version.pxd | 18 # the individual sections as plain numbers
|
/external/chromium_org/ui/ozone/ |
D | ozone.gni | 14 # Enable individual platforms.
|