Searched refs:lStride (Results 1 – 2 of 2) sorted by relevance
121 OPJ_UINT32 lStride = nb_compo-1; in opj_lupDecompose() local190 lDestMatrix -= lStride; in opj_lupDecompose()198 --lStride; in opj_lupDecompose()217 OPJ_UINT32 lStride = nb_compo+1; in opj_lupSolve() local264 lLineMatrix -= lStride; in opj_lupSolve()
1454 LONG lStride = 0; in GetDefaultStride() local1457 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()