Searched defs:cbBlock (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/image/jpeg/ |
D | writer.go | 382 func toYCbCr(m image.Image, p image.Point, yBlock, cbBlock, crBlock *block) { argument 412 func rgbaToYCbCr(m *image.RGBA, p image.Point, yBlock, cbBlock, crBlock *block) { argument 437 func yCbCrToYCbCr(m *image.YCbCr, p image.Point, yBlock, cbBlock, crBlock *block) { argument
|