HomeSort by relevance Sort by last modified time
    Searched refs:samples (Results 426 - 450 of 837) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aaline.c 212 * Fill in the samples[] array with the (x,y) subpixel positions of
214 * Note that the four corner samples are put into the first four
216 * case of all samples being inside the polygon.
219 make_sample_table(GLint xSamples, GLint ySamples, GLfloat samples[][2])
249 samples[j][0] = x * dx + 0.5F * dx;
250 samples[j][1] = y * dy + 0.5F * dy;
267 static GLfloat samples[SUB_PIXEL * SUB_PIXEL][2]; local
275 make_sample_table(SUB_PIXEL, SUB_PIXEL, samples);
287 const GLfloat sx = x + samples[i][0];
288 const GLfloat sy = y + samples[i][1]
    [all...]
  /external/libyuv/files/source/
compare.cc 440 const uint64 samples = width * height; local
444 return SumSquareErrorToPsnr(sse, samples);
466 const uint64 samples = width * height + 2 * (width_uv * height_uv); local
468 return SumSquareErrorToPsnr(sse, samples);
524 int samples = 0; local
536 samples++;
543 ssim_total /= samples;
  /external/mesa3d/src/mesa/swrast/
s_aaline.c 212 * Fill in the samples[] array with the (x,y) subpixel positions of
214 * Note that the four corner samples are put into the first four
216 * case of all samples being inside the polygon.
219 make_sample_table(GLint xSamples, GLint ySamples, GLfloat samples[][2])
249 samples[j][0] = x * dx + 0.5F * dx;
250 samples[j][1] = y * dy + 0.5F * dy;
267 static GLfloat samples[SUB_PIXEL * SUB_PIXEL][2]; local
275 make_sample_table(SUB_PIXEL, SUB_PIXEL, samples);
287 const GLfloat sx = x + samples[i][0];
288 const GLfloat sy = y + samples[i][1]
    [all...]
  /external/oprofile/libpp/
