Searched refs:target_ptr (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/float/
H A Dpitch_analysis_core_FLP.c90 const silk_float *target_ptr, *basis_ptr; local
167 target_ptr = &frame_4kHz[ silk_LSHIFT( sf_length_4kHz, 2 ) ];
170 silk_assert( target_ptr >= frame_4kHz );
171 silk_assert( target_ptr + sf_length_8kHz <= frame_4kHz + frame_length_4kHz );
173 basis_ptr = target_ptr - min_lag_4kHz;
179 celt_pitch_xcorr( target_ptr, target_ptr-max_lag_4kHz, xcorr, sf_length_8kHz, max_lag_4kHz - min_lag_4kHz + 1 );
183 normalizer = silk_energy_FLP( target_ptr, sf_length_8kHz ) +
206 target_ptr += sf_length_8kHz;
283 target_ptr
499 const silk_float *target_ptr, *basis_ptr; local
566 const silk_float *target_ptr, *basis_ptr; local
[all...]
/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dpitch_analysis_core_FIX.c101 const opus_int16 *target_ptr, *basis_ptr; local
180 target_ptr = &frame_4kHz[ silk_LSHIFT( SF_LENGTH_4KHZ, 2 ) ];
183 silk_assert( target_ptr >= frame_4kHz );
184 silk_assert( target_ptr + SF_LENGTH_8KHZ <= frame_4kHz + frame_length_4kHz );
186 basis_ptr = target_ptr - MIN_LAG_4KHZ;
192 celt_pitch_xcorr( target_ptr, target_ptr - MAX_LAG_4KHZ, xcorr32, SF_LENGTH_8KHZ, MAX_LAG_4KHZ - MIN_LAG_4KHZ + 1 );
196 normalizer = silk_inner_prod_aligned( target_ptr, target_ptr, SF_LENGTH_8KHZ );
222 target_ptr
603 const opus_int16 *target_ptr; local
674 const opus_int16 *target_ptr, *basis_ptr; local
[all...]
/external/chromium/sdch/open-vcdiff/src/
H A Dblockhash.cc353 const char* target_ptr = target_match_start; local
357 --target_ptr;
358 if (*source_ptr != *target_ptr) {
374 const char* target_ptr = target_match_end; local
376 while ((bytes_found < max_bytes) && (*source_ptr == *target_ptr)) {
379 ++target_ptr;
/external/chromium_org/sdch/open-vcdiff/src/
H A Dblockhash.cc354 const char* target_ptr = target_match_start; local
358 --target_ptr;
359 if (*source_ptr != *target_ptr) {
375 const char* target_ptr = target_match_end; local
377 while ((bytes_found < max_bytes) && (*source_ptr == *target_ptr)) {
380 ++target_ptr;
/external/open-vcdiff/src/
H A Dblockhash.cc354 const char* target_ptr = target_match_start; local
358 --target_ptr;
359 if (*source_ptr != *target_ptr) {
375 const char* target_ptr = target_match_end; local
377 while ((bytes_found < max_bytes) && (*source_ptr == *target_ptr)) {
380 ++target_ptr;
/external/e2fsprogs/ext2ed/
H A Dmain.c421 char ch,*source_ptr,*target_ptr; local
428 source_ptr=source;target_ptr=dest;
434 *target_ptr++=ch;
438 *target_ptr=0;
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_targets_ui.cc156 DevToolsTargetImpl* target_ptr = target.get(); local
157 targets_[target_ptr->GetId()] = target.release();
159 guest_targets.push_back(target_ptr);
161 DictionaryValue* descriptor = Serialize(*target_ptr);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc542 char* target_ptr = string_as_array(target) + pos; local
545 memcpy(target_ptr, indent_.data(), indent_.size());
546 target_ptr += indent_.size();
553 memcpy(target_ptr, data_.data() + data_pos, line_length);
554 target_ptr += line_length;
558 GOOGLE_CHECK_EQ(target_ptr,
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc523 char* target_ptr = string_as_array(target) + pos; local
526 memcpy(target_ptr, indent_.data(), indent_.size());
527 target_ptr += indent_.size();
534 memcpy(target_ptr, data_.data() + data_pos, line_length);
535 target_ptr += line_length;
539 GOOGLE_CHECK_EQ(target_ptr,

Completed in 381 milliseconds