Clean up notes using the doxygen @note command
This commit is contained in:
@@ -301,7 +301,8 @@ Variables</h2></td></tr>
|
|||||||
</table>
|
</table>
|
||||||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||||
<p>TurboJPEG API. </p>
|
<p>TurboJPEG API. </p>
|
||||||
<p>This API provides an interface for generating, decoding, and transforming planar YUV and JPEG images in memory. </p>
|
<p>This API provides an interface for generating, decoding, and transforming planar YUV and JPEG images in memory.</p>
|
||||||
|
<dl class="section note"><dt>Note</dt><dd>Technically, the JPEG format uses the YCbCr colorspace (which is technically not a colorspace but a color transform), but per the convention of the digital video community, the TurboJPEG API uses "YUV" to refer to an image format consisting of Y, Cb, and Cr image planes. </dd></dl>
|
||||||
<h2 class="groupheader">Macro Definition Documentation</h2>
|
<h2 class="groupheader">Macro Definition Documentation</h2>
|
||||||
<a class="anchor" id="ga39f57a6fb02d9cf32e7b6890099b5a71"></a>
|
<a class="anchor" id="ga39f57a6fb02d9cf32e7b6890099b5a71"></a>
|
||||||
<div class="memitem">
|
<div class="memitem">
|
||||||
@@ -694,7 +695,6 @@ Variables</h2></td></tr>
|
|||||||
|
|
||||||
<p>Chrominance subsampling options. </p>
|
<p>Chrominance subsampling options. </p>
|
||||||
<p>When pixels are converted from RGB to YCbCr (see <a class="el" href="group___turbo_j_p_e_g.html#gga4f83ad3368e0e29d1957be0efa7c3720a7389b8f65bb387ffedce3efd0d78ec75" title="YCbCr colorspace.">TJCS_YCbCr</a>) or from CMYK to YCCK (see <a class="el" href="group___turbo_j_p_e_g.html#gga4f83ad3368e0e29d1957be0efa7c3720a53839e0fe867b76b58d16b0a1a7c598e" title="YCCK colorspace.">TJCS_YCCK</a>) as part of the JPEG compression process, some of the Cb and Cr (chrominance) components can be discarded or averaged together to produce a smaller image with little perceptible loss of image clarity (the human eye is more sensitive to small changes in brightness than to small changes in color.) This is called "chrominance subsampling". </p>
|
<p>When pixels are converted from RGB to YCbCr (see <a class="el" href="group___turbo_j_p_e_g.html#gga4f83ad3368e0e29d1957be0efa7c3720a7389b8f65bb387ffedce3efd0d78ec75" title="YCbCr colorspace.">TJCS_YCbCr</a>) or from CMYK to YCCK (see <a class="el" href="group___turbo_j_p_e_g.html#gga4f83ad3368e0e29d1957be0efa7c3720a53839e0fe867b76b58d16b0a1a7c598e" title="YCCK colorspace.">TJCS_YCCK</a>) as part of the JPEG compression process, some of the Cb and Cr (chrominance) components can be discarded or averaged together to produce a smaller image with little perceptible loss of image clarity (the human eye is more sensitive to small changes in brightness than to small changes in color.) This is called "chrominance subsampling". </p>
|
||||||
<p>NOTE: Technically, the JPEG format uses the YCbCr colorspace, but per the convention of the digital video community, the TurboJPEG API uses "YUV" to refer to an image format consisting of Y, Cb, and Cr image planes. </p>
|
|
||||||
<table class="fieldtable">
|
<table class="fieldtable">
|
||||||
<tr><th colspan="2">Enumerator</th></tr><tr><td class="fieldname"><em><a class="anchor" id="gga1d047060ea80bb9820d540bb928e9074afb8da4f44197837bdec0a4f593dacae3"></a>TJSAMP_444</em> </td><td class="fielddoc">
|
<tr><th colspan="2">Enumerator</th></tr><tr><td class="fieldname"><em><a class="anchor" id="gga1d047060ea80bb9820d540bb928e9074afb8da4f44197837bdec0a4f593dacae3"></a>TJSAMP_444</em> </td><td class="fielddoc">
|
||||||
<p>4:4:4 chrominance subsampling (no chrominance subsampling). </p>
|
<p>4:4:4 chrominance subsampling (no chrominance subsampling). </p>
|
||||||
@@ -714,11 +714,13 @@ Variables</h2></td></tr>
|
|||||||
</td></tr>
|
</td></tr>
|
||||||
<tr><td class="fieldname"><em><a class="anchor" id="gga1d047060ea80bb9820d540bb928e9074accf740e6f3aa6ba20ba922cad13cb974"></a>TJSAMP_440</em> </td><td class="fielddoc">
|
<tr><td class="fieldname"><em><a class="anchor" id="gga1d047060ea80bb9820d540bb928e9074accf740e6f3aa6ba20ba922cad13cb974"></a>TJSAMP_440</em> </td><td class="fielddoc">
|
||||||
<p>4:4:0 chrominance subsampling. </p>
|
<p>4:4:0 chrominance subsampling. </p>
|
||||||
<p>The JPEG or YUV image will contain one chrominance component for every 1x2 block of pixels in the source image. Note that 4:4:0 subsampling is not fully accelerated in libjpeg-turbo. </p>
|
<p>The JPEG or YUV image will contain one chrominance component for every 1x2 block of pixels in the source image.</p>
|
||||||
|
<dl class="section note"><dt>Note</dt><dd>4:4:0 subsampling is not fully accelerated in libjpeg-turbo. </dd></dl>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
<tr><td class="fieldname"><em><a class="anchor" id="gga1d047060ea80bb9820d540bb928e9074a28ec62575e5ea295c3fde3001dc628e2"></a>TJSAMP_411</em> </td><td class="fielddoc">
|
<tr><td class="fieldname"><em><a class="anchor" id="gga1d047060ea80bb9820d540bb928e9074a28ec62575e5ea295c3fde3001dc628e2"></a>TJSAMP_411</em> </td><td class="fielddoc">
|
||||||
<p>4:1:1 chrominance subsampling. </p>
|
<p>4:1:1 chrominance subsampling. </p>
|
||||||
<p>The JPEG or YUV image will contain one chrominance component for every 4x1 block of pixels in the source image. JPEG images compressed with 4:1:1 subsampling will be almost exactly the same size as those compressed with 4:2:0 subsampling, and in the aggregate, both subsampling methods produce approximately the same perceptual quality. However, 4:1:1 is better able to reproduce sharp horizontal features. Note that 4:1:1 subsampling is not fully accelerated in libjpeg-turbo. </p>
|
<p>The JPEG or YUV image will contain one chrominance component for every 4x1 block of pixels in the source image. JPEG images compressed with 4:1:1 subsampling will be almost exactly the same size as those compressed with 4:2:0 subsampling, and in the aggregate, both subsampling methods produce approximately the same perceptual quality. However, 4:1:1 is better able to reproduce sharp horizontal features.</p>
|
||||||
|
<dl class="section note"><dt>Note</dt><dd>4:1:1 subsampling is not fully accelerated in libjpeg-turbo. </dd></dl>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
@@ -1068,7 +1070,7 @@ If you choose option 1, <code>*jpegSize</code> should be set to the size of your
|
|||||||
</div><div class="memdoc">
|
</div><div class="memdoc">
|
||||||
|
|
||||||
<p>Compress a YUV planar image into a JPEG image. </p>
|
<p>Compress a YUV planar image into a JPEG image. </p>
|
||||||
<p>Note that, if the width or height of the YUV image is not an even multiple of the MCU block size (see <a class="el" href="group___turbo_j_p_e_g.html#ga9e61e7cd47a15a173283ba94e781308c" title="MCU block width (in pixels) for a given level of chrominance subsampling.">tjMCUWidth</a> and <a class="el" href="group___turbo_j_p_e_g.html#gabd247bb9fecb393eca57366feb8327bf" title="MCU block height (in pixels) for a given level of chrominance subsampling.">tjMCUHeight</a>), then an intermediate buffer copy will be performed within TurboJPEG.</p>
|
<dl class="section note"><dt>Note</dt><dd>If the width or height of the YUV image is not an even multiple of the MCU block size (see <a class="el" href="group___turbo_j_p_e_g.html#ga9e61e7cd47a15a173283ba94e781308c" title="MCU block width (in pixels) for a given level of chrominance subsampling.">tjMCUWidth</a> and <a class="el" href="group___turbo_j_p_e_g.html#gabd247bb9fecb393eca57366feb8327bf" title="MCU block height (in pixels) for a given level of chrominance subsampling.">tjMCUHeight</a>), then an intermediate buffer copy will be performed within TurboJPEG.</dd></dl>
|
||||||
<dl class="params"><dt>Parameters</dt><dd>
|
<dl class="params"><dt>Parameters</dt><dd>
|
||||||
<table class="params">
|
<table class="params">
|
||||||
<tr><td class="paramname">handle</td><td>a handle to a TurboJPEG compressor or transformer instance </td></tr>
|
<tr><td class="paramname">handle</td><td>a handle to a TurboJPEG compressor or transformer instance </td></tr>
|
||||||
@@ -1166,8 +1168,7 @@ If you choose option 1, <code>*jpegSize</code> should be set to the size of your
|
|||||||
</div><div class="memdoc">
|
</div><div class="memdoc">
|
||||||
|
|
||||||
<p>Decode a YUV planar image into an RGB or grayscale image. </p>
|
<p>Decode a YUV planar image into an RGB or grayscale image. </p>
|
||||||
<p>This function uses the accelerated color conversion routines in the underlying codec but does not execute any of the other steps in the JPEG decompression process. The Y, U (Cb), and V (Cr) image planes should be stored sequentially in the source buffer, and the size of each plane is determined by the width and height of the source image, as well as the specified padding and level of chrominance subsampling. If the chrominance components are subsampled along the horizontal dimension, then the width of the luminance plane should be padded to the nearest multiple of 2 in the input image (same goes for the height of the luminance plane, if the chrominance components are subsampled along the vertical dimension.) </p>
|
<p>This function uses the accelerated color conversion routines in the underlying codec but does not execute any of the other steps in the JPEG decompression process. The Y, U (Cb), and V (Cr) image planes should be stored sequentially in the source buffer, and the size of each plane is determined by the width and height of the source image, as well as the specified padding and level of chrominance subsampling. If the chrominance components are subsampled along the horizontal dimension, then the width of the luminance plane should be padded to the nearest multiple of 2 in the input image (same goes for the height of the luminance plane, if the chrominance components are subsampled along the vertical dimension.)</p>
|
||||||
<p>NOTE: Technically, the JPEG format uses the YCbCr colorspace, but per the convention of the digital video community, the TurboJPEG API uses "YUV" to refer to an image format consisting of Y, Cb, and Cr image planes.</p>
|
|
||||||
<dl class="params"><dt>Parameters</dt><dd>
|
<dl class="params"><dt>Parameters</dt><dd>
|
||||||
<table class="params">
|
<table class="params">
|
||||||
<tr><td class="paramname">handle</td><td>a handle to a TurboJPEG decompressor or transformer instance </td></tr>
|
<tr><td class="paramname">handle</td><td>a handle to a TurboJPEG decompressor or transformer instance </td></tr>
|
||||||
@@ -1404,8 +1405,8 @@ If you choose option 1, <code>*jpegSize</code> should be set to the size of your
|
|||||||
</div><div class="memdoc">
|
</div><div class="memdoc">
|
||||||
|
|
||||||
<p>Decompress a JPEG image to a YUV planar image. </p>
|
<p>Decompress a JPEG image to a YUV planar image. </p>
|
||||||
<p>This function performs JPEG decompression but leaves out the color conversion step, so a planar YUV image is generated instead of an RGB image. The structure of the planes in this image is the same as in the images generated by <a class="el" href="group___turbo_j_p_e_g.html#ga0a5ffbf7cb58a5b6a8201114fe889360" title="Encode an RGB or grayscale image into a YUV planar image.">tjEncodeYUV3()</a>. Note that, if the width or height of the JPEG image is not an even multiple of the MCU block size (see <a class="el" href="group___turbo_j_p_e_g.html#ga9e61e7cd47a15a173283ba94e781308c" title="MCU block width (in pixels) for a given level of chrominance subsampling.">tjMCUWidth</a> and <a class="el" href="group___turbo_j_p_e_g.html#gabd247bb9fecb393eca57366feb8327bf" title="MCU block height (in pixels) for a given level of chrominance subsampling.">tjMCUHeight</a>), then an intermediate buffer copy will be performed within TurboJPEG. </p>
|
<p>This function performs JPEG decompression but leaves out the color conversion step, so a planar YUV image is generated instead of an RGB image. The structure of the planes in this image is the same as in the images generated by <a class="el" href="group___turbo_j_p_e_g.html#ga0a5ffbf7cb58a5b6a8201114fe889360" title="Encode an RGB or grayscale image into a YUV planar image.">tjEncodeYUV3()</a>.</p>
|
||||||
<p>NOTE: Technically, the JPEG format uses the YCbCr colorspace, but per the convention of the digital video community, the TurboJPEG API uses "YUV" to refer to an image format consisting of Y, Cb, and Cr image planes.</p>
|
<dl class="section note"><dt>Note</dt><dd>If the width or height of the JPEG image is not an even multiple of the MCU block size (see <a class="el" href="group___turbo_j_p_e_g.html#ga9e61e7cd47a15a173283ba94e781308c" title="MCU block width (in pixels) for a given level of chrominance subsampling.">tjMCUWidth</a> and <a class="el" href="group___turbo_j_p_e_g.html#gabd247bb9fecb393eca57366feb8327bf" title="MCU block height (in pixels) for a given level of chrominance subsampling.">tjMCUHeight</a>), then an intermediate buffer copy will be performed within TurboJPEG.</dd></dl>
|
||||||
<dl class="params"><dt>Parameters</dt><dd>
|
<dl class="params"><dt>Parameters</dt><dd>
|
||||||
<table class="params">
|
<table class="params">
|
||||||
<tr><td class="paramname">handle</td><td>a handle to a TurboJPEG decompressor or transformer instance </td></tr>
|
<tr><td class="paramname">handle</td><td>a handle to a TurboJPEG decompressor or transformer instance </td></tr>
|
||||||
@@ -1521,8 +1522,7 @@ If you choose option 1, <code>*jpegSize</code> should be set to the size of your
|
|||||||
</div><div class="memdoc">
|
</div><div class="memdoc">
|
||||||
|
|
||||||
<p>Encode an RGB or grayscale image into a YUV planar image. </p>
|
<p>Encode an RGB or grayscale image into a YUV planar image. </p>
|
||||||
<p>This function uses the accelerated color conversion routines in the underlying codec but does not execute any of the other steps in the JPEG compression process. The Y, U (Cb), and V (Cr) image planes are stored sequentially into the destination buffer, and the size of each plane is determined by the width and height of the source image, as well as the specified padding and level of chrominance subsampling. If the chrominance components are subsampled along the horizontal dimension, then the width of the luminance plane is padded to the nearest multiple of 2 in the output image (same goes for the height of the luminance plane, if the chrominance components are subsampled along the vertical dimension.) </p>
|
<p>This function uses the accelerated color conversion routines in the underlying codec but does not execute any of the other steps in the JPEG compression process. The Y, U (Cb), and V (Cr) image planes are stored sequentially into the destination buffer, and the size of each plane is determined by the width and height of the source image, as well as the specified padding and level of chrominance subsampling. If the chrominance components are subsampled along the horizontal dimension, then the width of the luminance plane is padded to the nearest multiple of 2 in the output image (same goes for the height of the luminance plane, if the chrominance components are subsampled along the vertical dimension.)</p>
|
||||||
<p>NOTE: Technically, the JPEG format uses the YCbCr colorspace, but per the convention of the digital video community, the TurboJPEG API uses "YUV" to refer to an image format consisting of Y, Cb, and Cr image planes.</p>
|
|
||||||
<dl class="params"><dt>Parameters</dt><dd>
|
<dl class="params"><dt>Parameters</dt><dd>
|
||||||
<table class="params">
|
<table class="params">
|
||||||
<tr><td class="paramname">handle</td><td>a handle to a TurboJPEG compressor or transformer instance </td></tr>
|
<tr><td class="paramname">handle</td><td>a handle to a TurboJPEG compressor or transformer instance </td></tr>
|
||||||
|
|||||||
43
turbojpeg.h
43
turbojpeg.h
@@ -42,6 +42,11 @@
|
|||||||
* TurboJPEG API. This API provides an interface for generating, decoding, and
|
* TurboJPEG API. This API provides an interface for generating, decoding, and
|
||||||
* transforming planar YUV and JPEG images in memory.
|
* transforming planar YUV and JPEG images in memory.
|
||||||
*
|
*
|
||||||
|
* @note Technically, the JPEG format uses the YCbCr colorspace (which is
|
||||||
|
* technically not a colorspace but a color transform), but per the convention
|
||||||
|
* of the digital video community, the TurboJPEG API uses "YUV" to refer to an
|
||||||
|
* image format consisting of Y, Cb, and Cr image planes.
|
||||||
|
*
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -59,10 +64,6 @@
|
|||||||
* to produce a smaller image with little perceptible loss of image clarity
|
* to produce a smaller image with little perceptible loss of image clarity
|
||||||
* (the human eye is more sensitive to small changes in brightness than to
|
* (the human eye is more sensitive to small changes in brightness than to
|
||||||
* small changes in color.) This is called "chrominance subsampling".
|
* small changes in color.) This is called "chrominance subsampling".
|
||||||
* <p>
|
|
||||||
* NOTE: Technically, the JPEG format uses the YCbCr colorspace, but per the
|
|
||||||
* convention of the digital video community, the TurboJPEG API uses "YUV" to
|
|
||||||
* refer to an image format consisting of Y, Cb, and Cr image planes.
|
|
||||||
*/
|
*/
|
||||||
enum TJSAMP
|
enum TJSAMP
|
||||||
{
|
{
|
||||||
@@ -89,7 +90,8 @@ enum TJSAMP
|
|||||||
/**
|
/**
|
||||||
* 4:4:0 chrominance subsampling. The JPEG or YUV image will contain one
|
* 4:4:0 chrominance subsampling. The JPEG or YUV image will contain one
|
||||||
* chrominance component for every 1x2 block of pixels in the source image.
|
* chrominance component for every 1x2 block of pixels in the source image.
|
||||||
* Note that 4:4:0 subsampling is not fully accelerated in libjpeg-turbo.
|
*
|
||||||
|
* @note 4:4:0 subsampling is not fully accelerated in libjpeg-turbo.
|
||||||
*/
|
*/
|
||||||
TJSAMP_440,
|
TJSAMP_440,
|
||||||
/**
|
/**
|
||||||
@@ -99,8 +101,9 @@ enum TJSAMP
|
|||||||
* same size as those compressed with 4:2:0 subsampling, and in the
|
* same size as those compressed with 4:2:0 subsampling, and in the
|
||||||
* aggregate, both subsampling methods produce approximately the same
|
* aggregate, both subsampling methods produce approximately the same
|
||||||
* perceptual quality. However, 4:1:1 is better able to reproduce sharp
|
* perceptual quality. However, 4:1:1 is better able to reproduce sharp
|
||||||
* horizontal features. Note that 4:1:1 subsampling is not fully accelerated
|
* horizontal features.
|
||||||
* in libjpeg-turbo.
|
*
|
||||||
|
* @note 4:1:1 subsampling is not fully accelerated in libjpeg-turbo.
|
||||||
*/
|
*/
|
||||||
TJSAMP_411
|
TJSAMP_411
|
||||||
};
|
};
|
||||||
@@ -636,10 +639,11 @@ DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf,
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Compress a YUV planar image into a JPEG image. Note that, if the width or
|
* Compress a YUV planar image into a JPEG image.
|
||||||
* height of the YUV image is not an even multiple of the MCU block size
|
*
|
||||||
* (see #tjMCUWidth and #tjMCUHeight), then an intermediate buffer copy will be
|
* @note If the width or height of the YUV image is not an even multiple of the
|
||||||
* performed within TurboJPEG.
|
* MCU block size (see #tjMCUWidth and #tjMCUHeight), then an intermediate
|
||||||
|
* buffer copy will be performed within TurboJPEG.
|
||||||
*
|
*
|
||||||
* @param handle a handle to a TurboJPEG compressor or transformer instance
|
* @param handle a handle to a TurboJPEG compressor or transformer instance
|
||||||
* @param srcBuf pointer to an image buffer containing a YUV planar image
|
* @param srcBuf pointer to an image buffer containing a YUV planar image
|
||||||
@@ -746,10 +750,6 @@ DLLEXPORT unsigned long DLLCALL tjBufSizeYUV2(int width, int pad, int height,
|
|||||||
* plane is padded to the nearest multiple of 2 in the output image (same goes
|
* plane is padded to the nearest multiple of 2 in the output image (same goes
|
||||||
* for the height of the luminance plane, if the chrominance components are
|
* for the height of the luminance plane, if the chrominance components are
|
||||||
* subsampled along the vertical dimension.)
|
* subsampled along the vertical dimension.)
|
||||||
* <p>
|
|
||||||
* NOTE: Technically, the JPEG format uses the YCbCr colorspace, but per the
|
|
||||||
* convention of the digital video community, the TurboJPEG API uses "YUV" to
|
|
||||||
* refer to an image format consisting of Y, Cb, and Cr image planes.
|
|
||||||
*
|
*
|
||||||
* @param handle a handle to a TurboJPEG compressor or transformer instance
|
* @param handle a handle to a TurboJPEG compressor or transformer instance
|
||||||
* @param srcBuf pointer to an image buffer containing RGB or grayscale pixels
|
* @param srcBuf pointer to an image buffer containing RGB or grayscale pixels
|
||||||
@@ -886,14 +886,11 @@ DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle,
|
|||||||
* Decompress a JPEG image to a YUV planar image. This function performs JPEG
|
* Decompress a JPEG image to a YUV planar image. This function performs JPEG
|
||||||
* decompression but leaves out the color conversion step, so a planar YUV
|
* decompression but leaves out the color conversion step, so a planar YUV
|
||||||
* image is generated instead of an RGB image. The structure of the planes in
|
* image is generated instead of an RGB image. The structure of the planes in
|
||||||
* this image is the same as in the images generated by #tjEncodeYUV3(). Note
|
* this image is the same as in the images generated by #tjEncodeYUV3().
|
||||||
* that, if the width or height of the JPEG image is not an even multiple of
|
*
|
||||||
|
* @note If the width or height of the JPEG image is not an even multiple of
|
||||||
* the MCU block size (see #tjMCUWidth and #tjMCUHeight), then an intermediate
|
* the MCU block size (see #tjMCUWidth and #tjMCUHeight), then an intermediate
|
||||||
* buffer copy will be performed within TurboJPEG.
|
* buffer copy will be performed within TurboJPEG.
|
||||||
* <p>
|
|
||||||
* NOTE: Technically, the JPEG format uses the YCbCr colorspace, but per the
|
|
||||||
* convention of the digital video community, the TurboJPEG API uses "YUV" to
|
|
||||||
* refer to an image format consisting of Y, Cb, and Cr image planes.
|
|
||||||
*
|
*
|
||||||
* @param handle a handle to a TurboJPEG decompressor or transformer instance
|
* @param handle a handle to a TurboJPEG decompressor or transformer instance
|
||||||
* @param jpegBuf pointer to a buffer containing the JPEG image to decompress
|
* @param jpegBuf pointer to a buffer containing the JPEG image to decompress
|
||||||
@@ -940,10 +937,6 @@ DLLEXPORT int DLLCALL tjDecompressToYUV2(tjhandle handle,
|
|||||||
* luminance plane should be padded to the nearest multiple of 2 in the input
|
* luminance plane should be padded to the nearest multiple of 2 in the input
|
||||||
* image (same goes for the height of the luminance plane, if the chrominance
|
* image (same goes for the height of the luminance plane, if the chrominance
|
||||||
* components are subsampled along the vertical dimension.)
|
* components are subsampled along the vertical dimension.)
|
||||||
* <p>
|
|
||||||
* NOTE: Technically, the JPEG format uses the YCbCr colorspace, but per the
|
|
||||||
* convention of the digital video community, the TurboJPEG API uses "YUV" to
|
|
||||||
* refer to an image format consisting of Y, Cb, and Cr image planes.
|
|
||||||
*
|
*
|
||||||
* @param handle a handle to a TurboJPEG decompressor or transformer instance
|
* @param handle a handle to a TurboJPEG decompressor or transformer instance
|
||||||
* @param srcBuf pointer to an image buffer containing a YUV planar image to be
|
* @param srcBuf pointer to an image buffer containing a YUV planar image to be
|
||||||
|
|||||||
Reference in New Issue
Block a user