Searched refs:NumPlanes (Results 1 – 6 of 6) sorted by relevance
121 static constexpr int NumPlanes(PlaneConfig);200 int numPlanes() const { return NumPlanes(fPlaneConfig); } in numPlanes()249 constexpr int SkYUVAInfo::NumPlanes(PlaneConfig planeConfig) { in NumPlanes() function
280 int n = SkYUVAInfo::NumPlanes(config); in supported()
224 uint8_t NumPlanes; member
298 seq->color_config.NumPlanes = seq->color_config.mono_chrome ? 1 : 3; in sequence_header_obu()785 if (seq->color_config.NumPlanes > 1) { in quantization_params()981 if (seq->color_config.NumPlanes > 1) { in loop_filter_params()1026 if (seq->color_config.NumPlanes > 1) in cdef_params()1050 for (i = 0; i < seq->color_config.NumPlanes; ++i) { in lr_params()
45 planeIdx > NumPlanes(planeConfig)) { in PlaneSubsamplingFactors()
177 int numPlanes() const { return SkYUVAInfo::NumPlanes(fPlaneConfig); } in numPlanes()