Searched refs:output_byte (Results 1 – 2 of 2) sorted by relevance
130 static void output_byte(struct deflate *dd, char sym) in output_byte() function224 while (pos--) output_byte(dd, *(p++)); in inflate()284 if (sym < 256) output_byte(dd, sym); in inflate()296 while (len--) output_byte(dd, dd->data[(dd->pos-dist) & 32767]); in inflate()
116 unsigned char output_byte = (unsigned char)(enc->shifter >> 24); in radeon_enc_code_fixed_bits() local118 radeon_enc_emulation_prevention(enc, output_byte); in radeon_enc_code_fixed_bits()119 radeon_enc_output_one_byte(enc, output_byte); in radeon_enc_code_fixed_bits()147 unsigned char output_byte = (unsigned char)(enc->shifter >> 24); in radeon_enc_flush_headers() local148 radeon_enc_emulation_prevention(enc, output_byte); in radeon_enc_flush_headers()149 radeon_enc_output_one_byte(enc, output_byte); in radeon_enc_flush_headers()