Home
last modified time | relevance | path

Searched refs:_u32Max_blocks_per_row (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c1147 JPEG_STATIC MS_U32 _u32Max_blocks_per_row; variable
3791 _u32Max_blocks_per_row = 0; in JPEG_init()
5358 _u32Max_blocks_per_row = gu16Max_mcus_per_row * _u16Max_blocks_per_mcu; in JPEG_init_frame()
5361 if ( _u32Max_blocks_per_row > JPEG_MAXBLOCKSPERROW ) in JPEG_init_frame()
5373 q = ( MS_U8 * )JPEG_alloc( _u32Max_blocks_per_row * 64 * sizeof( JPEG_BLOCK_TYPE ) + 8 ); in JPEG_init_frame()
5384 for ( i = 0; i < _u32Max_blocks_per_row; i++ ) in JPEG_init_frame()
5389 for ( i = 0; i < _u32Max_blocks_per_row; i++ ) in JPEG_init_frame()
5394 …gpu8Sample_buf = ( MS_U8 * )( ( ( MS_U32 )JPEG_alloc( _u32Max_blocks_per_row * 64 + 8 ) + 7 ) & ~7… in JPEG_init_frame()
5406 q = ( MS_U8 * )JPEG_alloc( _u32Max_blocks_per_row * 64 * sizeof( JPEG_BLOCK_TYPE ) + 8 ); in JPEG_init_frame()
5415 for ( i = 0; i < _u32Max_blocks_per_row; i++ ) in JPEG_init_frame()
[all …]
H A DapiJPEG.c657 MS_U32 _u32Max_blocks_per_row[E_NJPD_NJPD_TOTAL]; member
999 JPEG_STATIC MS_U32 _u32Max_blocks_per_row[E_NJPD_NJPD_TOTAL];
3896 pNJPEGContext->_u32Max_blocks_per_row[pNJPEGContext->eNJPDNum] = 0; in JPEG_init()
5335 …pNJPEGContext->_u32Max_blocks_per_row[pNJPEGContext->eNJPDNum] = pNJPEGContext->gu16Max_mcus_per_r… in JPEG_init_frame()
5338 if ( pNJPEGContext->_u32Max_blocks_per_row[pNJPEGContext->eNJPDNum] > JPEG_MAXBLOCKSPERROW ) in JPEG_init_frame()
5349 …q = ( MS_U8 * )JPEG_alloc( pNJPEGContext->_u32Max_blocks_per_row[pNJPEGContext->eNJPDNum] * 64 * s… in JPEG_init_frame()
5358 for ( i = 0; i < pNJPEGContext->_u32Max_blocks_per_row[pNJPEGContext->eNJPDNum]; i++ ) in JPEG_init_frame()
5363 for ( i = 0; i < pNJPEGContext->_u32Max_blocks_per_row[pNJPEGContext->eNJPDNum]; i++ ) in JPEG_init_frame()
5368 …ample_buf = ( MS_U8 * )( ( ( MS_VIRT )JPEG_alloc( pNJPEGContext->_u32Max_blocks_per_row[pNJPEGCont… in JPEG_init_frame()
7530 …pNJPEGContext->_u32Max_blocks_per_row[pNJPEGContext->eNJPDNum] = _u16PaddingMcuNumber* pNJPEGConte… in _MApi_JPEG_DecodeHdr()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c1132 JPEG_STATIC MS_U32 _u32Max_blocks_per_row; variable
3783 _u32Max_blocks_per_row = 0; in JPEG_init()
5353 _u32Max_blocks_per_row = gu16Max_mcus_per_row * _u16Max_blocks_per_mcu; in JPEG_init_frame()
5356 if ( _u32Max_blocks_per_row > JPEG_MAXBLOCKSPERROW ) in JPEG_init_frame()
5368 q = ( MS_U8 * )JPEG_alloc( _u32Max_blocks_per_row * 64 * sizeof( JPEG_BLOCK_TYPE ) + 8 ); in JPEG_init_frame()
5379 for ( i = 0; i < _u32Max_blocks_per_row; i++ ) in JPEG_init_frame()
5384 for ( i = 0; i < _u32Max_blocks_per_row; i++ ) in JPEG_init_frame()
5389 …gpu8Sample_buf = ( MS_U8 * )( ( ( MS_U32 )JPEG_alloc( _u32Max_blocks_per_row * 64 + 8 ) + 7 ) & ~7… in JPEG_init_frame()
5401 q = ( MS_U8 * )JPEG_alloc( _u32Max_blocks_per_row * 64 * sizeof( JPEG_BLOCK_TYPE ) + 8 ); in JPEG_init_frame()
5410 for ( i = 0; i < _u32Max_blocks_per_row; i++ ) in JPEG_init_frame()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c1157 JPEG_STATIC MS_U32 _u32Max_blocks_per_row; variable
3738 _u32Max_blocks_per_row = 0; in JPEG_init()
5308 _u32Max_blocks_per_row = gu16Max_mcus_per_row * _u16Max_blocks_per_mcu; in JPEG_init_frame()
5311 if ( _u32Max_blocks_per_row > JPEG_MAXBLOCKSPERROW ) in JPEG_init_frame()
5323 q = ( MS_U8 * )JPEG_alloc( _u32Max_blocks_per_row * 64 * sizeof( JPEG_BLOCK_TYPE ) + 8 ); in JPEG_init_frame()
5334 for ( i = 0; i < _u32Max_blocks_per_row; i++ ) in JPEG_init_frame()
5339 for ( i = 0; i < _u32Max_blocks_per_row; i++ ) in JPEG_init_frame()
5344 …gpu8Sample_buf = ( MS_U8 * )( ( ( MS_U32 )JPEG_alloc( _u32Max_blocks_per_row * 64 + 8 ) + 7 ) & ~7… in JPEG_init_frame()
5356 q = ( MS_U8 * )JPEG_alloc( _u32Max_blocks_per_row * 64 * sizeof( JPEG_BLOCK_TYPE ) + 8 ); in JPEG_init_frame()
5365 for ( i = 0; i < _u32Max_blocks_per_row; i++ ) in JPEG_init_frame()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/
H A Djpeg_cmodel.c173 extern MS_U32 _u32Max_blocks_per_row;
488 for ( i = _u32Max_blocks_per_row; i > 0; i-- ) in JPEG_transform_row()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/
H A Djpeg_cmodel.c173 extern MS_U32 _u32Max_blocks_per_row;
488 for ( i = _u32Max_blocks_per_row; i > 0; i-- ) in JPEG_transform_row()