Searched refs:lines_to_change (Results 1 – 1 of 1) sorted by relevance
59 static void qtrle_decode_1bpp(QtrleContext *s, int row_ptr, int lines_to_change) in qtrle_decode_1bpp() argument79 lines_to_change++; in qtrle_decode_1bpp()80 while (lines_to_change) { in qtrle_decode_1bpp()86 lines_to_change--; in qtrle_decode_1bpp()145 int lines_to_change, int bpp) in qtrle_decode_2n4bpp() argument155 while (lines_to_change--) { in qtrle_decode_2n4bpp()203 static void qtrle_decode_8bpp(QtrleContext *s, int row_ptr, int lines_to_change) in qtrle_decode_8bpp() argument212 while (lines_to_change--) { in qtrle_decode_8bpp()254 static void qtrle_decode_16bpp(QtrleContext *s, int row_ptr, int lines_to_change) in qtrle_decode_16bpp() argument263 while (lines_to_change--) { in qtrle_decode_16bpp()[all …]