Searched refs:yArr (Results 1 – 1 of 1) sorted by relevance
155 JSAMPROW* volatile yArr = nullptr; in Compress() local189 safeDeleteArray(yArr); in Compress()264 yArr = new JSAMPROW[cinfo.comp_info[0].v_samp_factor * DCTSIZE]; in Compress()268 imgArr[0] = const_cast<JSAMPARRAY>(yArr); in Compress()278 yArr[row] = yData[row]; in Compress()296 safeDeleteArray(yArr); in Compress()