Searched refs:crArr (Results 1 – 1 of 1) sorted by relevance
157 JSAMPROW* volatile crArr = nullptr; in Compress() local191 safeDeleteArray(crArr); in Compress()266 crArr = new JSAMPROW[cinfo.comp_info[2].v_samp_factor * DCTSIZE]; in Compress()270 imgArr[2] = const_cast<JSAMPARRAY>(crArr); in Compress()282 crArr[row] = crData[row]; in Compress()298 safeDeleteArray(crArr); in Compress()