Searched refs:isSubsampledPlane (Results 1 – 1 of 1) sorted by relevance
48 bool isSubsampledPlane = false; in PlaneSubsamplingFactors() local56 isSubsampledPlane = planeIdx == 1 || planeIdx == 2; in PlaneSubsamplingFactors()63 isSubsampledPlane = planeIdx == 1; in PlaneSubsamplingFactors()72 return isSubsampledPlane ? SubsamplingFactors(subsampling) : std::make_tuple(1, 1); in PlaneSubsamplingFactors()