Searched refs:right_offset (Results 1 – 7 of 7) sorted by relevance
672 vui->def_disp_win.right_offset = get_ue_golomb_long(gb) * horiz_mult; in decode_vui()682 vui->def_disp_win.right_offset, in decode_vui()687 vui->def_disp_win.right_offset = in decode_vui()967 sps->pic_conf_win.right_offset = get_ue_golomb_long(gb) * horiz_mult; in ff_hevc_parse_sps()976 sps->pic_conf_win.right_offset, in ff_hevc_parse_sps()981 sps->pic_conf_win.right_offset = in ff_hevc_parse_sps()1165 sps->output_window.right_offset += sps->vui.def_disp_win.right_offset; in ff_hevc_parse_sps()1171 if (ow->left_offset >= INT_MAX - ow->right_offset || in ff_hevc_parse_sps()1173 ow->left_offset + ow->right_offset >= sps->width || in ff_hevc_parse_sps()1176 ow->left_offset, ow->right_offset, ow->top_offset, ow->bottom_offset); in ff_hevc_parse_sps()[all …]
44 unsigned int right_offset; member
95 s->width = ps->sps->width - ow->left_offset - ow->right_offset; in hevc_parse_slice_header()
167 ref->frame->crop_right = s->ps.sps->output_window.right_offset; in ff_hevc_set_new_ref()
328 avctx->width = sps->width - ow->left_offset - ow->right_offset; in export_stream_params()
443 unsigned right_offset, unsigned right_stride) const in emit_scan_step() argument447 right = horiz_stride(horiz_offset(tmp, right_offset), right_stride); in emit_scan_step()
42622 let mut right_offset = 0; localVariable42624 right_offset = (i - left_edge) % (cap - right_edge);42625 let src: isize = (right_edge + right_offset) as isize;42630 right_edge += right_offset + 1;