Home
last modified time | relevance | path

Searched refs:k440 (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/core/
DSkYUVAInfo.cpp33 case Subsampling::k440: return {1, 2}; in SubsamplingFactors()
100 case Subsampling::k440: uvSize = { w , down2(h)}; break; in PlaneDimensions()
/third_party/skia/include/core/
DSkYUVAInfo.h75 k440, ///< 1 set of UV values for each 1x2 block of Y values. enumerator
/third_party/skia/src/codec/
DSkJpegCodec.cpp806 tempSubsampling = SkYUVAInfo::Subsampling::k440; in is_yuv_supported()