Searched refs:B_MASKS (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/3rdparty/libpng/ |
D | pngrutil.c | 2941 # define B_MASKS(d,s) { B_MASK(1,d,s), S_MASK(3,d,s), S_MASK(5,d,s) } in png_combine_row() macro 2962 { B_MASKS(1,0), B_MASKS(2,0), B_MASKS(4,0) }, in png_combine_row() 2964 { B_MASKS(1,1), B_MASKS(2,1), B_MASKS(4,1) } in png_combine_row()
|
/external/libpng/ |
D | pngrutil.c | 3215 # define B_MASKS(d,s) { B_MASK(1,d,s), B_MASK(3,d,s), B_MASK(5,d,s) } in png_combine_row() macro 3236 { B_MASKS(1,0), B_MASKS(2,0), B_MASKS(4,0) }, in png_combine_row() 3238 { B_MASKS(1,1), B_MASKS(2,1), B_MASKS(4,1) } in png_combine_row()
|
/external/pdfium/third_party/lpng_v163/ |
D | pngrutil.c | 3153 # define B_MASKS(d,s) { B_MASK(1,d,s), S_MASK(3,d,s), S_MASK(5,d,s) } in png_combine_row() macro 3174 { B_MASKS(1,0), B_MASKS(2,0), B_MASKS(4,0) }, in png_combine_row() 3176 { B_MASKS(1,1), B_MASKS(2,1), B_MASKS(4,1) } in png_combine_row()
|