Searched refs:kMaxPlanesMonochrome (Results 1 – 8 of 8) sorted by relevance
159 planes_(sequence_header.color_config.is_monochrome ? kMaxPlanesMonochrome214 ? kMaxPlanesMonochrome
275 assert(planes_ == kMaxPlanesMonochrome || planes_ == kMaxPlanes); in ApplyCdefForOneUnit()460 if (planes_ == kMaxPlanesMonochrome) { in ApplyCdefForOneUnit()
65 const int num_planes = is_monochrome ? kMaxPlanesMonochrome : kMaxPlanes; in Reset()
191 if (num_planes == kMaxPlanesMonochrome) { in DoRestoration()
1157 yuv_buffer->is_monochrome() ? kMaxPlanesMonochrome : kMaxPlanes; in CopyFrameToOutputBuffer()1210 ? kMaxPlanesMonochrome in DecodeTiles()
585 return sequence_header_.color_config.is_monochrome ? kMaxPlanesMonochrome in PlaneCount()
1142 ? kMaxPlanesMonochrome in ParseLoopRestorationParameters()
189 enum : uint8_t { kMaxPlanesMonochrome = kPlaneY + 1, kMaxPlanes = kPlaneV + 1 }; enumerator