Home | History | Annotate | Download | only in imageutil

Lines Matching refs:ci

99 				cb1 := int32(src.Cb[ci]) - 128
100 cr1 := int32(src.Cr[ci]) - 128
156 ci := (sy-src.Rect.Min.Y)*src.CStride + (sp.X - src.Rect.Min.X)
157 for x := x0; x != x1; x, yi, ci = x+4, yi+1, ci+1 {
162 ci := ciBase + sx/2
167 ci := ciBase + sx/2
170 ci := (sy/2-src.Rect.Min.Y/2)*src.CStride + (sp.X - src.Rect.Min.X)
171 for x := x0; x != x1; x, yi, ci = x+4, yi+1, ci+1 {