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

  /frameworks/av/media/libstagefright/tests/
MediaCodecListOverrides_test.cpp 95 KeyedVector<AString, CodecSettings> dR;
96 addMaxInstancesSetting("OMX.qcom.video.decoder.avc.secure video/avc", "1", &dR);
97 addMaxInstancesSetting("OMX.qcom.video.decoder.h263 video/3gpp", "4", &dR);
98 addMaxInstancesSetting("OMX.qcom.video.decoder.mpeg2 video/mpeg2", "3", &dR);
99 addMaxInstancesSetting("OMX.qcom.video.decoder.mpeg4 video/mp4v-es", "3", &dR);
101 exportResultsToXML(fileName, gR, eR, dR);
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_camera.h 200 Compute Jacobian at zero of three coordinates dR*x with
201 respect to the update dR([sin(phi) sin(ohm) sin(kap)]) given x.
317 double R[9],dR[9];
319 /*Updated matrix is diag(f+df,f+df)*dR*R*diag(1/(f+df),1/(f+df),1)*/
321 db_IncrementalRotationMatrix(dR,dx);
322 db_Multiply3x3_3x3(H_p_dx,dR,R);
  /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;
635 dR = Rs;
640 dR = 1.0F - Rs;
645 dR = dG = dB = As;
648 dR = dG = dB = 1.0F - As;
651 dR = dG = dB = Ad;
654 dR = dG = dB = 1.0F - Ad;
657 dR = ctx->Color.BlendColor[0]
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_camera.h 200 Compute Jacobian at zero of three coordinates dR*x with
201 respect to the update dR([sin(phi) sin(ohm) sin(kap)]) given x.
317 double R[9],dR[9];
319 /*Updated matrix is diag(f+df,f+df)*dR*R*diag(1/(f+df),1/(f+df),1)*/
321 db_IncrementalRotationMatrix(dR,dx);
322 db_Multiply3x3_3x3(H_p_dx,dR,R);
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_camera.h 200 Compute Jacobian at zero of three coordinates dR*x with
201 respect to the update dR([sin(phi) sin(ohm) sin(kap)]) given x.
317 double R[9],dR[9];
319 /*Updated matrix is diag(f+df,f+df)*dR*R*diag(1/(f+df),1/(f+df),1)*/
321 db_IncrementalRotationMatrix(dR,dx);
322 db_Multiply3x3_3x3(H_p_dx,dR,R);
  /external/skia/src/effects/gradients/
SkRadialGradient.cpp 318 Sk4f dR = tmpxy + tmpxy + tmpdxdy;
323 R += dR;
324 dR += ddR;
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 411 deUint8 dR = (deUint8)getBits(src, 56, 58); // 3b
421 baseR[1] = extend5Delta3To8(bR, dR);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp     [all...]
  /external/valgrind/VEX/priv/
host_arm64_isel.c     [all...]
host_arm_isel.c     [all...]
  /system/core/libpixelflinger/
scanline.cpp     [all...]

Completed in 1391 milliseconds