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

  /external/mesa3d/src/mesa/swrast/
s_blend.c 495 GLfloat dR, dG, dB, dA; /* Dest factor */
629 dR = dG = dB = 0.0F;
632 dR = dG = dB = 1.0F;
636 dG = Gs;
641 dG = 1.0F - Gs;
645 dR = dG = dB = As;
648 dR = dG = dB = 1.0F - As;
651 dR = dG = dB = Ad;
654 dR = dG = dB = 1.0F - Ad;
658 dG = ctx->Color.BlendColor[1]
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c 485 double dG[4];
587 dG[k] = -grad[k];
589 dG[1] -= dG[0] * H[0][1];
590 dG[2] -= dG[0] * H[0][2] + dG[1] * H[1][2];
591 dG[3] -= dG[0] * H[0][3] + dG[1] * H[1][3] + dG[2] * H[2][3]
    [all...]
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 397 deUint8 dG = (deUint8)getBits(src, 48, 50);
406 baseG[1] = extend5Delta3To8(bG, dG);
    [all...]
  /external/swiftshader/src/Renderer/
ETC_Decoder.cpp 128 int g = (G + dG);
182 signed char dG : 3;
355 int g2 = extend_5to8bits(G + dG);
  /system/core/libpixelflinger/
scanline.cpp     [all...]

Completed in 218 milliseconds