Searched refs:frame_crop_bottom_offset (Results 1 – 5 of 5) sorted by relevance
187 uint32_t frame_crop_bottom_offset = 0; in Parse() local196 parser.ReadExponentialGolomb(&frame_crop_bottom_offset)); in Parse()209 frame_crop_bottom_offset *= (2 - frame_mbs_only_flag); in Parse()220 frame_crop_bottom_offset *= 2; in Parse()225 height -= (frame_crop_top_offset + frame_crop_bottom_offset); in Parse()
71 public int frame_crop_bottom_offset; field in SeqParameterSet159 sps.frame_crop_bottom_offset = reader in read()391 writer.writeUE(frame_crop_bottom_offset, in write()549 ", \n frame_crop_bottom_offset=" + frame_crop_bottom_offset + in toString()
144 int frame_crop_bottom_offset; member
100 coded_size->height() / crop_unit_y < frame_crop_bottom_offset) { in GetVisibleRect()107 int crop_bottom = crop_unit_y * frame_crop_bottom_offset; in GetVisibleRect()996 READ_UE_OR_RETURN(&sps->frame_crop_bottom_offset); in ParseSPS()
194 … -= cropUnitY * (seqParameterSet.frame_crop_top_offset + seqParameterSet.frame_crop_bottom_offset); in readVariables()