Home
last modified time | relevance | path

Searched refs:Pdst_ptr (Results 1 – 12 of 12) sorted by relevance

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/
H A Didct.c145 void idct( JPEG_BLOCK_TYPE *data, U8 *Pdst_ptr ) in idct() argument
251 Pdst_ptr[8 * 0] = ( U8 )dcval; in idct()
252 Pdst_ptr[8 * 1] = ( U8 )dcval; in idct()
253 Pdst_ptr[8 * 2] = ( U8 )dcval; in idct()
254 Pdst_ptr[8 * 3] = ( U8 )dcval; in idct()
255 Pdst_ptr[8 * 4] = ( U8 )dcval; in idct()
256 Pdst_ptr[8 * 5] = ( U8 )dcval; in idct()
257 Pdst_ptr[8 * 6] = ( U8 )dcval; in idct()
258 Pdst_ptr[8 * 7] = ( U8 )dcval; in idct()
261 Pdst_ptr++; in idct()
[all …]
H A Djpeg_cmodel.c216 extern void idct( JPEG_BLOCK_TYPE *data, MS_U8 *Pdst_ptr );
485 MS_U8 *Pdst_ptr = gpu8Sample_buf; in JPEG_transform_row() local
495 idct( Psrc_ptr, Pdst_ptr ); in JPEG_transform_row()
497 Pdst_ptr += 64; in JPEG_transform_row()
H A Djidctfst.c261 void jpeg_idct_ifast( JPEG_BLOCK_TYPE *data, U8 *Pdst_ptr ) in jpeg_idct_ifast() argument
274 U8 *outptr = Pdst_ptr; in jpeg_idct_ifast()
H A Djidctint.c241 void jpeg_idct_islow( JPEG_BLOCK_TYPE *data, U8 *Pdst_ptr )
253 U8 *outptr = Pdst_ptr;
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/
H A Didct.c145 void idct( JPEG_BLOCK_TYPE *data, U8 *Pdst_ptr ) in idct() argument
251 Pdst_ptr[8 * 0] = ( U8 )dcval; in idct()
252 Pdst_ptr[8 * 1] = ( U8 )dcval; in idct()
253 Pdst_ptr[8 * 2] = ( U8 )dcval; in idct()
254 Pdst_ptr[8 * 3] = ( U8 )dcval; in idct()
255 Pdst_ptr[8 * 4] = ( U8 )dcval; in idct()
256 Pdst_ptr[8 * 5] = ( U8 )dcval; in idct()
257 Pdst_ptr[8 * 6] = ( U8 )dcval; in idct()
258 Pdst_ptr[8 * 7] = ( U8 )dcval; in idct()
261 Pdst_ptr++; in idct()
[all …]
H A Djpeg_cmodel.c216 extern void idct( JPEG_BLOCK_TYPE *data, MS_U8 *Pdst_ptr );
485 MS_U8 *Pdst_ptr = gpu8Sample_buf; in JPEG_transform_row() local
495 idct( Psrc_ptr, Pdst_ptr ); in JPEG_transform_row()
497 Pdst_ptr += 64; in JPEG_transform_row()
H A Djidctfst.c261 void jpeg_idct_ifast( JPEG_BLOCK_TYPE *data, U8 *Pdst_ptr ) in jpeg_idct_ifast() argument
274 U8 *outptr = Pdst_ptr; in jpeg_idct_ifast()
H A Djidctint.c241 void jpeg_idct_islow( JPEG_BLOCK_TYPE *data, U8 *Pdst_ptr )
253 U8 *outptr = Pdst_ptr;
/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c9243 JPEG_STATIC void msAPI_JPEG_idct( JPEG_BLOCK_TYPE *data, MS_U8 *Pdst_ptr ) in msAPI_JPEG_idct() argument
9344 Pdst_ptr[8 * 0] = ( MS_U8 )dc_val; in msAPI_JPEG_idct()
9350 Pdst_ptr++; in msAPI_JPEG_idct()
9355 Pdst_ptr[8 * 4] = ( MS_U8 )dc_val; in msAPI_JPEG_idct()
9361 Pdst_ptr++; in msAPI_JPEG_idct()
9366 Pdst_ptr[8 * 2] = ( MS_U8 )dc_val; in msAPI_JPEG_idct()
9367 Pdst_ptr[8 * 6] = ( MS_U8 )dc_val; in msAPI_JPEG_idct()
9373 Pdst_ptr++; in msAPI_JPEG_idct()
9378 Pdst_ptr[8 * 1] = ( MS_U8 )dc_val; in msAPI_JPEG_idct()
9379 Pdst_ptr[8 * 5] = ( MS_U8 )dc_val; in msAPI_JPEG_idct()
[all …]
H A DapiJPEG.c9826 JPEG_STATIC void msAPI_JPEG_idct( JPEG_BLOCK_TYPE *data, MS_U8 *Pdst_ptr ) in msAPI_JPEG_idct() argument
9927 Pdst_ptr[8 * 0] = ( MS_U8 )dc_val; in msAPI_JPEG_idct()
9933 Pdst_ptr++; in msAPI_JPEG_idct()
9938 Pdst_ptr[8 * 4] = ( MS_U8 )dc_val; in msAPI_JPEG_idct()
9944 Pdst_ptr++; in msAPI_JPEG_idct()
9949 Pdst_ptr[8 * 2] = ( MS_U8 )dc_val; in msAPI_JPEG_idct()
9950 Pdst_ptr[8 * 6] = ( MS_U8 )dc_val; in msAPI_JPEG_idct()
9956 Pdst_ptr++; in msAPI_JPEG_idct()
9961 Pdst_ptr[8 * 1] = ( MS_U8 )dc_val; in msAPI_JPEG_idct()
9962 Pdst_ptr[8 * 5] = ( MS_U8 )dc_val; in msAPI_JPEG_idct()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c9214 JPEG_STATIC void msAPI_JPEG_idct( JPEG_BLOCK_TYPE *data, MS_U8 *Pdst_ptr ) in msAPI_JPEG_idct() argument
9315 Pdst_ptr[8 * 0] = ( MS_U8 )dc_val; in msAPI_JPEG_idct()
9321 Pdst_ptr++; in msAPI_JPEG_idct()
9326 Pdst_ptr[8 * 4] = ( MS_U8 )dc_val; in msAPI_JPEG_idct()
9332 Pdst_ptr++; in msAPI_JPEG_idct()
9337 Pdst_ptr[8 * 2] = ( MS_U8 )dc_val; in msAPI_JPEG_idct()
9338 Pdst_ptr[8 * 6] = ( MS_U8 )dc_val; in msAPI_JPEG_idct()
9344 Pdst_ptr++; in msAPI_JPEG_idct()
9349 Pdst_ptr[8 * 1] = ( MS_U8 )dc_val; in msAPI_JPEG_idct()
9350 Pdst_ptr[8 * 5] = ( MS_U8 )dc_val; in msAPI_JPEG_idct()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c9201 JPEG_STATIC void msAPI_JPEG_idct( JPEG_BLOCK_TYPE *data, MS_U8 *Pdst_ptr ) in msAPI_JPEG_idct() argument
9302 Pdst_ptr[8 * 0] = ( MS_U8 )dc_val; in msAPI_JPEG_idct()
9308 Pdst_ptr++; in msAPI_JPEG_idct()
9313 Pdst_ptr[8 * 4] = ( MS_U8 )dc_val; in msAPI_JPEG_idct()
9319 Pdst_ptr++; in msAPI_JPEG_idct()
9324 Pdst_ptr[8 * 2] = ( MS_U8 )dc_val; in msAPI_JPEG_idct()
9325 Pdst_ptr[8 * 6] = ( MS_U8 )dc_val; in msAPI_JPEG_idct()
9331 Pdst_ptr++; in msAPI_JPEG_idct()
9336 Pdst_ptr[8 * 1] = ( MS_U8 )dc_val; in msAPI_JPEG_idct()
9337 Pdst_ptr[8 * 5] = ( MS_U8 )dc_val; in msAPI_JPEG_idct()
[all …]