HomeSort by relevance Sort by last modified time
    Searched defs:dG (Results 1 - 4 of 4) 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/src/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c 484 double dG[4];
586 dG[k] = -grad[k];
588 dG[1] -= dG[0] * H[0][1];
589 dG[2] -= dG[0] * H[0][2] + dG[1] * H[1][2];
590 dG[3] -= dG[0] * H[0][3] + dG[1] * H[1][3] + dG[2] * H[2][3]
    [all...]
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 413 deUint8 dG = (deUint8)getBits(src, 48, 50);
422 baseG[1] = extend5Delta3To8(bG, dG);
    [all...]
  /system/core/libpixelflinger/
scanline.cpp     [all...]

Completed in 334 milliseconds