Searched refs:red_int (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngrtran.c728 png_uint_16 red_int, green_int; local
731 red_int = 6968; /* .212671 * 32768 + .5 */
736 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L);
742 red_int = 6968;
745 png_ptr->rgb_to_gray_red_coeff = red_int;
748 (png_uint_16)(32768 - red_int - green_int);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngrtran.c642 png_uint_16 red_int, green_int; local
645 red_int = 6968; /* .212671 * 32768 + .5 */
650 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L);
656 red_int = 6968;
659 png_ptr->rgb_to_gray_red_coeff = red_int;
661 png_ptr->rgb_to_gray_blue_coeff = (png_uint_16)(32768-red_int-green_int);

Completed in 83 milliseconds