Searched refs:tmpIn (Results 1 – 2 of 2) sorted by relevance
/external/lz4/lib/ |
D | lz4frame.c | 272 BYTE* tmpIn; /* starting position of data compress within internal buffer (>= tmpBuff) */ member 739 cctxPtr->tmpIn = cctxPtr->tmpBuff; in LZ4F_compressBegin_usingCDict() 968 memcpy(cctxPtr->tmpIn + cctxPtr->tmpInSize, srcBuffer, srcSize); in LZ4F_compressUpdateImpl() 975 memcpy(cctxPtr->tmpIn + cctxPtr->tmpInSize, srcBuffer, sizeToCopy); in LZ4F_compressUpdateImpl() 979 cctxPtr->tmpIn, blockSize, in LZ4F_compressUpdateImpl() 983 if (cctxPtr->prefs.frameInfo.blockMode==LZ4F_blockLinked) cctxPtr->tmpIn += blockSize; in LZ4F_compressUpdateImpl() 1014 …cctxPtr->tmpIn = cctxPtr->tmpBuff; /* src is stable : dictionary remains in src across invocation… in LZ4F_compressUpdateImpl() 1018 cctxPtr->tmpIn = cctxPtr->tmpBuff + realDictSize; in LZ4F_compressUpdateImpl() 1024 …&& (cctxPtr->tmpIn + blockSize) > (cctxPtr->tmpBuff + cctxPtr->maxBufferSize) ) /* not enough roo… in LZ4F_compressUpdateImpl() 1029 cctxPtr->tmpIn = cctxPtr->tmpBuff + realDictSize; in LZ4F_compressUpdateImpl() [all …]
|
/external/pdfium/third_party/libopenjpeg/ |
D | dwt.c | 1116 void* tmpIn, in opj_dwt_encode_and_deinterleave_h_one_row() argument 1121 OPJ_INT32* OPJ_RESTRICT tmp = (OPJ_INT32*)tmpIn; in opj_dwt_encode_and_deinterleave_h_one_row() 1170 void* tmpIn, in opj_dwt_encode_and_deinterleave_h_one_row_real() argument 1175 OPJ_FLOAT32* OPJ_RESTRICT tmp = (OPJ_FLOAT32*)tmpIn; in opj_dwt_encode_and_deinterleave_h_one_row_real() 1347 void *tmpIn, in opj_dwt_encode_and_deinterleave_v() argument 1354 OPJ_INT32* OPJ_RESTRICT tmp = (OPJ_INT32 * OPJ_RESTRICT)tmpIn; in opj_dwt_encode_and_deinterleave_v() 1358 opj_dwt_fetch_cols_vertical_pass(arrayIn, tmpIn, height, stride_width, cols); in opj_dwt_encode_and_deinterleave_v() 1657 void *tmpIn, in opj_dwt_encode_and_deinterleave_v_real() argument 1664 OPJ_FLOAT32* OPJ_RESTRICT tmp = (OPJ_FLOAT32 * OPJ_RESTRICT)tmpIn; in opj_dwt_encode_and_deinterleave_v_real() 1673 opj_dwt_fetch_cols_vertical_pass(arrayIn, tmpIn, height, stride_width, cols); in opj_dwt_encode_and_deinterleave_v_real()
|