Searched refs:out_length (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_resampler.cc35 int out_length = out_freq_hz * num_audio_channels / 100; local
52 out_length =
54 if (out_length == -1) {
64 return out_length / num_audio_channels;
/external/webrtc/src/common_audio/signal_processing/
H A Ddownsample_fast.c21 WebRtc_Word16 *out_ptr, WebRtc_Word16 out_length,
32 + (WebRtc_Word16)WEBRTC_SPL_MUL_16_16(factor, (out_length - 1)) + 1;
20 WebRtcSpl_DownsampleFast(WebRtc_Word16 *in_ptr, WebRtc_Word16 in_length, WebRtc_Word16 *out_ptr, WebRtc_Word16 out_length, WebRtc_Word16 *B, WebRtc_Word16 B_length, WebRtc_Word16 factor, WebRtc_Word16 delay) argument
/external/chromium_org/third_party/webrtc/common_audio/resampler/
H A Dresampler_unittest.cc106 int out_length = 0; local
109 out_length));
110 EXPECT_EQ(kRates[j] / 100, out_length);
129 int out_length = 0; local
133 out_length));
134 EXPECT_EQ(kChannels * kRates[j] / 100, out_length);
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dutility.cc53 int out_length = resampler->Resample(audio_ptr, src_length, dst_frame->data_, local
55 if (out_length == -1) {
59 dst_frame->samples_per_channel_ = out_length / audio_ptr_num_channels;
112 int out_length = resampler->Resample( local
114 if (out_length == -1) {
119 dst_af->samples_per_channel_ = out_length / num_channels;
/external/webrtc/src/common_audio/resampler/
H A Dresampler_unittest.cc106 int out_length = 0; local
109 out_length));
110 EXPECT_EQ(kRates[j] / 100, out_length);
129 int out_length = 0; local
133 out_length));
134 EXPECT_EQ(kChannels * kRates[j] / 100, out_length);
/external/chromium_org/third_party/qcms/src/
H A Dtransform_util.c411 static uint16_t *invert_lut(uint16_t *table, int length, size_t out_length) argument
414 /* for now we invert the lut by creating a lut of size out_length
416 uint16_t *output = malloc(sizeof(uint16_t)*out_length);
420 for (i = 0; i < out_length; i++) {
421 double x = ((double) i * 65535.) / (double) (out_length - 1);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout.h269 unsigned int *out_length /* OUT */);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout.h269 unsigned int *out_length /* OUT */);
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_trees.c1036 ulg out_length = (ulg)s->last_lit*8L; local
1040 out_length += (ulg)s->dyn_dtree[dcode].Freq *
1043 out_length >>= 3;
1045 s->last_lit, in_length, out_length,
1046 100L - out_length*100L/in_length));
1047 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
/external/qemu/distrib/zlib-1.2.8/
H A Dtrees.c1036 ulg out_length = (ulg)s->last_lit*8L; local
1040 out_length += (ulg)s->dyn_dtree[dcode].Freq *
1043 out_length >>= 3;
1045 s->last_lit, in_length, out_length,
1046 100L - out_length*100L/in_length));
1047 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
/external/zlib/src/
H A Dtrees.c1036 ulg out_length = (ulg)s->last_lit*8L; local
1040 out_length += (ulg)s->dyn_dtree[dcode].Freq *
1043 out_length >>= 3;
1045 s->last_lit, in_length, out_length,
1046 100L - out_length*100L/in_length));
1047 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
/external/chromium_org/net/quic/
H A Dquic_config.cc156 size_t* out_length,
159 QuicErrorCode error = msg.GetTaglist(tag_, out, out_length);
167 *out_length = 1;
153 ReadVector( const CryptoHandshakeMessage& msg, const QuicTag** out, size_t* out_length, string* error_details) const argument
H A Dquic_config.h142 size_t* out_length,
/external/chromium_org/third_party/zlib/
H A Dtrees.c1052 ulg out_length = (ulg)s->last_lit*8L; local
1056 out_length += (ulg)s->dyn_dtree[dcode].Freq *
1059 out_length >>= 3;
1061 s->last_lit, in_length, out_length,
1062 100L - out_length*100L/in_length));
1063 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_resize.c430 int get_down2_steps(int in_length, int out_length) { argument
433 while ((proj_in_length = get_down2_length(in_length, 1)) >= out_length) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_resize.c430 int get_down2_steps(int in_length, int out_length) { argument
433 while ((proj_in_length = get_down2_length(in_length, 1)) >= out_length) {
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Ddownsample_fast_neon.S35 add r3, r4 @ delay + factor * (out_length-1) +1
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Daudio_processing_unittest.cc2250 const int out_length = SamplesFromRate(output_rate_) * cf[i].num_output; local
2254 scoped_ptr<float[]> out_data(new float[out_length]);
2283 while (fread(out_data.get(), sizeof(out_data[0]), out_length, out_file) &&
2289 out_length,

Completed in 1554 milliseconds