HomeSort by relevance Sort by last modified time
    Searched full:samples (Results 476 - 500 of 1585) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/pixelflinger2/
llvm_texture.cpp 209 // std::vector<llvm::Value*> samples = extractVector(sample);
210 // samples[0] = builder.CreateOr(samples[0], samples[1]);
211 // samples[0] = builder.CreateOr(samples[0], samples[2]);
212 // samples[0] = builder.CreateOr(samples[0], samples[3])
    [all...]
  /external/webp/src/dec/
frame.c 26 // Simple filter: up to 2 luma samples are read and 1 is written.
27 // Complex filter: up to 4 luma samples are read and 3 are written. Same for
28 // U/V, so it's 8 samples total (because of the 2x upsampling).
221 // Transfer samples to row cache
317 // rotate top samples
346 // 'Simple' filter reads two luma samples outside of the macroblock and
347 // and filters one. It doesn't filter the chroma samples. Hence, we can
349 // For the 'Complex' filter, 3 samples are read and up to 3 are filtered.
409 // Rotate in the left samples from previously decoded block. We move four
435 // bring top samples into the cach
    [all...]
  /external/chromium/base/metrics/
histogram_unittest.cc 51 // Use standard macros (but with fixed samples)
60 // Try to construct samples.
127 // Use standard macros (but with fixed samples)
275 // Put two samples "out of bounds" above and below.
293 // Check to be sure samples land as expected is "correct" buckets.
307 // Add i+1 samples to the i'th bucket.
336 histogram->Add(20); // Add some samples.
  /external/jpeg/
jccolor.c 53 * for 12-bit samples it is still acceptable. It's not very reasonable for
54 * 16-bit samples, but if you want lossless storage you shouldn't be changing
120 * Convert some rows of samples to the JPEG colorspace.
181 * Convert some rows of samples to the JPEG colorspace.
219 * Convert some rows of samples to the JPEG colorspace.
276 * Convert some rows of samples to the JPEG colorspace.
335 * Convert some rows of samples to the JPEG colorspace.
  /external/protobuf/gtest/scons/
SConscript 213 ['../samples/%s.cc' % target] + (additional_sources or []))
293 # Use the GTEST_BUILD_SAMPLES build variable to control building of samples.
296 # vars.Add(BoolVariable('GTEST_BUILD_SAMPLES', 'Build samples', False))
301 additional_sources=['../samples/sample1.cc'])
303 additional_sources=['../samples/sample2.cc'])
306 additional_sources=['../samples/sample4.cc'])
308 additional_sources=['../samples/sample1.cc'])
  /frameworks/base/media/libstagefright/
SampleTable.cpp 417 LOGV("Table of sync samples is empty or has only a single entry!");
610 // All samples are sync-samples.
646 // our sample lies between sync samples x and y.
723 // All samples are sync-samples.
733 // Consider the first kMaxNumSyncSamplesToScan sync samples and
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
SamplingProfiler.java 30 * Thread.getStackTrace} to collect samples. As such, the overhead is
38 * SamplingProfiler}. It samples the current thread's stack to a depth
40 * with samples taken every 100 milliseconds. In then prints the
193 * samples.
200 * An ArrayThreadSet samples a fixed set of threads that does not
274 * @param interval The number of milliseconds between samples
341 * update the set of collected samples. Stacks are truncated to a
  /external/flac/libFLAC/
