OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCUComponent
(Results
1 - 6
of
6
) sorted by null
/hardware/intel/img/psb_video/src/
tng_jpegES.c
377
pJPEGContext->
MCUComponent
[0].ui32WidthBlocks = 16;
378
pJPEGContext->
MCUComponent
[0].ui32HeightBlocks = 16;
379
pJPEGContext->
MCUComponent
[0].ui32XLimit = ui16_width;
380
pJPEGContext->
MCUComponent
[0].ui32YLimit = ui16_height;
382
pJPEGContext->
MCUComponent
[1].ui32WidthBlocks = 8;
383
pJPEGContext->
MCUComponent
[1].ui32HeightBlocks = 8;
384
pJPEGContext->
MCUComponent
[1].ui32XLimit = ui16_width >> 1;
385
pJPEGContext->
MCUComponent
[1].ui32YLimit = ui16_height >> 1;
387
pJPEGContext->
MCUComponent
[2].ui32WidthBlocks = 8;
388
pJPEGContext->
MCUComponent
[2].ui32HeightBlocks = 8
[
all
...]
tng_jpegES.h
89
}
MCUCOMPONENT
;
94
MCUCOMPONENT
MCUComponent
[MTX_MAX_COMPONENTS]; //!< Array of Minimum Coded Unit information for each component plane
180
MCUCOMPONENT
MCUComponent
[MTX_MAX_COMPONENTS];
pnw_hostjpeg.c
569
MCUCOMPONENT
* pMCUComp;
574
pMCUComp = &pContext->pMTXSetup->
MCUComponent
[uiComponentNumber];
[
all
...]
tng_enc_trace.c
265
drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t
MCUComponent
{\n");
268
drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t\t ui32WidthBlocks=%d",data->
MCUComponent
[i].ui32WidthBlocks);
269
drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32HeightBlocks=%d",data->
MCUComponent
[i].ui32HeightBlocks);
270
drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32XLimit=%d\n",data->
MCUComponent
[i].ui32XLimit);
271
drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32YLimit=%d\n",data->
MCUComponent
[i].ui32YLimit);
[
all
...]
pnw_hostjpeg.h
330
//}
MCUCOMPONENT
;
344
//
MCUCOMPONENT
MCUComponent
[MTX_MAX_COMPONENTS];
471
}
MCUCOMPONENT
;
503
MCUCOMPONENT
MCUComponent
[MTX_MAX_COMPONENTS]; //!< Array of Minimum Coded Unit information for each component plane
tng_trace.c
130
drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t
MCUComponent
{\n");
133
drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t\t ui32WidthBlocks=%d",data->
MCUComponent
[i].ui32WidthBlocks);
134
drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32HeightBlocks=%d",data->
MCUComponent
[i].ui32HeightBlocks);
135
drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32XLimit=%d\n",data->
MCUComponent
[i].ui32XLimit);
136
drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32YLimit=%d\n",data->
MCUComponent
[i].ui32YLimit);
[
all
...]
Completed in 3590 milliseconds