Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/common/h264/
H A Dhal_h264e_stream_amend.c150 RK_S32 tail_0bit = 0; in h264e_vepu_stream_amend_proc() local
204 tail_0bit = 0; in h264e_vepu_stream_amend_proc()
278 while (!(tail_tmp & 1) && tail_0bit < 8) { in h264e_vepu_stream_amend_proc()
280 tail_0bit++; in h264e_vepu_stream_amend_proc()
283 mpp_assert(tail_0bit < 8); in h264e_vepu_stream_amend_proc()
290 … tail_byte, tail_0bit, hw_len_bit, sw_len_bit, nal_len, hw_len_byte, sw_len_byte, diff_size); in h264e_vepu_stream_amend_proc()
299 RK_S32 bit_len = nal_len * 8 - tail_0bit + hdr_diff_bit; in h264e_vepu_stream_amend_proc()