HomeSort by relevance Sort by last modified time
    Searched defs:dB (Results 1 - 6 of 6) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_0.c 371 unsigned dR, dG, dB;
376 pixel, dR, dG, dB);
377 ALPHA_BLEND(sR, sG, sB, A, dR, dG, dB);
378 ASSEMBLE_RGB(dst, dstbpp, dstfmt, dR, dG, dB);
417 int dR, dG, dB;
423 pixel, dR, dG, dB);
424 ALPHA_BLEND(sR, sG, sB, A, dR, dG, dB);
425 ASSEMBLE_RGB(dst, dstbpp, dstfmt, dR, dG, dB);
SDL_blit_1.c 424 int dR, dG, dB;
432 pixel, dR, dG, dB);
433 ALPHA_BLEND(sR, sG, sB, A, dR, dG, dB);
434 ASSEMBLE_RGB(dst, dstbpp, dstfmt, dR, dG, dB);
464 int dR, dG, dB;
473 pixel, dR, dG, dB);
474 ALPHA_BLEND(sR, sG, sB, A, dR, dG, dB);
475 ASSEMBLE_RGB(dst, dstbpp, dstfmt, dR, dG, dB);
  /external/webrtc/src/modules/audio_processing/agc/main/source/
digital_agc.c 31 // subplot(121); plot(in, out); axis([-30, 0, -5, 20]); grid on; xlabel('Input (dB)'); ylabel('Gain (dB)');
32 // subplot(122); plot(in, in+out); axis([-30, 0, -30, 5]); grid on; xlabel('Input (dB)'); ylabel('Output (dB)');
129 // Calculate a denominator used in the exponential part to convert from dB to linear scale:
258 // start out with 0 dB gain
522 // multiply by 253/256 ==> -0.1 dB
628 state->stdLongTerm = 0; // standard deviation of input level in dB
635 state->stdShortTerm = 0; // short-term standard deviation of input level in dB
654 WebRtc_Word16 zeros, dB;
    [all...]
  /cts/apps/CtsVerifier/lib/colorchecker/
colorchecker.cpp 45 int dB = ((int)p[2] - other.p[2]) * ((int)p[2] - other.p[2]);
46 int distSq = dR + dG + dB;
  /frameworks/base/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp     [all...]
  /system/core/libpixelflinger/
scanline.cpp     [all...]

Completed in 286 milliseconds