Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/util/
H A Dvl_bitstream.h74 vl_bitstream_write_byte_start_code(struct vl_bitstream_encoder *enc, uint8_t val) in vl_bitstream_write_byte_start_code() function
116 vl_bitstream_write_byte_start_code(enc, (uint8_t)(enc->enc_buffer >> 24)); in vl_bitstream_flush()
137 vl_bitstream_write_byte_start_code(enc, *(temp + 3)); in vl_bitstream_put_bits()
138 vl_bitstream_write_byte_start_code(enc, *(temp + 2)); in vl_bitstream_put_bits()
139 vl_bitstream_write_byte_start_code(enc, *(temp + 1)); in vl_bitstream_put_bits()
140 vl_bitstream_write_byte_start_code(enc, *temp); in vl_bitstream_put_bits()