Lines Matching refs:plane
24 auto [plane, channel] = yuvaProxies.yuvaLocations()[i];
25 if (plane == -1) {
29 planeBorders[plane][c] = m[i*5 + 4];
90 // If the image is not a multiple of the subsampling then the subsampled plane needs to
110 // libjpeg[-turbo]'s do_fancy_upsampling option. We will filter the subsampled plane,
121 // within this plane.
138 // The plane is subsampled and we have an overall subset on the image. We're
140 // y-plane pixel centers. Consider a logical image pixel at the edge of the subset.
142 // values from the subsampled plane. Depending on where the subset edge falls in
143 // actual subsampled plane, one of those values may come from outside the subset.
145 // planeSubset but allows linear filtering to read pixels from the plane that are
343 for (auto [plane, channel] : fLocations) {
344 format.appendf("_%d_%d", plane, channel);
353 for (auto [plane, channel] : fLocations) {
354 if (plane < 0) {
360 SkASSERT(plane < 4 && chann < 4);
362 packed |= (plane | (chann << 2)) << (i++ * 4);