Home
last modified time | relevance | path

Searched refs:lStride (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dinvert.c121 OPJ_UINT32 lStride = nb_compo-1; in opj_lupDecompose() local
190 lDestMatrix -= lStride; in opj_lupDecompose()
198 --lStride; in opj_lupDecompose()
217 OPJ_UINT32 lStride = nb_compo+1; in opj_lupSolve() local
264 lLineMatrix -= lStride; in opj_lupSolve()
/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
DOcvTransform.cpp1454 LONG lStride = 0; in GetDefaultStride() local
1457 HRESULT hr = pType->GetUINT32(MF_MT_DEFAULT_STRIDE, (UINT32*)&lStride); in GetDefaultStride()
1476 lStride = width; in GetDefaultStride()
1480 lStride = ((width * 2) + 3) & ~3; in GetDefaultStride()
1491 (void)pType->SetUINT32(MF_MT_DEFAULT_STRIDE, UINT32(lStride)); in GetDefaultStride()
1496 *plStride = lStride; in GetDefaultStride()