HomeSort by relevance Sort by last modified time
    Searched full:refl (Results 1 - 19 of 19) sorted by null

  /external/protobuf/src/google/protobuf/
repeated_field_reflection_unittest.cc 64 const Reflection* refl = message.GetReflection(); local
86 refl->GetRepeatedField<int32>(message, fd_repeated_int32);
88 refl->GetRepeatedField<double>(message, fd_repeated_double);
92 refl->MutableRepeatedField<int32>(&message, fd_repeated_int32);
94 refl->MutableRepeatedField<double>(&message, fd_repeated_double);
98 refl->GetRepeatedPtrField<string>(message, fd_repeated_string);
100 refl->GetRepeatedPtrField<ForeignMessage>(
103 refl->GetRepeatedPtrField<Message>(
108 refl->MutableRepeatedPtrField<string>(&message, fd_repeated_string);
110 refl->MutableRepeatedPtrField<ForeignMessage>
165 const Reflection* refl = extended_message.GetReflection(); local
    [all...]
message.h 660 // Usage example: my_doubs = refl->GetRepeatedField<double>(msg, fd);
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
a_refl.cpp 98 refl[] = pointer to reflection coefficients of type Word16
135 Word16 refl[] // o : Reflection coefficients
164 refl[i] = shl(aState[i], 3);
166 L_temp = L_mult(refl[i], refl[i]);
180 L_acc = L_msu(L_acc, refl[i], aState[i-j-1]);
204 refl[i] = 0;
233 Word16 refl[], /* o : Reflection coefficients */
263 refl[i] = 0;
268 refl[i] = shl(aState[i], 3, pOverflow)
    [all...]
dtx_dec.cpp 409 Word16 refl[M];
724 A_Refl(&acoeff[1], refl);
730 pred_err = mult(pred_err, sub(MAX_16, mult(refl[i], refl[i])));
864 Word16 refl[M]; local
    [all...]
a_refl.h 110 Word16 refl[], /* o : Reflection coefficients */
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
decode.c 48 int16_t lofilt_coefQ15[ORDERLO*SUBFRAMES]; //refl. coeffs
49 int16_t hifilt_coefQ15[ORDERHI*SUBFRAMES]; //refl. coeffs
decode_plc.c 251 int16_t lofilt_coefQ15[ORDERLO*SUBFRAMES]; //refl. coeffs
252 int16_t hifilt_coefQ15[ORDERHI*SUBFRAMES]; //refl. coeffs
entropy_coding.c 794 outplQ15[n] = rcQ15[n]; // Refl. coeffs
799 outphQ15[n] = rcQ15[n]; // Refl. coeffs
    [all...]
  /external/webrtc/webrtc/common_audio/signal_processing/
signal_processing_unittest.cc 353 int16_t refl[kOrder + 2] = { 0 }; local
357 EXPECT_EQ(0, WebRtcSpl_LevinsonDurbin(unstable_filter, lpc, refl, kOrder));
358 EXPECT_EQ(1, WebRtcSpl_LevinsonDurbin(stable_filter, lpc, refl, kOrder));
361 EXPECT_EQ(refl_result[i], refl[i]);
  /external/webrtc/webrtc/modules/audio_coding/codecs/cng/
webrtc_cng.h 62 * - quality : Number of refl. coefs, maximum allowed is 12
  /external/v8/benchmarks/
raytrace.js 747 var refl = this.testIntersection(reflectionRay, scene, info.shape);
749 if (refl.isHit && refl.distance > 0){
750 refl.color = this.rayTrace(refl, reflectionRay, scene, depth + 1);
752 refl.color = scene.background.color;
757 refl.color,
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
message.h 630 // Usage example: my_doubs = refl->GetRepeatedField<double>(msg, fd);
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
message.h 630 // Usage example: my_doubs = refl->GetRepeatedField<double>(msg, fd);
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
message.h 630 // Usage example: my_doubs = refl->GetRepeatedField<double>(msg, fd);
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
message.h 630 // Usage example: my_doubs = refl->GetRepeatedField<double>(msg, fd);
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
message.h     [all...]
  /external/hyphenation-patterns/de/
hyph-de-1901.pat.txt     [all...]
hyph-de-1996.pat.txt     [all...]
hyph-de-ch-1901.pat.txt     [all...]

Completed in 513 milliseconds