Searched refs:frame_crop_right_offset (Results 1 – 5 of 5) sorted by relevance
185 uint32_t frame_crop_right_offset = 0; in Parse() local193 parser.ReadExponentialGolomb(&frame_crop_right_offset)); in Parse()215 frame_crop_right_offset *= 2; in Parse()224 width -= (frame_crop_left_offset + frame_crop_right_offset); in Parse()
69 public int frame_crop_right_offset; field in SeqParameterSet155 sps.frame_crop_right_offset = reader in read()388 writer.writeUE(frame_crop_right_offset, in write()547 ", \n frame_crop_right_offset=" + frame_crop_right_offset + in toString()
142 int frame_crop_right_offset; member
98 coded_size->width() / crop_unit_x < frame_crop_right_offset || in GetVisibleRect()105 int crop_right = crop_unit_x * frame_crop_right_offset; in GetVisibleRect()994 READ_UE_OR_RETURN(&sps->frame_crop_right_offset); in ParseSPS()
193 … -= cropUnitX * (seqParameterSet.frame_crop_left_offset + seqParameterSet.frame_crop_right_offset); in readVariables()