Searched refs:tc_offset (Results 1 – 5 of 5) sorted by relevance
352 RK_S32 tc_offset; ///< tc_offset_div2 * 2 member425 RK_S32 tc_offset; ///< tc_offset_div2 * 2 member471 RK_S32 tc_offset; member
993 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()
671 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()
163 pp->pps_tc_offset_div2 = pps->tc_offset / 2; in fill_picture_parameters()
122 RK_S32 tc_offset; ///< tc_offset_div2 * 2 member