Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/common/
H A Dh265d_syntax.h229 UINT end_bit; member
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_rkv.c696 end_byte = (dxva_cxt->slice_cut_param[i].end_bit + 7) >> 3; in update_stream_buffer()
702 dxva_cxt->slice_cut_param[i].end_bit, end_byte, buf[end_byte]); in update_stream_buffer()
709 if ((dxva_cxt->slice_cut_param[i].end_bit & 0x7) == 0 && buf[end_byte] == 0x80) in update_stream_buffer()
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h654 RK_U32 end_bit; member
H A Dh265d_parser.c1091 s->end_bit = gb->used_bits; in hls_slice_header()
1850 temp->slice_cut_param[slice_cnt].end_bit = s->end_bit; in parser_nal_units()