/external/chromium_org/third_party/opus/src/silk/float/ |
pitch_analysis_core_FLP.c | 90 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 = &frame[ PE_LTP_MEM_LENGTH_MS * 8 ] 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/ |
pitch_analysis_core_FIX.c | 101 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 += SF_LENGTH_8KHZ 603 const opus_int16 *target_ptr; local 674 const opus_int16 *target_ptr, *basis_ptr; local [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
blockhash.cc | 353 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/ |
blockhash.cc | 354 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/ |
blockhash.cc | 354 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/ |
main.c | 421 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/ |
devtools_targets_ui.cc | 156 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/ |
command_line_interface.cc | 542 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, [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
command_line_interface.cc | 523 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, [all...] |