Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_header_gen.c562 RK_S32 pps_byte_start = 0; in h265e_pps_write() local
565 pps_byte_start = s->enc_stream.byte_cnt; in h265e_pps_write()
633 …g(H265E_DBG_HEADER, "write pure pps size: %d bits", (s->enc_stream.byte_cnt - pps_byte_start) * 8); in h265e_pps_write()