search for: bits_

Displaying 3 results from an estimated 3 matches for "bits_".

Did you mean: bits
2005 Feb 02
0
two small-ish optimizations (death by a thousand cuts)
...+#endif /* 0 */ void FLAC__lpc_restore_signal_wide(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[]) { --- orig/src/libFLAC/bitbuffer.c +++ mod/src/libFLAC/bitbuffer.c @@ -1466,6 +1469,7 @@ { unsigned i, bits_ = bits; FLAC__uint32 v = 0; + FLAC__blurb *bbb; FLAC__ASSERT(0 != bb); FLAC__ASSERT(0 != bb->buffer); @@ -1485,18 +1489,20 @@ #if FLAC__BITS_PER_BLURB > 8 if(bb->bits == 0 || bb->consumed_blurbs < bb->blurbs) { /*@@@ comment on why this is here*/ #endif + bbb = &b...
2012 Feb 25
0
Speex-with-header-byte and Google ASR
...rs back if we send this data to them). I am permitted by my group to share with you the following body of code: CODE BELOW: SpeexRecorder::SpeexRecorder() { mFileCount = 0; mRecordPacket = 0; mRecordData = NULL; mAudioStreamer = NULL; int sampling_rate = 16000; memset(&bits_, 0, sizeof(bits_)); speex_bits_init(&bits_); encoder_state_ = speex_encoder_init(&speex_wb_mode); speex_encoder_ctl(encoder_state_, SPEEX_GET_FRAME_SIZE, &samples_per_frame_); int quality = kSpeexEncodingQuality; speex_encoder_ctl(encoder_state_, SPEEX_SET_QUALITY, &...
2012 Feb 25
0
Speex-with-header-byte and Google ASR
...; errors back if we send this data to them). I am permitted by my group to share with you the following body of code: CODE BELOW: SpeexRecorder::SpeexRecorder() { mFileCount = 0; mRecordPacket = 0; mRecordData = NULL; mAudioStreamer = NULL; int sampling_rate = 16000; memset(&bits_, 0, sizeof(bits_)); speex_bits_init(&bits_); encoder_state_ = speex_encoder_init(&speex_wb_mode); speex_encoder_ctl(encoder_state_, SPEEX_GET_FRAME_SIZE, &samples_per_frame_); int quality = kSpeexEncodingQuality; speex_encoder_ctl(encoder_state_, SPEEX_SET_QUALITY, &q...