/external/speex/libspeex/ |
D | stereo.c | 77 SpeexStereoState *stereo = speex_alloc(sizeof(SpeexStereoState)); in speex_stereo_state_init() local 78 speex_stereo_state_reset(stereo); in speex_stereo_state_init() 79 return stereo; in speex_stereo_state_init() 84 RealSpeexStereoState *stereo = (RealSpeexStereoState*)_stereo; in speex_stereo_state_reset() local 86 stereo->balance = 65536; in speex_stereo_state_reset() 87 stereo->e_ratio = 16384; in speex_stereo_state_reset() 88 stereo->smooth_left = 16384; in speex_stereo_state_reset() 89 stereo->smooth_right = 16384; in speex_stereo_state_reset() 90 stereo->reserved1 = 0xdeadbeef; in speex_stereo_state_reset() 91 stereo->reserved2 = 0; in speex_stereo_state_reset() [all …]
|
/external/opencv/cvaux/src/ |
D | cvcalibfilter.cpp | 68 memset( &stereo, 0, sizeof(stereo) ); in CvCalibFilter() 317 stereo.camera[0] = &cameraParams[0]; in Stop() 318 stereo.camera[1] = &cameraParams[1]; in Stop() 324 &stereo); in Stop() 328 stereo.fundMatr[i] = stereo.fundMatr[i]; in Stop() 616 return &stereo; in GetStereoParams() 675 fprintf(f, "%15.10f ", stereo.quad[i][j].x ); in SaveCameraParams() 676 fprintf(f, "%15.10f ", stereo.quad[i][j].y ); in SaveCameraParams() 686 fprintf(f, "%15.10lf ", stereo.coeffs[i][j/3][j%3] ); in SaveCameraParams() 731 fscanf(f, "%f ", &(stereo.quad[i][j].x) ); in LoadCameraParams() [all …]
|
/external/speex/include/speex/ |
D | speex_stereo.h | 66 void speex_stereo_state_reset(SpeexStereoState *stereo); 69 void speex_stereo_state_destroy(SpeexStereoState *stereo); 78 void speex_decode_stereo(float *data, int frame_size, SpeexStereoState *stereo); 81 void speex_decode_stereo_int(spx_int16_t *data, int frame_size, SpeexStereoState *stereo);
|
/external/webrtc/talk/media/base/ |
D | audioframe.h | 41 AudioFrame(int16_t* audio, size_t audio_length, int sample_freq, bool stereo) in AudioFrame() argument 45 stereo_(stereo) {} in AudioFrame()
|
/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/ |
D | fake_media_process.h | 23 bool stereo) { in Process() argument 25 if (!stereo) { in Process()
|
/external/opencv3/samples/python2/ |
D | stereo_match.py | 42 stereo = cv2.StereoSGBM_create(minDisparity = min_disp, variable 54 disp = stereo.compute(imgL, imgR).astype(np.float32) / 16.0
|
/external/opencv3/doc/py_tutorials/py_calib3d/py_depthmap/ |
D | py_depthmap.markdown | 8 - We will learn to create depth map from stereo images. 47 stereo = cv2.StereoBM_create(numDisparities=16, blockSize=15) 48 disparity = stereo.compute(imgL,imgR)
|
/external/libopus/celt/ |
D | bands.c | 614 static int compute_qn(int N, int b, int offset, int pulse_cap, int stereo) in compute_qn() argument 620 if (stereo && N==2) in compute_qn() 664 int stereo, int *fill) in compute_theta() argument 691 offset = (pulse_cap>>1) - (stereo&&N==2 ? QTHETA_OFFSET_TWOPHASE : QTHETA_OFFSET); in compute_theta() 692 qn = compute_qn(N, *b, offset, pulse_cap, stereo); in compute_theta() 693 if (stereo && i>=intensity) in compute_theta() 701 itheta = stereo_itheta(X, Y, stereo, N); in compute_theta() 711 if (stereo && N>2) in compute_theta() 731 } else if (B0>1 || stereo) { in compute_theta() 773 if (encode && stereo) in compute_theta() [all …]
|
D | rate.c | 257 int stereo; in interp_bits2pulses() local 266 stereo = C>1; in interp_bits2pulses() 472 ebits[j] = bits[j] >> stereo >> BITRES; in interp_bits2pulses() 499 extra_fine = IMIN(excess>>(stereo+BITRES),MAX_FINE_BITS-ebits[j]); in interp_bits2pulses() 517 ebits[j] = bits[j] >> stereo >> BITRES; in interp_bits2pulses()
|
D | vq.h | 68 int stereo_itheta(celt_norm *X, celt_norm *Y, int stereo, int N);
|
D | vq.c | 377 int stereo_itheta(celt_norm *X, celt_norm *Y, int stereo, int N) in stereo_itheta() argument 385 if (stereo) in stereo_itheta()
|
/external/webrtc/webrtc/modules/audio_device/ |
D | audio_device_impl.cc | 1031 bool stereo(false); in StereoRecording() local 1033 if (_ptrAudioDevice->StereoRecording(stereo) == -1) in StereoRecording() 1038 *enabled = stereo; in StereoRecording() 1061 bool stereo(false); in SetRecordingChannel() local 1063 if (_ptrAudioDevice->StereoRecording(stereo) == -1) in SetRecordingChannel() 1161 bool stereo(false); in StereoPlayout() local 1163 if (_ptrAudioDevice->StereoPlayout(stereo) == -1) in StereoPlayout() 1168 *enabled = stereo; in StereoPlayout()
|
/external/webrtc/data/voice_engine/stereo_rtp_files/ |
D | README.txt | 3 This sends the stereo rtp file to port 1236.
|
/external/aac/libSBRdec/src/ |
D | sbrdecoder.cpp | 978 int stereo; in sbrDecoder_Parse() local 1048 stereo = (hSbrElement->elementID == ID_CPE) ? 1 : 0; in sbrDecoder_Parse() 1162 if (stereo) { in sbrDecoder_Parse() 1258 if (!stereo) { in sbrDecoder_Parse() 1340 int stereo = (hSbrElement->elementID == ID_CPE) ? 1 : 0; in sbrDecoder_DecodeElement() local 1427 (stereo) ? hFrameDataRight : NULL, in sbrDecoder_DecodeElement() 1428 (stereo) ? &pSbrChannel[1]->prevFrameData : NULL); in sbrDecoder_DecodeElement() 1482 if (stereo) { in sbrDecoder_DecodeElement()
|
/external/webrtc/resources/audio_coding/ |
D | READ.ME | 4 teststereo32kHz.pcm - stereo speech file samples at 32 kHz
|
/external/autotest/client/site_tests/audio_Microphone/ |
D | control | 10 Mono and stereo capturing should work fine @ 44.1KHz and 48KHz.
|
/external/sonic/debian/ |
D | changelog.vinux | 3 * Converted to mostly integer arithmetic, and added stereo support.
|
/external/libopus/tests/ |
D | run_vectors.sh | 102 echo Testing stereo
|
/external/opencv3/doc/py_tutorials/ |
D | py_tutorials.markdown | 36 will learn about camera calibration, stereo imaging etc.
|
/external/libvorbis/doc/ |
D | 01-introduction.tex | 19 quality/bitrate end of the scale (CD or DAT rate stereo, 16/24 bits) 21 encoder can encode high-quality CD and DAT rate stereo at below 48kbps 25 polyphonic, stereo, quadraphonic, 5.1, ambisonic, or up to 255 215 coupled-stereo and high bitrate modes. Floor 1 is also considerably 413 A detailed discussion of stereo in the Vorbis codec can be found in 414 the document \href{stereo.html}{Stereo Channel Coupling in the 415 Vorbis CODEC}. Vorbis is not limited to only stereo coupling, but 416 the stereo document also gives a good overview of the generic coupling
|
D | Makefile.am | 25 stereo.html \
|
/external/libopus/ |
D | README | 8 quality stereo music. 91 -forcemono : force mono encoding, even for stereo input
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | audio_processing_unittest.cc | 105 void MixStereoToMono(const float* stereo, float* mono, in MixStereoToMono() argument 108 mono[i] = (stereo[i * 2] + stereo[i * 2 + 1]) / 2; in MixStereoToMono() 111 void MixStereoToMono(const int16_t* stereo, int16_t* mono, in MixStereoToMono() argument 114 mono[i] = (stereo[i * 2] + stereo[i * 2 + 1]) >> 1; in MixStereoToMono() 117 void CopyLeftToRightChannel(int16_t* stereo, size_t samples_per_channel) { in CopyLeftToRightChannel() argument 119 stereo[i * 2 + 1] = stereo[i * 2]; in CopyLeftToRightChannel() 123 void VerifyChannelsAreEqual(int16_t* stereo, size_t samples_per_channel) { in VerifyChannelsAreEqual() argument 125 EXPECT_EQ(stereo[i * 2 + 1], stereo[i * 2]); in VerifyChannelsAreEqual()
|
/external/opencv3/modules/core/doc/ |
D | cuda.markdown | 12 state-of-the-art algorithms (such as stereo correspondence, face and people detectors, and others) 80 1. Split each image of the stereo pair into two horizontal overlapping stripes.
|
/external/ImageMagick/MagickWand/ |
D | composite.c | 73 stereo, member 167 if (composite_options->stereo != MagickFalse) in CompositeImageList() 1404 composite_options.stereo=MagickFalse; in CompositeImageCommand() 1415 composite_options.stereo=MagickTrue; in CompositeImageCommand()
|