callgraph_container.cpp 142 samples.clear();
157 samples.push_back(make_pair(p_it.first.vma(),
161 sort(samples.begin(), samples.end(),
217 samples_t samples; member in class:__anon26167::call_data
248 /// accumulate all samples for a given caller/callee pair
400 // non callgraph samples container, we record sample at symbol level
451 cverb << vdebug << "samples file : " << *it << endl;
552 call_data::const_iterator dit = caller.samples.begin();
553 call_data::const_iterator dend = caller.samples.end()
    [all...]
  /external/opencv/cvaux/src/
cvhmm1d.cpp 326 CvVect32f** samples; /* for every state - pointer to observation vectors */
342 samples = (CvVect32f**)icvAlloc( total * sizeof(CvVect32f*) );
368 samples[i] = (CvVect32f*)icvAlloc( num_samples[i] * sizeof(CvVect32f) );
383 samples[state][counter[state]] = vector;
406 icvKMeans( first_state[i].num_mix, samples[i], num_samples[i],
423 icvFree( &(samples[i]) );
428 icvFree( &samples );
    [all...]
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 29 var SAMPLES = "samples.json";
43 // List of Chrome extension samples.
44 var samples; variable
133 if (pageName.toLowerCase() == "samples") {
149 // If we're rendering the samples directory, fetch the samples manifest.
150 fetchContent(SAMPLES, function(sampleManifest) {
152 samples = data.samples;
    [all...]
  /external/opencv/ml/src/
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...]
mlem.cpp 47 * params.nclusters - number of clusters to cluster samples to.
78 CvEM::CvEM( const CvMat* samples, const CvMat* sample_idx,
85 train(samples, sample_idx, params, labels);
339 "The number of samples should be greater than the number of clusters" );
782 CvMat* samples = 0; local
851 CV_CALL( samples = cvCreateMat( nsamples, dims, CV_64FC1 ));
859 double* dst = (double*)(samples->data.ptr + samples->step*i);
929 const double* sample = (double*)(samples->data.ptr + samples->step*i)
    [all...]
  /external/qemu/audio/
coreaudio.c 389 // TODO: hw->samples = *pNBuffers * core->bufferFrameSize;
523 /* if there are not enough samples, set signal and return */
549 rpos = (rpos + frameCount) % hw->samples;
573 hw->samples = core->bufferFrameSize * conf.out_nbuffers;
659 avail = hw->samples - hw->total_samples_captured - core->decr;
661 D("%s: enter avail=%d core.decr=%d core.pos=%d hw.samples=%d hw.total_samples_captured=%d frameCount=%d\n",
662 __FUNCTION__, avail, core->decr, core->pos, hw->samples, hw->total_samples_captured, (int)frameCount);
664 /* if there are not enough samples, set signal and return */
690 wpos = (wpos + frameCount) % hw->samples;
720 hw->samples = core->bufferFrameSize * conf.in_nbuffers
    [all...]
  /external/chromium_org/net/dns/
dns_session.cc 41 // Seed histogram with 2 samples at |rtt_estimate| timeout.
274 // Use fixed percentile of observed samples.
275 const base::SampleVector& samples = local
278 base::HistogramBase::Count total = samples.TotalCount();
282 remaining_count -= samples.GetCountAtIndex(index);
  /external/chromium_org/third_party/WebKit/Source/wtf/
Assertions.cpp 255 void* samples[framesToShow + framesToSkip]; local
258 WTFGetBacktrace(samples, &frames);
259 WTFPrintBacktrace(samples + framesToSkip, frames - framesToSkip);
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
renderer9_utils.cpp 257 D3DMULTISAMPLE_TYPE GetMultisampleTypeFromSamples(GLsizei samples)
259 if (samples <= 1)
262 return (D3DMULTISAMPLE_TYPE)samples;
  /external/chromium_org/v8/src/
runtime-profiler.cc 241 JSFunction* samples[kSamplerFrameCount]; local
362 samples[sample_count++] = function;
379 // Add the collected functions as samples. It's important not to do
383 AddSample(samples[i], kSamplerFrameWeight[i]);
  /external/v8/src/
runtime-profiler.cc 240 JSFunction* samples[kSamplerFrameCount]; local
330 samples[sample_count++] = function;
348 // Add the collected functions as samples. It's important not to do
352 AddSample(samples[i], kSamplerFrameWeight[i]);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
glcore.h 113 GLint samples; member in struct:__GLcontextModesRec
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_visual.c 153 attr[numattr++] = mode->samples;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListEqualsTester.java 46 other.set(other.size() / 2, getSubjectGenerator().samples().e3);
ListListIteratorTester.java 70 listListIteratorTesterNumIterations(), singleton(samples.e4), features,
  /external/guava/guava-tests/test/com/google/common/collect/
ContiguousSetNonGwtTest.java 79 @Override public SampleElements<Integer> samples() { method in class:ContiguousSetNonGwtTest.TestIntegerSetGenerator
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
TextureUtil.java 412 int samples = img.getMultiSamples(); local
485 if (samples > 1)
496 if (samples > 1){
498 samples,
  /external/libvorbis/vq/
bookutil.c 390 long samples=0; local
393 samples+=histsave[i]-1;
396 if(samples){
397 fprintf(stderr,"\rTotal samples in training set: %ld \n",samples);
  /external/libvpx/libvpx/
examples.mk 272 samples.dox: examples.mk
274 @echo "/*!\page samples Sample Code" > $@
277 "and the associated C code. In general, later samples"\
278 "build upon prior samples, so it is best to work through the"\
279 "list in order. The following samples are included: ">>$@
286 "pieces like the samples are. Thir sourcre is included here"\
292 CLEAN-OBJS += examples.doxy samples.dox $(ALL_EXAMPLES:.c=.dox)
293 DOCS-yes += examples.doxy samples.dox $(ALL_EXAMPLES:.c=.dox)
294 examples.doxy: samples.dox $(ALL_EXAMPLES:.c=.dox)
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
glcore.h 113 GLint samples; member in struct:__GLcontextModesRec
  /external/mesa3d/src/glx/apple/
apple_visual.c 153 attr[numattr++] = mode->samples;
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_audio.h 46 * - 'desired->freq' should be the desired audio frequency in samples-per-second.
48 * - 'desired->samples' is the desired size of the audio buffer, in samples.
56 * Note that the number of samples is directly related to time by the
57 * following formula: ms = (samples*1000)/freq
75 int freq; /**< DSP frequency -- samples per second */
79 Uint16 samples; /**< Audio buffer size in samples (power of 2) */ member in struct:SDL_AudioSpec
89 * Stereo samples are stored in a LRLRLR ordering.
100 #define AUDIO_U8 0x0008 /**< Unsigned 8-bit samples */
    [all...]

Completed in 424 milliseconds

<<11121314151617181920>>