Home | History | Annotate | Download | only in src

Lines Matching refs:ui32YLimit

380         pJPEGContext->MCUComponent[0].ui32YLimit = ui16_height;
385 pJPEGContext->MCUComponent[1].ui32YLimit = ui16_height >> 1;
390 pJPEGContext->MCUComponent[2].ui32YLimit = ui16_height >> 1;
405 pJPEGContext->MCUComponent[2].ui32YLimit =
416 (pJPEGContext->MCUComponent[0].ui32YLimit +
552 pJPEGContext->pMTXSetup->ComponentPlane[0].ui32Height = pJPEGContext->MCUComponent[0].ui32YLimit;
553 pJPEGContext->pMTXSetup->ComponentPlane[1].ui32Height = pJPEGContext->MCUComponent[0].ui32YLimit / 2;
554 pJPEGContext->pMTXSetup->ComponentPlane[2].ui32Height = pJPEGContext->MCUComponent[0].ui32YLimit / 2;
609 pJPEGContext->pMTXSetup->MCUComponent[i].ui32YLimit);