Home
last modified time | relevance | path

Searched refs:PNG_LSR (Results 1 – 2 of 2) sorted by relevance

/external/libpng/
Dpngrutil.c3311 # define PNG_LSR(x,s) ((x)>>((s) & 0x1f)) in png_combine_row() macro
3314 # define PNG_LSR(x,s) ((x)>>(s)) in png_combine_row()
3317 # define S_COPY(p,x) (((p)<4 ? PNG_LSR(0x80088822,(3-(p))*8+(7-(x))) :\ in png_combine_row()
3318 PNG_LSR(0xaa55ff00,(7-(p))*8+(7-(x)))) & 1) in png_combine_row()
3319 # define B_COPY(p,x) (((p)<4 ? PNG_LSR(0xff0fff33,(3-(p))*8+(7-(x))) :\ in png_combine_row()
3320 PNG_LSR(0xff55ff00,(7-(p))*8+(7-(x)))) & 1) in png_combine_row()
DCHANGES3671 Renamed the LSR() macro to PNG_LSR() and added PNG_LSL() macro.