Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h352 RK_S32 tc_offset; ///< tc_offset_div2 * 2 member
425 RK_S32 tc_offset; ///< tc_offset_div2 * 2 member
471 RK_S32 tc_offset; member
H A Dh265d_ps.c993 if (openhevc_pps->tc_offset != pps->tc_offset) { in compare_pps()
1964 pps->tc_offset = 0; in mpp_hevc_decode_nal_pps()
2134 READ_SE(gb, &pps->tc_offset); in mpp_hevc_decode_nal_pps()
2135 pps->tc_offset = pps->tc_offset * 2; in mpp_hevc_decode_nal_pps()
2142 if (pps->tc_offset / 2 < -6 || pps->tc_offset / 2 > 6) { in mpp_hevc_decode_nal_pps()
2144 pps->tc_offset / 2); in mpp_hevc_decode_nal_pps()
H A Dh265d_parser.c671 if (openhevc_sh->tc_offset != sh->tc_offset) { in compare_sliceheader()
1029 READ_SE(gb, &sh->tc_offset); in hls_slice_header()
1030 sh->tc_offset = sh->tc_offset * 2; in hls_slice_header()
1035 sh->tc_offset = s->pps->tc_offset; in hls_slice_header()
1040 sh->tc_offset = 0; in hls_slice_header()
H A Dh265d_parser2_syntax.c163 pp->pps_tc_offset_div2 = pps->tc_offset / 2; in fill_picture_parameters()
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.h122 RK_S32 tc_offset; ///< tc_offset_div2 * 2 member