Lines Matching refs:fill
82 int fill;
93 fill = bytestream2_get_byte(gb);
94 *(dst++) = fill;
95 *(dst++) = (fill + bytestream2_peek_byte(gb) + 1) >> 1;
97 fill = bytestream2_get_byte(gb);
98 *(dst++) = fill;
99 *(dst++) = fill;
105 fill = bytestream2_get_byte(gb);
106 *(dst++) = fill;
107 *(dst++) = (fill + bytestream2_peek_byte(gb) + 1) >> 1;
109 fill = bytestream2_get_byte(gb);
110 *(dst++) = fill;
111 *(dst++) = fill;
117 fill = bytestream2_get_byte(gb);
118 *(dst++) = fill;
119 *(dst++) = (fill + bytestream2_peek_byte(gb) + 1) >> 1;
121 fill = bytestream2_get_byte(gb);
122 *(dst++) = fill;
123 *(dst++) = fill;
129 fill = bytestream2_get_byte(gb);
130 *(dst++) = fill;
131 *(dst++) = (fill + bytestream2_peek_byte(gb) + 1) >> 1;
133 fill = bytestream2_get_byte(gb);
134 *(dst++) = fill;
135 *(dst++) = fill;