HomeSort by relevance Sort by last modified time
    Searched refs:fBayerPhase (Results 1 - 2 of 2) sorted by null

  /external/dng_sdk/source/
dng_bad_pixels.h 43 uint32 fBayerPhase;
88 return (((uint32) row + (uint32) col + fBayerPhase + (fBayerPhase >> 1)) & 1) == 0;
247 uint32 fBayerPhase;
287 return ((row + col + fBayerPhase + (fBayerPhase >> 1)) & 1) == 0;
dng_bad_pixels.cpp 38 , fBayerPhase (bayerPhase)
54 , fBayerPhase (0)
64 fBayerPhase = stream.Get_uint32 ();
73 printf ("Bayer Phase: %u\n", (unsigned) fBayerPhase);
89 stream.Put_uint32 (fBayerPhase);
581 , fBayerPhase (bayerPhase)
601 , fBayerPhase (0)
607 fBayerPhase = stream.Get_uint32 ();
655 printf ("Bayer Phase: %u\n", (unsigned) fBayerPhase);
705 stream.Put_uint32 (fBayerPhase);
    [all...]

Completed in 40 milliseconds