Searched refs:lines_to_change (Results 1 – 1 of 1) sorted by relevance
58 static void qtrle_decode_1bpp(QtrleContext *s, int row_ptr, int lines_to_change) in qtrle_decode_1bpp() argument78 lines_to_change++; in qtrle_decode_1bpp()79 while (lines_to_change) { in qtrle_decode_1bpp()85 lines_to_change--; in qtrle_decode_1bpp()144 int lines_to_change, int bpp) in qtrle_decode_2n4bpp() argument154 while (lines_to_change--) { in qtrle_decode_2n4bpp()202 static void qtrle_decode_8bpp(QtrleContext *s, int row_ptr, int lines_to_change) in qtrle_decode_8bpp() argument211 while (lines_to_change--) { in qtrle_decode_8bpp()253 static void qtrle_decode_16bpp(QtrleContext *s, int row_ptr, int lines_to_change) in qtrle_decode_16bpp() argument262 while (lines_to_change--) { in qtrle_decode_16bpp()[all …]