Searched refs:cropoffsety (Results 1 – 1 of 1) sorted by relevance
86 int cropoffsety = srcLscHeight / 2 - dstHeight / 2; in convertLscTableParameter() local90 if (cropoffsety % 2 != 0) in convertLscTableParameter()91 cropoffsety = cropoffsety -1; in convertLscTableParameter()96 …memcpy(corTable_crop + i * dstWidth, corTable + (cropoffsety + i)*srcLscWidth + cropoffsetx, dstWi… in convertLscTableParameter()