Searched refs:samples (Results 1 - 25 of 685) sorted by last modified time

1234567891011>>

/external/webrtc/src/common_audio/signal_processing/
H A Dcopy_set_operations.c67 WebRtc_Word16 samples,
70 // Copy the last <samples> of the input vector to vector_out
71 WEBRTC_SPL_MEMCPY_W16(vector_out, &vector_in[length - samples], samples);
73 return samples;
65 WebRtcSpl_CopyFromEndW16(G_CONST WebRtc_Word16 *vector_in, WebRtc_Word16 length, WebRtc_Word16 samples, WebRtc_Word16 *vector_out) argument
/external/webrtc/src/common_audio/signal_processing/include/
H A Dsignal_processing_library.h201 WebRtc_Word16 samples,
679 // Returns the # of bits required to scale the samples specified in the
680 // |in_vector| parameter so that, if the squares of the samples are added the
740 // Copies the rightmost |samples| of |in_vector| (of length |in_vector_length|)
745 // - in_vector_length : Number of samples in |in_vector|
746 // - samples : Number of samples to extract (from right side)
750 // - out_vector : Vector with the requested samples
752 // Return value : Number of copied samples in |out_vector|
763 // - vector_length : Number of samples i
[all...]
/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/webrtc/src/modules/audio_processing/agc/
H A Danalog_agc.c114 WebRtc_Word16 samples)
130 if (samples == 80)
135 } else if (samples == 160)
144 "AGC->add_mic, frame %d: Invalid number of samples\n\n",
151 if (samples == 160)
156 } else if (samples == 320)
165 "AGC->add_mic, frame %d: Invalid number of samples\n\n",
173 if (samples == 160)
228 for (i = 0; i < samples; i++)
277 /* iterate over samples */
113 WebRtcAgc_AddMic(void *state, WebRtc_Word16 *in_mic, WebRtc_Word16 *in_mic_H, WebRtc_Word16 samples) argument
330 WebRtcAgc_AddFarend(void *state, const WebRtc_Word16 *in_far, WebRtc_Word16 samples) argument
396 WebRtcAgc_VirtualMic(void *agcInst, WebRtc_Word16 *in_near, WebRtc_Word16 *in_near_H, WebRtc_Word16 samples, WebRtc_Word32 micLevelIn, WebRtc_Word32 *micLevelOut) argument
1245 WebRtcAgc_Process(void *agcInst, const WebRtc_Word16 *in_near, const WebRtc_Word16 *in_near_H, WebRtc_Word16 samples, WebRtc_Word16 *out, WebRtc_Word16 *out_H, WebRtc_Word32 inMicLevel, WebRtc_Word32 *outMicLevel, WebRtc_Word16 echo, WebRtc_UWord8 *saturationWarning) argument
[all...]
/external/webrtc/src/modules/audio_processing/agc/interface/
H A Dgain_control.h55 * 20ms. The length of the input speech vector must be given in samples
61 * - samples : Number of samples in input vector
69 WebRtc_Word16 samples);
74 * 20ms. The length of the input speech vector must be given in samples
77 * overwriting the samples in inMic[].
88 * - samples : Number of samples in input vector
97 WebRtc_Word16 samples);
104 * input speech vector must be given in samples (8
[all...]
/external/tinycompress/
H A Dcompress.c336 unsigned long *samples, unsigned int *sampling_rate)
346 *samples = ktstamp.pcm_io_frames;
335 compress_get_tstamp(struct compress *compress, unsigned long *samples, unsigned int *sampling_rate) argument
/external/tinycompress/include/tinycompress/
H A Dtinycompress.h124 * @samples: number of decoded samples played
125 * @sampling_rate: sampling rate of decoded samples
128 unsigned long *samples, unsigned int *sampling_rate);
/external/tremolo/Tremolo/
H A Dcodec_internal.h229 ogg_int16_t *pcm,int samples);
230 extern int vorbis_dsp_read(vorbis_dsp_state *v,int samples);
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 */
H A Dvorbisfile.c447 /* less than zero? This is a stream with samples trimmed off
592 int i,samples; local
614 samples=vorbis_dsp_pcmout(vf->vd,NULL,0);
616 granulepos-=samples;
954 /* returns: total PCM length (samples) of content if i==-1 PCM length
955 (samples) of that logical bitstream for i==0 to n
1407 /* discard samples until we reach the desired position. Crossing a
1411 long samples=vorbis_dsp_pcmout(vf->vd,NULL,0); local
1413 if(samples>target)samples
1582 long samples; local
[all...]
/external/tcpdump/
H A Dprint-sflow.c59 * | num samples in datagram |
71 u_int8_t samples[4]; member in struct:sflow_datagram_t
849 nsamples=EXTRACT_32BITS(sflow_datagram->samples);
850 printf("sFlowv%u, %s agent %s, agent-id %u, seqnum %u, uptime %u, samples %u, length %u",
/external/svox/pico/lib/
H A Dpicoos.c1432 nr of samples in file 'nrSamples', header size 'hdrSize',
1500 /* warn "inconsistent number of samples" */
1501 PICODBG_WARN(("inconsistent number of samples in wav file: %d vs. %d",nrFileSamples,(*nrSamples)));
1603 picoos_int16 samples[])
1634 /* set n=min(rem,buffer_length) and try loading next n samples */
1639 samples[j] = sdFile->buf[i];
1824 extern picoos_bool picoos_sdfPutSamples (picoos_SDFile sdFile, picoos_uint32 nrSamples, picoos_int16 samples[]) argument
1833 s = samples[i];
1599 picoos_sdfGetSamples( picoos_SDFile sdFile, picoos_uint32 start, picoos_uint32 * nrSamples, picoos_int16 samples[]) argument
H A Dpicoos.h393 nr of samples 'nrSamples', and a handle to the opened file
416 extern picoos_bool picoos_sdfGetSamples (picoos_SDFile sdFile, picoos_uint32 start, picoos_uint32 * nrSamples, picoos_int16 samples[]);
427 extern picoos_bool picoos_sdfPutSamples (picoos_SDFile sdFile, picoos_uint32 nrSamples, picoos_int16 samples[]);
/external/srec/srec/EventLog/include/
H A Driff.h219 short **samples,
/external/srec/srec/EventLog/src/
H A Driff.c50 * - fills in *length with the number of samples converted
51 * - allocates memory for *samples
61 char *cb, short **samples, int *length, int doSwap);
64 char *cb, short **samples, int *length, int doSwap);
66 char *cb, short **samples, int *length, int doSwap);
68 char *cb, short **samples, int *length, int doSwap);
219 char *cb, short **samples, int *length, int doSwap)
235 *samples = MALLOC(*length * sizeof(short), MTAG);
238 memcpy(*samples, cb, *length*sizeof(short));
240 for (i = 0;i < *length;i++) swapShort(*samples
218 readPCMWave(WaveFormat *wf, ChunkContext *data, char *cb, short **samples, int *length, int doSwap) argument
251 readMulawWave(WaveFormat *wf, ChunkContext *data, char *cb, short **samples, int *length, int doSwap) argument
276 readAlawWave(WaveFormat *wf, ChunkContext *data, char *cb, short **samples, int *length, int doSwap) argument
556 riffReadWave2L16(FILE *f, double from, double to, short **samples, int *rate, int *length, SwiRiffStruct *swichunk) argument
[all...]
/external/srec/srec_jni/
H A Dandroid_speech_srec_Recognizer.cpp244 size_t samples = length / sizeof(asr_int16_t); local
245 length = samples * sizeof(asr_int16_t);
250 // put the samples into the recognizer
252 (asr_int16_t*)buffer, &samples, isLast ? ESR_TRUE : ESR_FALSE));
253 if (samples != length / sizeof(asr_int16_t)) {
258 return samples * sizeof(asr_int16_t);
/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
H A DARM-E_voice_gain_gnu.s5 @ wavetable samples.
/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
H A DARM-E_voice_gain_gnu.s5 @ wavetable samples.
/external/skia/samplecode/
H A DSamplePatch.cpp69 static void eval_patch_edge(const SkPoint cubic[], SkPoint samples[], int segs) { argument
73 samples[0] = cubic[0];
76 SkEvalCubicAt(cubic, t, &samples[i], NULL, NULL);
/external/skia/src/gpu/gl/
H A DGrGLNoOpInterface.cpp405 GrGLsizei samples,
404 noOpGLRenderbufferStorageMultisample(GrGLenum target, GrGLsizei samples, GrGLenum internalformat, GrGLsizei width, GrGLsizei height) argument
H A DGrGLNoOpInterface.h298 GrGLsizei samples,

Completed in 892 milliseconds

1234567891011>>