Home
last modified time | relevance | path

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

/external/toybox/lib/
Ddeflate.c130 static void output_byte(struct deflate *dd, char sym) in output_byte() function
224 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()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_enc_1_2.c116 unsigned char output_byte = (unsigned char)(enc->shifter >> 24); in radeon_enc_code_fixed_bits() local
118 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() local
148 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()