OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ui32YLimit
(Results
1 - 6
of
6
) sorted by null
/hardware/intel/img/psb_video/src/
tng_jpegES.h
87
IMG_UINT32
ui32YLimit
; //!< Blocks will not be encoded beyond this
tng_jpegES.c
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
);
[
all
...]
pnw_hostjpeg.h
329
// IMG_UINT32
ui32YLimit
; /* Blocks will not be encoded beyond this */
469
IMG_UINT32
ui32YLimit
; //!< Blocks will not be encoded beyond this
pnw_hostjpeg.c
580
pMCUComp->
ui32YLimit
= uiLastRow;
[
all
...]
tng_enc_trace.c
271
drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t
ui32YLimit
=%d\n",data->MCUComponent[i].
ui32YLimit
);
[
all
...]
tng_trace.c
136
drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t
ui32YLimit
=%d\n",data->MCUComponent[i].
ui32YLimit
);
[
all
...]
Completed in 38 milliseconds