Home
last modified time | relevance | path

Searched refs:gpu8Sample_buf (Results 1 – 10 of 10) sorted by relevance

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/
H A Djpeg_cmodel.c485 MS_U8 *Pdst_ptr = gpu8Sample_buf; in JPEG_transform_row()
656 MS_U8 *s = gpu8Sample_buf + row * 8; in JPEG_CMODEL_H1V1Convert()
684 MS_U8 *y = gpu8Sample_buf + row * 8; in JPEG_CMODEL_H4V1Convert()
685 MS_U8 *c = gpu8Sample_buf + 4 * 64 + row * 8; in JPEG_CMODEL_H4V1Convert()
730 MS_U8 *y = gpu8Sample_buf + row * 8; in JPEG_CMODEL_H2V1Convert()
731 MS_U8 *c = gpu8Sample_buf + 2 * 64 + row * 8; in JPEG_CMODEL_H2V1Convert()
782 y = gpu8Sample_buf + row * 8; in JPEG_CMODEL_H1V2Convert()
786 y = gpu8Sample_buf + 64 * 1 + ( row & 7 ) * 8; in JPEG_CMODEL_H1V2Convert()
789 c = gpu8Sample_buf + 64 * 2 + ( row >> 1 ) * 8; in JPEG_CMODEL_H1V2Convert()
826 MS_U8 *s = gpu8Sample_buf + row * 8; in JPEG_CMODEL_GrayConvert()
H A Dh2v2.c125 y = gpu8Sample_buf + row * 8; in msAPI_JPEG_H2V2Convert()
129 y = gpu8Sample_buf + 64 * 2 + ( row & 7 ) * 8; in msAPI_JPEG_H2V2Convert()
132 c = gpu8Sample_buf + 64 * 4 + ( row >> 1 ) * 8; in msAPI_JPEG_H2V2Convert()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/
H A Djpeg_cmodel.c485 MS_U8 *Pdst_ptr = gpu8Sample_buf; in JPEG_transform_row()
656 MS_U8 *s = gpu8Sample_buf + row * 8; in JPEG_CMODEL_H1V1Convert()
684 MS_U8 *y = gpu8Sample_buf + row * 8; in JPEG_CMODEL_H4V1Convert()
685 MS_U8 *c = gpu8Sample_buf + 4 * 64 + row * 8; in JPEG_CMODEL_H4V1Convert()
730 MS_U8 *y = gpu8Sample_buf + row * 8; in JPEG_CMODEL_H2V1Convert()
731 MS_U8 *c = gpu8Sample_buf + 2 * 64 + row * 8; in JPEG_CMODEL_H2V1Convert()
782 y = gpu8Sample_buf + row * 8; in JPEG_CMODEL_H1V2Convert()
786 y = gpu8Sample_buf + 64 * 1 + ( row & 7 ) * 8; in JPEG_CMODEL_H1V2Convert()
789 c = gpu8Sample_buf + 64 * 2 + ( row >> 1 ) * 8; in JPEG_CMODEL_H1V2Convert()
826 MS_U8 *s = gpu8Sample_buf + row * 8; in JPEG_CMODEL_GrayConvert()
H A Dh2v2.c125 y = gpu8Sample_buf + row * 8; in msAPI_JPEG_H2V2Convert()
129 y = gpu8Sample_buf + 64 * 2 + ( row & 7 ) * 8; in msAPI_JPEG_H2V2Convert()
132 c = gpu8Sample_buf + 64 * 4 + ( row >> 1 ) * 8; in msAPI_JPEG_H2V2Convert()
/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c1258 MS_U8 *gpu8Sample_buf; variable
3836 gpu8Sample_buf = NULL; in JPEG_init()
3841 gpu8Sample_buf = NULL; in JPEG_init()
5394gpu8Sample_buf = ( MS_U8 * )( ( ( MS_U32 )JPEG_alloc( _u32Max_blocks_per_row * 64 + 8 ) + 7 ) & ~7… in JPEG_init_frame()
5395 if(gpu8Sample_buf == NULL) in JPEG_init_frame()
5425gpu8Sample_buf = ( MS_U8 * )( ( ( MS_U32 )JPEG_alloc( _u32Max_blocks_per_row * 64 + 8 ) + 7 ) & ~7… in JPEG_init_frame()
5426 if(gpu8Sample_buf == NULL) in JPEG_init_frame()
9501 MS_U8 *Pdst_ptr = gpu8Sample_buf; in msAPI_JPEG_Idct_CMYKConvert()
9635 MS_U8 *Pdst_ptr = gpu8Sample_buf; in msAPI_JPEG_Idct_RGBConvert()
H A DapiJPEG.c725 MS_U8 *gpu8Sample_buf; member
1101 MS_U8 *gpu8Sample_buf;
3932 pNJPEGContext->gpu8Sample_buf = NULL; in JPEG_init()
5368 …pNJPEGContext->gpu8Sample_buf = ( MS_U8 * )( ( ( MS_VIRT )JPEG_alloc( pNJPEGContext->_u32Max_block… in JPEG_init_frame()
5369 if(pNJPEGContext->gpu8Sample_buf == NULL) in JPEG_init_frame()
10084 MS_U8 *Pdst_ptr = pNJPEGContext->gpu8Sample_buf; in msAPI_JPEG_Idct_CMYKConvert()
10218 MS_U8 *Pdst_ptr = pNJPEGContext->gpu8Sample_buf; in msAPI_JPEG_Idct_RGBConvert()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c1242 MS_U8 *gpu8Sample_buf; variable
3828 gpu8Sample_buf = NULL; in JPEG_init()
3833 gpu8Sample_buf = NULL; in JPEG_init()
5389gpu8Sample_buf = ( MS_U8 * )( ( ( MS_U32 )JPEG_alloc( _u32Max_blocks_per_row * 64 + 8 ) + 7 ) & ~7… in JPEG_init_frame()
5390 if(gpu8Sample_buf == NULL) in JPEG_init_frame()
5420gpu8Sample_buf = ( MS_U8 * )( ( ( MS_U32 )JPEG_alloc( _u32Max_blocks_per_row * 64 + 8 ) + 7 ) & ~7… in JPEG_init_frame()
5421 if(gpu8Sample_buf == NULL) in JPEG_init_frame()
9472 MS_U8 *Pdst_ptr = gpu8Sample_buf; in msAPI_JPEG_Idct_CMYKConvert()
9606 MS_U8 *Pdst_ptr = gpu8Sample_buf; in msAPI_JPEG_Idct_RGBConvert()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/
H A Djpeg_cmodel.h117 MS_U8 *gpu8Sample_buf; variable
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/inc/
H A Djpeg_cmodel.h117 MS_U8 *gpu8Sample_buf; variable
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c1268 MS_U8 *gpu8Sample_buf; variable
3783 gpu8Sample_buf = NULL; in JPEG_init()
3788 gpu8Sample_buf = NULL; in JPEG_init()
5344gpu8Sample_buf = ( MS_U8 * )( ( ( MS_U32 )JPEG_alloc( _u32Max_blocks_per_row * 64 + 8 ) + 7 ) & ~7… in JPEG_init_frame()
5345 if(gpu8Sample_buf == NULL) in JPEG_init_frame()
5375gpu8Sample_buf = ( MS_U8 * )( ( ( MS_U32 )JPEG_alloc( _u32Max_blocks_per_row * 64 + 8 ) + 7 ) & ~7… in JPEG_init_frame()
5376 if(gpu8Sample_buf == NULL) in JPEG_init_frame()
9459 MS_U8 *Pdst_ptr = gpu8Sample_buf; in msAPI_JPEG_Idct_CMYKConvert()
9593 MS_U8 *Pdst_ptr = gpu8Sample_buf; in msAPI_JPEG_Idct_RGBConvert()