Home
last modified time | relevance | path

Searched refs:expand16 (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/core/
DSkMipMap.cpp62 static inline uint32_t expand16(U16CPU c) { in expand16() function
82 c = expand16(*p); in downsample16()
86 c += expand16(*p); in downsample16()
92 c += expand16(*p); in downsample16()
96 c += expand16(*p); in downsample16()
/external/libpng/tests/
Dpngvalid-gamma-expand16-transform2 exec ./pngvalid --gamma-transform --expand16
Dpngvalid-gamma-expand16-background2 exec ./pngvalid --gamma-background --expand16
Dpngvalid-gamma-expand16-alpha-mode2 exec ./pngvalid --gamma-alpha-mode --expand16
/external/libpng/
DMakefile.am50 tests/pngvalid-gamma-background tests/pngvalid-gamma-expand16-alpha-mode\
51 tests/pngvalid-gamma-expand16-background\
52 tests/pngvalid-gamma-expand16-transform tests/pngvalid-gamma-sbit\
DMakefile.in664 tests/pngvalid-gamma-background tests/pngvalid-gamma-expand16-alpha-mode\
665 tests/pngvalid-gamma-expand16-background\
666 tests/pngvalid-gamma-expand16-transform tests/pngvalid-gamma-sbit\
1469 tests/pngvalid-gamma-expand16-alpha-mode.log: tests/pngvalid-gamma-expand16-alpha-mode
1476 tests/pngvalid-gamma-expand16-background.log: tests/pngvalid-gamma-expand16-background
1483 tests/pngvalid-gamma-expand16-transform.log: tests/pngvalid-gamma-expand16-transform
DCHANGES3411 Added tests for expand16, more fixes for palette image tests to pngvalid.
/external/libpng/contrib/libtests/
Dpngvalid.c7701 int expand16; member
7716 int use_input_precision, int scale16, int expand16, in gamma_display_init() argument
7733 dp->expand16 = expand16; in gamma_display_init()
7767 if (dp->expand16) in gamma_info_imp()