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

  /external/tensorflow/tensorflow/core/lib/png/
png_io.cc 275 const bool is_gray = !(context->color_type & PNG_COLOR_MASK_COLOR); local
276 if (is_gray) { // upconvert gray to 8-bit if needed.
282 if (!is_gray)
285 if (is_gray)
  /art/runtime/
read_barrier-inl.h 50 // the is_gray load to the ref field (ptr) load to avoid needing a load-load barrier between
53 bool is_gray = IsGray(obj, &fake_address_dependency); local
61 if (is_gray) {
  /external/ImageMagick/MagickCore/
fourier.c 938 is_gray,
946 is_gray=IsImageGray(image);
958 if (is_gray != MagickFalse)
975 if (is_gray == MagickFalse)
989 if (is_gray == MagickFalse)
934 is_gray, local
1498 is_gray, local
    [all...]
  /external/ImageMagick/coders/
mat.c 1402 int is_gray; local
    [all...]

Completed in 242 milliseconds