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

  /external/opencv3/3rdparty/libpng/
png.c 834 png_64bit_product(green_x - red_x, blue_y - red_y, &xy_hi, &xy_lo);
835 png_64bit_product(green_y - red_y, blue_x - red_x, &yx_hi, &yx_lo);
2136 png_64bit_product (long v1, long v2, unsigned long *hi_product, function
    [all...]
pngpriv.h     [all...]
  /external/libpng/contrib/libtests/
tarith.c 644 /* Check the values, png_64bit_product can only handle positive
652 png_64bit_product(u1, u2, &hi, &lo);
666 fprintf(stderr, "png_64bit_product %d * %d -> %lx|%.8lx not %llx\n",
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h     [all...]
  /external/pdfium/third_party/lpng_v163/
png.h 627 #define png_64bit_product FOXIT_png_64bit_product macro
    [all...]

Completed in 43 milliseconds