Searched refs:vert_crop (Results 1 – 3 of 3) sorted by relevance
158 bool vert_crop) const { in StretchToPlanes()174 if (vert_crop) { in StretchToPlanes()204 bool interpolate, bool vert_crop) const { in StretchToFrame()213 interpolate, vert_crop); in StretchToFrame()220 bool interpolate, bool vert_crop) const { in Stretch()226 StretchToFrame(dest, interpolate, vert_crop); in Stretch()
227 int vert_crop = ((abs(h) - dh) / 2) & ~1; in Reset() local235 horiz_crop, vert_crop, in Reset()
598 S32 horz_crop, vert_crop; in get_ctb_attrs() local602 vert_crop = ((ctb_start_y + 64) > pic_ht) ? 1 : 0; in get_ctb_attrs()603 switch(horz_crop + vert_crop) in get_ctb_attrs()