Searched refs:_u32Max_blocks_per_row (Results 1 – 6 of 6) sorted by relevance
1147 JPEG_STATIC MS_U32 _u32Max_blocks_per_row; variable3791 _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 …]
657 MS_U32 _u32Max_blocks_per_row[E_NJPD_NJPD_TOTAL]; member999 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 …]
1132 JPEG_STATIC MS_U32 _u32Max_blocks_per_row; variable3783 _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 …]
1157 JPEG_STATIC MS_U32 _u32Max_blocks_per_row; variable3738 _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 …]
173 extern MS_U32 _u32Max_blocks_per_row;488 for ( i = _u32Max_blocks_per_row; i > 0; i-- ) in JPEG_transform_row()