Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c1232 READ_UE(gb, &vui->def_disp_win.right_offset); in decode_vui()
1233 vui->def_disp_win.right_offset = vui->def_disp_win.right_offset * 2; in decode_vui()
1235 READ_UE(gb, &vui->def_disp_win.right_offset); in decode_vui()
1238 READ_UE(gb, &vui->def_disp_win.right_offset); in decode_vui()
1248 vui->def_disp_win.right_offset, in decode_vui()
1253 vui->def_disp_win.right_offset = in decode_vui()
1471 READ_UE(gb, &sps->pic_conf_win.right_offset); in mpp_hevc_decode_nal_sps()
1472 sps->pic_conf_win.right_offset = sps->pic_conf_win.right_offset * 2; in mpp_hevc_decode_nal_sps()
1483 sps->pic_conf_win.right_offset, in mpp_hevc_decode_nal_sps()
1488 sps->pic_conf_win.right_offset = in mpp_hevc_decode_nal_sps()
[all …]
H A Dh265d_parser.h89 RK_S32 right_offset; member
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dsend.c5627 u64 right_offset; in is_extent_unchanged() local
5743 right_offset = btrfs_file_extent_offset(eb, ei); in is_extent_unchanged()
5749 right_offset += ekey->offset - key.offset; in is_extent_unchanged()
5759 left_offset_fixed != right_offset || in is_extent_unchanged()