Searched refs:V_Plane (Results 1 – 2 of 2) sorted by relevance
135 V_Plane = NULL; in Decoder_libjpeg()154 if (V_Plane) { in release()155 free(V_Plane); in release()156 V_Plane = NULL; in release()226 …if (V_Plane == NULL)V_Plane = (unsigned char **)malloc(cinfo.output_height * sizeof(unsigned char … in decode()232 YUV_Planes[2] = V_Plane; in decode()
48 unsigned char **V_Plane; variable