Package | Description |
---|---|
org.jcodec.scale.highbd |
Modifier and Type | Class and Description |
---|---|
static class |
ColorUtilHiBD.Idential |
class |
RgbToBgrHiBD
Deprecated.
|
class |
RgbToYuv420jHiBD
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Transforms Picture in RGB colorspace ( one plane, 3 integers per pixel ) to
Yuv420 colorspace output picture ( 3 planes, luma - 0th plane, cb - 1th
plane, cr - 2nd plane; cb and cr planes are half width and half haight )
TODO: implement jpeg colorspace instead of NTSC
|
class |
RgbToYuv420pHiBD
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Transforms Picture in RGB colorspace ( one plane, 3 integers per pixel ) to
Yuv420 colorspace output picture ( 3 planes, luma - 0th plane, cb - 1th
plane, cr - 2nd plane; cb and cr planes are half width and half haight )
|
class |
RgbToYuv422pHiBD
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
Yuv420jToRgbHiBD
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
Yuv420jToYuv420HiBD
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
Performs color scaling from JPEG to NTSC
|
class |
Yuv420pToRgbHiBD
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
Yuv420pToYuv422pHiBD
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
Yuv422jToRgbHiBD
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
Yuv422jToYuv420pHiBD
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
Yuv422pToRgbHiBD
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
Yuv422pToYuv420jHiBD
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
Yuv422pToYuv420pHiBD
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
Yuv444jToRgbHiBD
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
Yuv444jToYuv420pHiBD
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
Yuv444pToRgb
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
class |
Yuv444pToYuv420pHiBD
This class is part of JCodec ( www.jcodec.org ) This software is distributed
under FreeBSD License
|
Modifier and Type | Method and Description |
---|---|
static TransformHiBD |
ColorUtilHiBD.getTransform(ColorSpace from,
ColorSpace to) |
Copyright © 2019. All rights reserved.