stream_encoder.c 104 unsigned size; /* of each data[] in samples */
153 static FLAC__bool write_bitbuffer_(FLAC__StreamEncoder *encoder, unsigned samples, FLAC__bool is_last_block);
154 static FLAC__StreamEncoderWriteStatus write_frame_(FLAC__StreamEncoder *encoder, const FLAC__byte buffer[], size_t bytes, unsigned samples, FLAC__bool is_last_block);
295 static unsigned get_wasted_bits_(FLAC__int32 signal[], unsigned samples);
322 static FLAC__StreamEncoderWriteStatus file_write_callback_(const FLAC__StreamEncoder *encoder, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, void *client_data);
333 unsigned input_capacity; /* current size (in samples) of the signal and residual buffers */
504 /* Number of samples that will be overread to watch for end of stream. By
506 * always try to read blocksize+1 samples before encoding a block, so that
2529 const FLAC__uint64 samples = metadata->data.stream_info.total_samples; local
2694 const FLAC__uint64 samples = metadata->data.stream_info.total_samples; local
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp 368 samples = 0;
415 samples = _samples;
506 kernel->calc( sample_count, var_count, samples, samples[i1], row->data );
1531 const float** samples = 0; local
1599 const float** samples = 0; local
    [all...]
ml_inner_functions.cpp 651 "Response array must contain as many elements as the total number of samples" );
741 "Response array must contain as many elements as the total number of samples" );
844 float** samples = 0; local
871 CV_CALL( samples = (float**)cvAlloc(sample_count*sizeof(samples[0]) +
872 (copy_data ? 1 : 0)*var_count*sample_count*sizeof(samples[0][0])) );
874 s_step = train_data->step / sizeof(samples[0][0]);
882 samples[i] = (float*)(data + (s_idx ? s_idx[i] : i)*s_step);
886 samples[0] = (float*)(samples + sample_count)
1753 int samples, free_response; local
    [all...]
mlestimate.cpp 479 // i.e. it is a mask of the selected samples
482 "Sample mask should contain as many elements as the total number of samples");
489 CV_ERROR (CV_StsOutOfRange, "No samples is selected!");
496 "sampleIdx array may not contain more elements than the total number of samples");
577 "Error in parameters of cross-validation ('k_fold' > #samples)!");
597 "Error in parameters of cross-validation (-'k_fold' > #samples)!");
  /external/valgrind/tsan/
thread_sanitizer_test.cc 260 const char *samples[] = { local
289 for (size_t i = 0; i < sizeof(samples) / sizeof(samples[0]); i += 2) {
290 EXPECT_STREQ(samples[i], NormalizeFunctionName(samples[i]).c_str());
295 const char *samples[] = { local
391 for (size_t i = 0; i < sizeof(samples) / sizeof(samples[0]); i += 2) {
392 EXPECT_STREQ(samples[i+1], NormalizeFunctionName(samples[i]).c_str())
    [all...]
  /external/webp/src/enc/
iterator.c 72 // Import the source samples into the cache. Takes care of replicating
126 // Copy back the compressed samples into user space if requested.
313 // We store and update the boundary samples into an array of 37 pixels. They
315 // The position of the samples has the following snake pattern:
356 // Import the boundary samples
363 // top-right samples have a special case on the far right of the picture
382 // Update the cache with 7 fresh samples
384 top[-4 + i] = blk[i + 3 * BPS]; // store future top samples
387 for (i = 0; i <= 2; ++i) { // store future left samples
390 } else { // else replicate top-right samples, as says the specs
    [all...]
  /frameworks/base/docs/html/guide/topics/fundamentals/
loaders.jd 32 <h2>Related samples</h2>
35 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/LoaderCursor.html">
38 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/LoaderThrottle.html">
199 behavior, see the <a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/LoaderThrottle.html"> LoaderThrottle</a> sample).
486 <p>There are a few different samples in <strong>ApiDemos</strong> that
490 href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/LoaderCursor.html">
493 <li><a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/app/LoaderThrottle.html"> LoaderThrottle</a> &#8212; An example of how to use throttling to
497 <p>For information on downloading and installing the SDK samples, see <a
498 href="http://developer.android.com/resources/samples/get.html"> Getting the
499 Samples</a>. </p
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
transform.c 386 * passes with 1024 samples and a mid shift,
392 Word16 *timeSignal, /*! pointer to new time signal samples, interleaved */
479 we access BLOCK_SWITCHING_OFFSET (1600 ) delay buffer samples + 448 new timeSignal samples
528 we access BLOCK_SWITCHING_OFFSET (1600 ) delay buffer samples + no timeSignal samples
578 we access BLOCK_SWITCHING_OFFSET-LS_TRANS (1600-448 ) delay buffer samples + 448 new timeSignal samples
629 we access BLOCK_SWITCHING_OFFSET (1600 ) delay buffer samples + no new timeSignal samples
    [all...]
  /external/opencv/cxcore/src/
cxutils.cpp 57 CvMat* samples = (CvMat*)samples_arr; local
65 if( !CV_IS_MAT( samples ))
66 CV_CALL( samples = cvGetMat( samples, &samples_stub ));
74 if( CV_MAT_DEPTH(samples->type) != CV_32F || CV_MAT_TYPE(labels->type) != CV_32SC1 )
76 "samples should be floating-point matrix, cluster_idx - integer vector" );
79 labels->rows + labels->cols - 1 != samples->rows )
81 "cluster_idx should be 1D vector of the same number of elements as samples' number of rows" );
86 sample_count = samples->rows;
91 dims = samples->cols*CV_MAT_CN(samples->type)
    [all...]
  /external/opencv/ml/include/
