Searched refs:U_Plane (Results 1 – 2 of 2) sorted by relevance
134 U_Plane = NULL; in Decoder_libjpeg()150 if (U_Plane) { in release()151 free(U_Plane); in release()152 U_Plane = NULL; in release()225 …if (U_Plane == NULL)U_Plane = (unsigned char **)malloc(cinfo.output_height * sizeof(unsigned char … in decode()231 YUV_Planes[1] = U_Plane; in decode()
47 unsigned char **U_Plane; variable