Home
last modified time | relevance | path

Searched refs:S16 (Results 1 – 25 of 36) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/
H A Didct.c163 S16 dcval = ( S16 )( dataptr[0] << PASS1_BITS ); in idct()
222 wsptr[0] = ( S16 )DESCALE( tmp10 + tmp3, CONST_BITS - PASS1_BITS ); in idct()
223 wsptr[7] = ( S16 )DESCALE( tmp10 - tmp3, CONST_BITS - PASS1_BITS ); in idct()
224 wsptr[1] = ( S16 )DESCALE( tmp11 + tmp2, CONST_BITS - PASS1_BITS ); in idct()
225 wsptr[6] = ( S16 )DESCALE( tmp11 - tmp2, CONST_BITS - PASS1_BITS ); in idct()
226 wsptr[2] = ( S16 )DESCALE( tmp12 + tmp1, CONST_BITS - PASS1_BITS ); in idct()
227 wsptr[5] = ( S16 )DESCALE( tmp12 - tmp1, CONST_BITS - PASS1_BITS ); in idct()
228 wsptr[3] = ( S16 )DESCALE( tmp13 + tmp0, CONST_BITS - PASS1_BITS ); in idct()
229 wsptr[4] = ( S16 )DESCALE( tmp13 - tmp0, CONST_BITS - PASS1_BITS ); in idct()
238 S16 i; in idct()
[all …]
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/
H A Didct.c163 S16 dcval = ( S16 )( dataptr[0] << PASS1_BITS ); in idct()
222 wsptr[0] = ( S16 )DESCALE( tmp10 + tmp3, CONST_BITS - PASS1_BITS ); in idct()
223 wsptr[7] = ( S16 )DESCALE( tmp10 - tmp3, CONST_BITS - PASS1_BITS ); in idct()
224 wsptr[1] = ( S16 )DESCALE( tmp11 + tmp2, CONST_BITS - PASS1_BITS ); in idct()
225 wsptr[6] = ( S16 )DESCALE( tmp11 - tmp2, CONST_BITS - PASS1_BITS ); in idct()
226 wsptr[2] = ( S16 )DESCALE( tmp12 + tmp1, CONST_BITS - PASS1_BITS ); in idct()
227 wsptr[5] = ( S16 )DESCALE( tmp12 - tmp1, CONST_BITS - PASS1_BITS ); in idct()
228 wsptr[3] = ( S16 )DESCALE( tmp13 + tmp0, CONST_BITS - PASS1_BITS ); in idct()
229 wsptr[4] = ( S16 )DESCALE( tmp13 - tmp0, CONST_BITS - PASS1_BITS ); in idct()
238 S16 i; in idct()
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/include/
H A Ddatatype.h288 typedef signed short S16; typedef
302 typedef S16 FAST_S8;
303 typedef S16 FAST_S16;
336 typedef signed short S16; typedef
350 typedef S16 FAST_S8;
351 typedef S16 FAST_S16;
441 #define Data16 S16
548 typedef S16 BMPHANDLE;
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/
H A Djpeg_cmodel_def.h243 typedef signed short S16; typedef
259 typedef S16 MS_S16;
309 #define Data16 S16
468 typedef S16 BMPHANDLE;
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/inc/
H A Djpeg_cmodel_def.h243 typedef signed short S16; typedef
259 typedef S16 MS_S16;
309 #define Data16 S16
468 typedef S16 BMPHANDLE;
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/
H A DUsbHostDataDef.h97 #ifndef S16
98 #define S16 signed int macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUsbcommon.h143 #ifndef S16
144 #define S16 MS_S16 macro
/utopia/UTPA2-700.0.x/modules/mfc/hal/manhattan/mfc/
H A Dmdrv_mfc_st.h122 S16 ucIndex;
123 S16 ucValue;
H A Dmdrv_mfc_platform.h135 #define S16 MS_S16 macro
/utopia/UTPA2-700.0.x/modules/mfc/hal/macan/mfc/
H A Dmdrv_mfc_st.h122 S16 ucIndex;
123 S16 ucValue;
H A Dmdrv_mfc_platform.h135 #define S16 MS_S16 macro
/utopia/UTPA2-700.0.x/modules/mfc/hal/maserati/mfc/
H A Dmdrv_mfc_st.h122 S16 ucIndex;
123 S16 ucValue;
H A Dmdrv_mfc_platform.h135 #define S16 MS_S16 macro
/utopia/UTPA2-700.0.x/modules/mfc/hal/M7621/mfc/
H A Dmdrv_mfc_st.h122 S16 ucIndex;
123 S16 ucValue;
H A Dmdrv_mfc_platform.h135 #define S16 MS_S16 macro
/utopia/UTPA2-700.0.x/modules/mfc/hal/M7821/mfc/
H A Dmdrv_mfc_st.h122 S16 ucIndex;
123 S16 ucValue;
H A Dmdrv_mfc_platform.h135 #define S16 MS_S16 macro
/utopia/UTPA2-700.0.x/modules/mfc/hal/maxim/mfc/
H A Dmdrv_mfc_st.h122 S16 ucIndex;
123 S16 ucValue;
H A Dmdrv_mfc_platform.h135 #define S16 MS_S16 macro
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiGPD.h170 #if !defined(S16)
171 #define S16 MS_S16 macro
H A DdrvUsbcommon.h142 #ifndef S16
143 #define S16 MS_S16 macro
H A DdrvMFC.h143 #define S16 MS_S16 macro
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvUsbcommon.h142 #ifndef S16
143 #define S16 MS_S16 macro
H A DdrvMFC.h143 #define S16 MS_S16 macro
/utopia/UTPA2-700.0.x/projects/tools/gr/
H A Dmdrv_types.h16 typedef signed short S16; // 2 bytes typedef

12