Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dqtrle.c58 static void qtrle_decode_1bpp(QtrleContext *s, int row_ptr, int lines_to_change) in qtrle_decode_1bpp() argument
78 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() argument
154 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() argument
211 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() argument
262 while (lines_to_change--) { in qtrle_decode_16bpp()
[all …]