ml.h 122 /* columns of <trainData> matrix are training samples */
125 /* rows of <trainData> matrix are training samples */
311 CvVectors* samples; member in class:CvKNearest
397 CvSVMSolver( int count, int var_count, const float** samples, schar* y,
401 virtual bool create( int count, int var_count, const float** samples, schar* y,
410 virtual bool solve_c_svc( int count, int var_count, const float** samples, schar* y,
413 virtual bool solve_nu_svc( int count, int var_count, const float** samples, schar* y,
416 virtual bool solve_one_class( int count, int var_count, const float** samples,
420 virtual bool solve_eps_svr( int count, int var_count, const float** samples, const float* y,
424 virtual bool solve_nu_svr( int count, int var_count, const float** samples, const float* y
435 const float** samples; member in class:CvSVMSolver
    [all...]
  /development/build/tools/
sdk_repo.mk 40 # E.g. given a folder out/host/linux.../sdk/android-eng-sdk/samples/android-N
41 # this generates an sdk-repo-linux-samples that contains android-N/*
45 # $3=package to create (e.g. platforms, samples, etc.)
107 # docs, platforms and samples have nothing OS-dependent right now.
126 $(eval $(call mk-sdk-repo-pkg-2,$(HOST_OS),$(MAIN_SDK_ZIP),samples))
136 $(call sdk-repo-pkg-zip,$(HOST_OS),$(MAIN_SDK_ZIP),samples) \
  /external/oprofile/libpp/
profile_spec.cpp 390 * for samples to be mis-attributed. A common scenario is that,
392 * switch for 'abc' gets dropped somehow. Then, samples are taken
393 * for the 'xyz' binary. In the attempt to attribute the samples to
417 * /lib64/libdl-2.9.so/CYCLES.10000.0.all.all.all/{dep}/{root}/var/lib/oprofile/samples/current/{root}/lib64/libdl-2.9.so/{dep}/{root}/lib64/libdl-2.9.so/PM_RUN_CYC_GRP12.10000.0.all.all.all
426 * contains <session-dir>/samples; if so, we discard it as an
437 // strip out generated JIT object files for samples of anonymous regions
arrange_profiles.h 50 * A samples filename + its associated callgraph sample filename.
55 * w/o any samples to the binary. e.g an application which defer all
62 * cg_filename != {cg} part it's a cross binary samples file.
  /ndk/build/tools/
package-release.sh 80 register_var_option "--development-root=<path>" DEVELOPMENT_ROOT "Specify platforms/samples directory"
218 rm -rf $NDK_ROOT_DIR/samples/*/obj
219 rm -rf $NDK_ROOT_DIR/samples/*/libs
246 echo "Unpacking samples files" &&
247 unpack_archive "$PREBUILT_DIR/samples.tar.bz2" "$REFERENCE"
267 rm -rf $REFERENCE/samples/*/{obj,libs,build.xml,local.properties,Android.mk} &&
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglX11Api.cpp 89 int caveat,transparentType,samples; local
152 IS_SUCCESS(glXGetFBConfigAttrib(dpy,*frmt,GLX_SAMPLES,&samples));
160 pMaxPixels,renderable,renderableType,visualId,visualType,samples,stencil,
  /external/chromium/net/disk_cache/
stats.cc 267 void Stats::Snapshot(StatsHistogram::StatsSamples* samples) const {
268 samples->GetCounts()->resize(kDataSizesLength);
273 samples->GetCounts()->at(i) = count;
  /external/flac/include/FLAC/
format.h 94 /** The minimum block size, in samples, permitted by the format. */
97 /** The maximum block size, in samples, permitted by the format. */
100 /** The maximum block size, in samples, permitted by the FLAC subset for
305 /**< Warmup samples to prime the predictor, length == order. */
308 /**< The residual signal, length == (blocksize minus order) samples. */
331 /**< Warmup samples to prime the predictor, length == order. */
334 /**< The residual signal, length == (blocksize minus order) samples. */
412 /**< The number of samples per subframe. */
580 /**< The number of samples in the target frame. */
646 /**< Offset in samples, relative to the track offset, of the inde
    [all...]
  /external/libgsm/inc/
private.h 146 word * s, /* [0..159] samples IN */
152 word * xMc /* [13*4] normalized RPE samples OUT */));
154 extern void Gsm_Long_Term_Predictor P(( /* 4x for 160 samples */

Completed in 1226 milliseconds

<<11121314151617181920>>