Home
last modified time | relevance | path

Searched defs:pixel_bits (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/libpng/
Dpngpriv.h738 #define PNG_ROWBYTES(pixel_bits, width) \ argument
755 #define PNG_TRAILBITS(pixel_bits, width) \ argument
758 #define PNG_PADBITS(pixel_bits, width) \ argument
/third_party/ffmpeg/libavcodec/
Dwebp.c1012 int pixel_bits = 8 >> pal->size_reduction; in apply_color_indexing_transform() local