Go to the source code of this file.
Functions | |
void | getSubImagesChroma (ImageParameters *p_Img, InputParameters *p_Inp, StorablePicture *s) |
Definition in file img_chroma.h.
void getSubImagesChroma | ( | ImageParameters * | p_Img, | |
InputParameters * | p_Inp, | |||
StorablePicture * | s | |||
) |
Creates the 16 (YUV444), 32 (YUV422), or 64 (YUV420) sub-images that contain quarter-pel samples sub-sampled at different spatial orientationss; enables more efficient implementation.
Definition at line 387 of file img_chroma.c.
References generateChroma00(), generateChroma01(), generateChroma10(), generateChromaXX(), storable_picture::imgUV, storable_picture::p_img_sub, YUV420, and YUV422.
Referenced by UnifiedOneForthPix().