HomeSort by relevance Sort by last modified time
    Searched refs:bias (Results 176 - 200 of 253) sorted by null

1 2 3 4 5 6 78 91011

  /external/chromium_org/third_party/mesa/src/include/VG/
openvg.h 584 VGfloat scale, VGfloat bias,
707 VGfloat bias,
716 VGfloat bias
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_XML.py 387 bias = 1
389 bias = 0
400 return priority + bias
  /external/chromium_org/v8/src/
platform-win32.cc 283 // Guess the name of the timezone from the bias.
284 static const char* GuessTimezoneNameFromBias(int bias);
404 // Guess the name of the timezone from the bias.
406 const char* Win32Time::GuessTimezoneNameFromBias(int bias) {
408 switch (-bias) {
441 tzinfo_.Bias = -60;
461 // simply guess the name from the UTC bias of the timezone.
467 GuessTimezoneNameFromBias(tzinfo_.Bias));
472 GuessTimezoneNameFromBias(tzinfo_.Bias));
510 return (tzinfo_.Bias + tzinfo_.DaylightBias) * -kMsPerMinute
    [all...]
  /external/mesa3d/include/VG/
openvg.h 584 VGfloat scale, VGfloat bias,
707 VGfloat bias,
716 VGfloat bias
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gl_XML.py 387 bias = 1
389 bias = 0
400 return priority + bias
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c 133 double bias; local
182 /* bias towards pitch lag of previous frame */
189 bias = 1.0 + gain_bias * exp(-5.0 * ratio * ratio);
190 corrvec1[k] *= bias;
408 /* determine the highest peak, after applying a bias towards short lags */
  /external/chromium_org/third_party/opus/src/celt/
celt_encoder.c 524 static opus_val32 l1_metric(const celt_norm *tmp, int N, int LM, opus_val16 bias)
532 L1 = MAC16_32_Q15(L1, LM*bias, L1);
552 opus_val16 bias; local
555 bias = MULT16_16_Q14(QCONST16(.04f,15), MAX16(-QCONST16(.25f,14), QCONST16(.5f,14)-tf_estimate));
556 /*printf("%f ", bias);*/
580 L1 = l1_metric(tmp, N, isTransient ? LM : 0, bias);
588 L1 = l1_metric(tmp_1, N, LM+1, bias);
607 L1 = l1_metric(tmp, N, B, bias);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-sparcv9.pl 35 if ($bits==64) { $bias=2047; $frame=192; }
36 else { $bias=0; $frame=112; }
192 stx %i7,[%sp+$bias+$frame+0] ! off-load return address
480 ldx [%sp+$bias+$frame+0],%i7 ! restore return address
738 stx %i7,[%sp+$bias+$frame+0] ! off-load return address
1026 ldx [%sp+$bias+$frame+0],%i7 ! restore return address
  /external/openssl/crypto/aes/asm/
aes-sparcv9.pl 35 if ($bits==64) { $bias=2047; $frame=192; }
36 else { $bias=0; $frame=112; }
192 stx %i7,[%sp+$bias+$frame+0] ! off-load return address
480 ldx [%sp+$bias+$frame+0],%i7 ! restore return address
738 stx %i7,[%sp+$bias+$frame+0] ! off-load return address
1026 ldx [%sp+$bias+$frame+0],%i7 ! restore return address
  /external/chromium_org/third_party/libwebp/enc/
quant.c 151 const int bias = kBiasMatrices[type][j]; local
153 m->bias_[j] = BIAS(bias);
155 m->zthresh_[j] = ((256 /*+ kCoeffThresh[j]*/ - bias) * m->q_[j] + 127) >> 8;
469 // If a coefficient was quantized to a value Q (using a neutral bias),
538 const int B = BIAS(0x00); // neutral bias
    [all...]
  /external/webp/src/enc/
quant.c 151 const int bias = kBiasMatrices[type][j]; local
153 m->bias_[j] = BIAS(bias);
155 m->zthresh_[j] = ((256 /*+ kCoeffThresh[j]*/ - bias) * m->q_[j] + 127) >> 8;
469 // If a coefficient was quantized to a value Q (using a neutral bias),
538 const int B = BIAS(0x00); // neutral bias
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_print_visitor.cpp 282 ir->lod_info.bias->accept(this);
ir_reader.cpp 1010 tex->lod_info.bias = read_rvalue(s_lod);
1011 if (tex->lod_info.bias == NULL) {
1012 ir_read_error(NULL, "when reading LOD bias in (txb ...)");
ir.h 1423 ir_rvalue *bias; \/**< Floating point LOD bias *\/ member in union:ir_texture::__anon15809
    [all...]
  /external/mesa3d/src/glsl/
ir_print_visitor.cpp 282 ir->lod_info.bias->accept(this);
ir_reader.cpp 1010 tex->lod_info.bias = read_rvalue(s_lod);
1011 if (tex->lod_info.bias == NULL) {
1012 ir_read_error(NULL, "when reading LOD bias in (txb ...)");
ir.h 1423 ir_rvalue *bias; \/**< Floating point LOD bias *\/ member in union:ir_texture::__anon26276
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_signed_rgba.spec 50 using a unsigned format by doing scale and bias in a shader, but this
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 50 using a unsigned format by doing scale and bias in a shader, but this
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 88 // Test a timezone with GMT bias but bogus DST parameters (there is no equivalent time zone
114 // in that it has unknown time zone dates with a 0 bias (GMT). (From a Zimbra server user)
164 int bias = tz.getOffset(System.currentTimeMillis()); local
165 assertEquals(0, bias);
    [all...]
  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.cpp     [all...]
  /external/valgrind/main/VEX/priv/
ir_defs.c     [all...]
host_amd64_isel.c 597 bias, generate an AMD64AMode holding the relevant guest state
602 IRExpr* off, Int bias )
618 addq $bias, %tmp (if bias != 0)
625 if (bias != 0) {
626 /* Make sure the bias is sane, in the sense that there are
628 vassert(-10000 < bias && bias < 10000);
630 AMD64Instr_Alu64R(Aalu_ADD, AMD64RMI_Imm(bias), tmp));
    [all...]
  /external/v8/src/
platform-win32.cc 290 // Guess the name of the timezone from the bias.
291 static const char* GuessTimezoneNameFromBias(int bias);
358 // Guess the name of the timezone from the bias.
360 const char* Time::GuessTimezoneNameFromBias(int bias) {
362 switch (-bias) {
395 tzinfo_.Bias = -60;
415 // simply guess the name from the UTC bias of the timezone.
421 GuessTimezoneNameFromBias(tzinfo_.Bias));
426 GuessTimezoneNameFromBias(tzinfo_.Bias));
540 // Compute the offset for DST. The bias parameters in the timezone inf
    [all...]
  /external/opencv/ml/include/
ml.h     [all...]

Completed in 1094 milliseconds

1 2 3 4 5 6 78 91011