OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ui32XLimit
(Results
1 - 6
of
6
) sorted by null
/hardware/intel/img/psb_video/src/
tng_jpegES.h
86
IMG_UINT32
ui32XLimit
; //!< Blocks will not be encoded beyond this
tng_jpegES.c
379
pJPEGContext->MCUComponent[0].
ui32XLimit
= ui16_width;
384
pJPEGContext->MCUComponent[1].
ui32XLimit
= ui16_width >> 1;
389
pJPEGContext->MCUComponent[2].
ui32XLimit
= ui16_width >> 1;
402
pJPEGContext->MCUComponent[1].
ui32XLimit
+=
403
pJPEGContext->MCUComponent[2].
ui32XLimit
;
404
pJPEGContext->MCUComponent[2].
ui32XLimit
=
412
(pJPEGContext->MCUComponent[0].
ui32XLimit
+
608
pJPEGContext->pMTXSetup->MCUComponent[i].
ui32XLimit
,
[
all
...]
pnw_hostjpeg.h
328
// IMG_UINT32
ui32XLimit
; /* Blocks will not be encoded beyond this */
468
IMG_UINT32
ui32XLimit
; //!< Blocks will not be encoded beyond this
pnw_hostjpeg.c
579
pMCUComp->
ui32XLimit
= uiLastCol;
[
all
...]
tng_enc_trace.c
270
drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t
ui32XLimit
=%d\n",data->MCUComponent[i].
ui32XLimit
);
[
all
...]
tng_trace.c
135
drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t
ui32XLimit
=%d\n",data->MCUComponent[i].
ui32XLimit
);
[
all
...]
Completed in 110 milliseconds