• Home
  • Raw
  • Download

Lines Matching refs:kPlanesAndIndices

201             static constexpr PlaneAndIndex kPlanesAndIndices[] = {{0, 0}, {1, 0}, {2, 0}, {-1, -1}};  in GetYUVALocations()  local
202 planesAndIndices = kPlanesAndIndices; in GetYUVALocations()
206 static constexpr PlaneAndIndex kPlanesAndIndices[] = {{0, 0}, {2, 0}, {1, 0}, {-1, -1}}; in GetYUVALocations() local
207 planesAndIndices = kPlanesAndIndices; in GetYUVALocations()
211 static constexpr PlaneAndIndex kPlanesAndIndices[] = {{0, 0}, {1, 0}, {1, 1}, {-1, -1}}; in GetYUVALocations() local
212 planesAndIndices = kPlanesAndIndices; in GetYUVALocations()
216 static constexpr PlaneAndIndex kPlanesAndIndices[] = {{0, 0}, {1, 1}, {1, 0}, {-1, -1}}; in GetYUVALocations() local
217 planesAndIndices = kPlanesAndIndices; in GetYUVALocations()
221 static constexpr PlaneAndIndex kPlanesAndIndices[] = {{0, 0}, {0, 1}, {0, 2}, {-1, -1}}; in GetYUVALocations() local
222 planesAndIndices = kPlanesAndIndices; in GetYUVALocations()
226 static constexpr PlaneAndIndex kPlanesAndIndices[] = {{0, 1}, {0, 0}, {0, 2}, {-1, -1}}; in GetYUVALocations() local
227 planesAndIndices = kPlanesAndIndices; in GetYUVALocations()
231 static constexpr PlaneAndIndex kPlanesAndIndices[] = {{0, 0}, {1, 0}, {2, 0}, {3, 0}}; in GetYUVALocations() local
232 planesAndIndices = kPlanesAndIndices; in GetYUVALocations()
236 static constexpr PlaneAndIndex kPlanesAndIndices[] = {{0, 0}, {2, 0}, {1, 0}, {3, 0}}; in GetYUVALocations() local
237 planesAndIndices = kPlanesAndIndices; in GetYUVALocations()
241 static constexpr PlaneAndIndex kPlanesAndIndices[] = {{0, 0}, {1, 0}, {1, 1}, {2, 0}}; in GetYUVALocations() local
242 planesAndIndices = kPlanesAndIndices; in GetYUVALocations()
246 static constexpr PlaneAndIndex kPlanesAndIndices[] = {{0, 0}, {1, 1}, {1, 0}, {2, 0}}; in GetYUVALocations() local
247 planesAndIndices = kPlanesAndIndices; in GetYUVALocations()
251 static constexpr PlaneAndIndex kPlanesAndIndices[] = {{0, 0}, {0, 1}, {0, 2}, {0, 3}}; in GetYUVALocations() local
252 planesAndIndices = kPlanesAndIndices; in GetYUVALocations()
256 static constexpr PlaneAndIndex kPlanesAndIndices[] = {{0, 1}, {0, 0}, {0, 2}, {0, 3}}; in GetYUVALocations() local
257 planesAndIndices = kPlanesAndIndices; in GetYUVALocations()