Searched refs:samples (Results 326 - 350 of 685) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_neon.S47 @ Leftover samples after the loop, in r6:
93 @ Check how many samples still need to be processed.
97 @ Process two more samples:
/external/flac/include/FLAC/
H A Dstream_encoder.h174 * the encoder, each of the same length. The samples need not be
175 * block-aligned, but each channel should have the same number of samples.
180 * Again, the samples need not be block-aligned but they must be
187 * is 16 bits per sample, the samples should all be in the range [-32768,32767].
243 /**< The encoder is in the normal OK state and samples can be processed. */
247 * FLAC__stream_encoder_init_*() functions must be called before samples
530 * \a samples and \a current_frame are purely informational. If \a samples
539 * When writing the page header, the \a samples argument to the
548 * \param samples Th
[all...]
/external/libvorbis/lib/
H A Dbitrate.c87 int samples=ci->blocksizes[vb->W]>>1; local
132 slew=rint(choice-bm->avgfloat)/samples*vi->rate;
135 choice=rint(bm->avgfloat+= slew/vi->rate*samples);
/external/libvpx/libvpx/vp8/encoder/
H A Dssim.c158 int samples =0; local
168 samples++;
171 ssim_total /= samples;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ssim.c82 int samples = 0; local
91 samples++;
94 ssim_total /= samples;
/external/mesa3d/src/mesa/swrast/
H A Ds_aatriangle.c186 static const GLfloat samples[16][2] = { local
192 /* continue with interior samples */
221 const GLfloat sx = x + samples[i][0];
222 const GLfloat sy = y + samples[i][1];
H A Ds_aaline.c212 * 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]) argument
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[
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
H A DMp4TrackImpl.java33 private List<ByteBuffer> samples; field in class:Mp4TrackImpl
45 samples = new SampleList(trackBox);
174 return samples;
/external/qemu/distrib/sdl-1.2.15/src/audio/paudio/
H A DSDL_paudio.c392 * We calculate spec->samples like this because SDL_CalculateAudioSpec()
398 spec->samples = paud_bufinfo.write_buf_cap
404 spec->samples = paud_bufinfo.write_buf_cap
500 frame_ticks = (float)(spec->samples*1000)/spec->freq;
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_interpolate_loop_gnu.s5 @ wavetable samples.
97 @ This section performs a gain adjustment of -12dB for 16-bit samples
98 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
H A DARM-E_interpolate_noloop_gnu.s5 @ wavetable samples.
89 @ This section performs a gain adjustment of -12dB for 16-bit samples
90 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_interpolate_loop_gnu.s5 @ wavetable samples.
97 @ This section performs a gain adjustment of -12dB for 16-bit samples
98 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
H A DARM-E_interpolate_noloop_gnu.s5 @ wavetable samples.
89 @ This section performs a gain adjustment of -12dB for 16-bit samples
90 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
/external/tremolo/Tremolo/
H A Ddsp.c143 /* pcm==0 indicates we just want the pending samples, no more */
144 int vorbis_dsp_pcmout(vorbis_dsp_state *v,ogg_int16_t *pcm,int samples){ argument
151 if(n>samples)n=samples;
315 /* partial last frame. Strip the extra samples off */
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_neon.S54 @ Leftover samples after the loop, in r6:
100 @ Check how many samples still need to be processed.
104 @ Process two more samples:
/external/opencv/cxcore/src/
H A Dcxutils.cpp57 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
[all...]
/external/opencv/ml/include/
H A Dml.h122 /* 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, cons
435 const float** samples; member in class:CvSVMSolver
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dhists_link.c207 * each evsel will have 10 samples - 5 common and 5 distinct.
265 static int find_sample(struct sample *samples, size_t nr_samples, argument
269 if (samples->thread == t && samples->map == m &&
270 samples->sym == s)
272 samples++;
/external/qemu/distrib/sdl-1.2.15/src/audio/macrom/
H A DSDL_romaudio.c235 sample_bits = spec->size / spec->samples / spec->channels * 8;
246 header.numFrames = spec->samples;
343 newbuf->dbNumFrames = audio->spec.samples;
436 sample_bits = spec->size / spec->samples / spec->channels * 8;
459 audio_buf[i]->dbNumFrames = spec->samples;
/external/ceres-solver/internal/ceres/
H A Dline_search.cc149 // of the provided samples with valid values.
185 vector<FunctionSample> samples; local
186 samples.push_back(lowerbound);
191 samples.push_back(ValueSample(current.x, current.value));
196 samples.push_back(ValueSample(previous.x, previous.value));
200 samples.push_back(current);
205 samples.push_back(previous);
214 MinimizeInterpolatingPolynomial(samples, min_step_size, max_step_size,
/external/chromium_org/gpu/command_buffer/service/
H A Dframebuffer_manager.cc67 virtual GLsizei samples() const OVERRIDE {
68 return renderbuffer_->samples();
138 TextureRef* texture_ref, GLenum target, GLint level, GLsizei samples)
142 samples_(samples) {
177 virtual GLsizei samples() const OVERRIDE {
652 GLint level, GLsizei samples) {
658 new TextureAttachment(texture_ref, target, level, samples));
137 TextureAttachment( TextureRef* texture_ref, GLenum target, GLint level, GLsizei samples) argument
650 AttachTexture( GLenum attachment, TextureRef* texture_ref, GLenum target, GLint level, GLsizei samples) argument
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DFramebuffer.cpp390 int samples = -1; local
438 // all color attachments have the same number of samples for the FBO to be complete.
439 if (colorbuffer->getSamples() != samples)
471 samples = colorbuffer->getSamples();
520 samples = mDepthbuffer->getSamples();
527 else if (samples != mDepthbuffer->getSamples())
576 samples = mStencilbuffer->getSamples();
583 else if (samples != mStencilbuffer->getSamples())
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aaline.c212 * 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]) argument
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[
[all...]
/external/libyuv/files/source/
H A Dcompare.cc440 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/oprofile/libpp/
H A Dcallgraph_container.cpp142 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:__anon28442::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
[all...]

Completed in 698 milliseconds

<<11121314151617181920>>