Searched refs:output_byte (Results 1 – 3 of 3) sorted by relevance
/third_party/toybox/lib/ |
D | deflate.c | 138 static void output_byte(struct deflate *dd, char sym) in output_byte() function 233 while (pos--) output_byte(dd, *(p++)); in inflate() 293 if (sym < 256) output_byte(dd, sym); in inflate() 305 while (len--) output_byte(dd, dd->data[(dd->pos-dist) & 32767]); in inflate()
|
/third_party/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vcn_enc.c | 545 unsigned char output_byte = (unsigned char)(enc->shifter >> 24); in radeon_enc_code_fixed_bits() local 547 radeon_enc_emulation_prevention(enc, output_byte); in radeon_enc_code_fixed_bits() 548 radeon_enc_output_one_byte(enc, output_byte); in radeon_enc_code_fixed_bits() 577 unsigned char output_byte = (unsigned char)(enc->shifter >> 24); in radeon_enc_flush_headers() local 578 radeon_enc_emulation_prevention(enc, output_byte); in radeon_enc_flush_headers() 579 radeon_enc_output_one_byte(enc, output_byte); in radeon_enc_flush_headers()
|
D | radeon_uvd_enc_1_1.c | 121 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()
|