Home
last modified time | relevance | path

Searched refs:output_byte (Results 1 – 4 of 4) 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.c537 unsigned char output_byte = (unsigned char)(enc->shifter >> 24); in radeon_enc_code_fixed_bits() local
539 radeon_enc_emulation_prevention(enc, output_byte); in radeon_enc_code_fixed_bits()
540 radeon_enc_output_one_byte(enc, output_byte); in radeon_enc_code_fixed_bits()
568 unsigned char output_byte = (unsigned char)(enc->shifter >> 24); in radeon_enc_flush_headers() local
569 radeon_enc_emulation_prevention(enc, output_byte); in radeon_enc_flush_headers()
570 radeon_enc_output_one_byte(enc, output_byte); in radeon_enc_flush_headers()
Dradeon_uvd_enc_1_1.c121 unsigned char output_byte = (unsigned char)(enc->shifter >> 24); in radeon_uvd_enc_code_fixed_bits() local
123 radeon_uvd_enc_emulation_prevention(enc, output_byte); in radeon_uvd_enc_code_fixed_bits()
124 radeon_uvd_enc_output_one_byte(enc, output_byte); in radeon_uvd_enc_code_fixed_bits()
152 unsigned char output_byte = (unsigned char)(enc->shifter >> 24); in radeon_uvd_enc_flush_headers() local
153 radeon_uvd_enc_emulation_prevention(enc, output_byte); in radeon_uvd_enc_flush_headers()
154 radeon_uvd_enc_output_one_byte(enc, output_byte); in radeon_uvd_enc_flush_headers()
/external/bc/gen/
Dlib2.bc235 define void output_byte(x,i){
257 output_byte(x,i)