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

  /external/qemu/distrib/sdl-1.2.15/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);
  /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/Gallery2/jni_mosaic/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/valgrind/main/VEX/priv/
host_arm_isel.c     [all...]
  /system/core/libpixelflinger/
scanline.cpp     [all...]

Completed in 480 milliseconds