/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/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/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/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/aac/libSBRdec/src/ |
D | sbrdecoder.cpp | 946 int stereo; in sbrDecoder_Parse() local 970 stereo = (hSbrElement->elementID == ID_CPE) ? 1 : 0; in sbrDecoder_Parse() 1077 if (stereo) { in sbrDecoder_Parse() 1165 if (!stereo) { in sbrDecoder_Parse() 1230 int stereo = (hSbrElement->elementID == ID_CPE) ? 1 : 0; in sbrDecoder_DecodeElement() local 1308 (stereo) ? hFrameDataRight : NULL, in sbrDecoder_DecodeElement() 1309 (stereo) ? &pSbrChannel[1]->prevFrameData : NULL); in sbrDecoder_DecodeElement() 1362 if (stereo) { in sbrDecoder_DecodeElement()
|
/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/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 \
|
D | a1-encapsulation-ogg.tex | 112 of PCM audio samples (per channel; a stereo stream's granule position
|
D | Makefile.in | 230 stereo.html \
|
D | rfc5215.txt | 124 bitrate end of the scale (CD or DAT rate stereo, 16/24 bits), it is 128 polyphonic, stereo, quadraphonic, 5.1, ambisonic, or up to 255
|
D | 04-codec.tex | 624 the stream is stereo. channel order: left, right
|
/external/libopus/ |
D | README | 8 quality stereo music. 91 -forcemono : force mono encoding, even for stereo input
|
/external/ceres-solver/docs/source/ |
D | bibliography.rst | 15 multiple station analytical stereo triangulation**, Technical
|
/external/webrtc/src/modules/audio_processing/test/ |
D | unit_test.cc | 143 void MixStereoToMono(const int16_t* stereo, in MixStereoToMono() argument 147 int32_t int32 = (static_cast<int32_t>(stereo[i * 2]) + in MixStereoToMono() 148 static_cast<int32_t>(stereo[i * 2 + 1])) >> 1; in MixStereoToMono()
|
/external/sonic/doc/ |
D | index.md | 66 ARM CPUs without FPUs. It supports multiple channels (stereo), and is also able
|
/external/opencv/cvaux/include/ |
D | cvaux.h | 1550 CvStereoCamera stereo; variable
|
/external/mesa3d/docs/ |
D | VERSIONS | 620 - minor stereo changes (KendallB@scitechsoft.com) 1327 - added -stereo option for glxgears demo (Jacek Rosik)
|