Searched refs:decodedCols (Results 1 – 1 of 1) sorted by relevance
602 uint32_t decodedCols = outputIndex % gridInfo_.cols; in AssembleOutput() local603 uint32_t dirtyWidth = CalculateDirtyLen(dst.stride, src.stride, gridInfo_.cols, decodedCols); in AssembleOutput()605 dst.yOffset = decodedRows * dst.stride * gridInfo_.tileHeight + decodedCols * src.stride; in AssembleOutput()607 decodedCols * src.stride; in AssembleOutput()