Lines Matching defs:count
50 unsigned char pixel, count;
58 if (!(count = (pixel & 0x7f))) {
63 if (out_end - out_buf <= pixelstride * (count - 1)) {
64 av_log(s->avctx, AV_LOG_ERROR, "Invalid pixel count.\n");
69 while (count--) {
76 while (count--) {
89 unsigned char count;
97 if (!(count = (pixel & 0x7f)))
101 if (out_end - out_buf <= pixelstride * (count - 1)) {
102 av_log(s->avctx, AV_LOG_ERROR, "Invalid pixel count.\n");
107 while (count--) {
115 while (count--) {