Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dqtrle.c59 static void qtrle_decode_1bpp(QtrleContext *s, int row_ptr, int lines_to_change) in qtrle_decode_1bpp() argument
79 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() argument
155 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() argument
212 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() argument
263 while (lines_to_change--) { in qtrle_decode_16bpp()
[all …]