Searched refs:PNG_LSR (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | fx_pngrutil.c | 3105 # define PNG_LSR(x,s) ((x)>>((s) & 0x1f)) in png_combine_row() macro 3108 # define PNG_LSR(x,s) ((x)>>(s)) in png_combine_row() 3111 # define S_COPY(p,x) (((p)<4 ? PNG_LSR(0x80088822,(3-(p))*8+(7-(x))) :\ in png_combine_row() 3112 PNG_LSR(0xaa55ff00,(7-(p))*8+(7-(x)))) & 1) in png_combine_row() 3113 # define B_COPY(p,x) (((p)<4 ? PNG_LSR(0xff0fff33,(3-(p))*8+(7-(x))) :\ in png_combine_row() 3114 PNG_LSR(0xff55ff00,(7-(p))*8+(7-(x)))) & 1) in png_combine_row()
|
/external/libpng/ |
D | pngrutil.c | 3142 # define PNG_LSR(x,s) ((x)>>((s) & 0x1f)) in png_combine_row() macro 3145 # define PNG_LSR(x,s) ((x)>>(s)) in png_combine_row() 3148 # define S_COPY(p,x) (((p)<4 ? PNG_LSR(0x80088822,(3-(p))*8+(7-(x))) :\ in png_combine_row() 3149 PNG_LSR(0xaa55ff00,(7-(p))*8+(7-(x)))) & 1) in png_combine_row() 3150 # define B_COPY(p,x) (((p)<4 ? PNG_LSR(0xff0fff33,(3-(p))*8+(7-(x))) :\ in png_combine_row() 3151 PNG_LSR(0xff55ff00,(7-(p))*8+(7-(x)))) & 1) in png_combine_row()
|
D | CHANGES | 3663 Renamed the LSR() macro to PNG_LSR() and added PNG_LSL() macro.
|