Searched refs:output_byte (Results 1 - 3 of 3) sorted by relevance
/third_party/toybox/lib/ |
H A 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/radeonsi/ |
H A D | radeon_vcn_enc.c | 605 unsigned char output_byte = (unsigned char)(enc->shifter >> 24); in radeon_enc_code_fixed_bits() local 607 radeon_enc_emulation_prevention(enc, output_byte); in radeon_enc_code_fixed_bits() 608 radeon_enc_output_one_byte(enc, output_byte); in radeon_enc_code_fixed_bits() 637 unsigned char output_byte = (unsigned char)(enc->shifter >> 24); in radeon_enc_flush_headers() local 638 radeon_enc_emulation_prevention(enc, output_byte); in radeon_enc_flush_headers() 639 radeon_enc_output_one_byte(enc, output_byte); in radeon_enc_flush_headers()
|
H A 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()
|
Completed in 4 milliseconds