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