Add note regarding the fact that 4:4:0 lacks full SIMD support; Add an option for benchmarking 4:4:0 subsampling in tjbench.

This commit is contained in:
DRC
2013-08-18 09:15:37 +00:00
parent 458a2dd64e
commit b34b2ad711
12 changed files with 18 additions and 14 deletions

View File

@@ -85,6 +85,8 @@ enum TJSAMP
/**
* 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.
* Note that 4:4:0 subsampling is not fully accelerated in the libjpeg-turbo
* implementation of TurboJPEG.
*/
TJSAMP_440
};