Home
last modified time | relevance | path

Searched refs:t11 (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG_OJPD.c9246 MS_S32 t10, t11, t12, t13; in msAPI_JPEG_idct() local
9289 t11 = t1 + t2; in msAPI_JPEG_idct()
9321 wsptr[1] = ( MS_S16 )DESCALE( t11 + t2, 13 - 2 ); in msAPI_JPEG_idct()
9326 wsptr[6] = ( MS_S16 )DESCALE( t11 - t2, 13 - 2 ); in msAPI_JPEG_idct()
9400 t11 = t1 + t2; in msAPI_JPEG_idct()
9461 i = ( MS_S16 )DESCALE( t11 - t2, 13 + 2 + 3 ) + 128; in msAPI_JPEG_idct()
9474 i = ( MS_S16 )DESCALE( t11 + t2, 13 + 2 + 3 ) + 128; in msAPI_JPEG_idct()
H A DapiJPEG.c9829 MS_S32 t10, t11, t12, t13; in msAPI_JPEG_idct() local
9872 t11 = t1 + t2; in msAPI_JPEG_idct()
9904 wsptr[1] = ( MS_S16 )DESCALE( t11 + t2, 13 - 2 ); in msAPI_JPEG_idct()
9909 wsptr[6] = ( MS_S16 )DESCALE( t11 - t2, 13 - 2 ); in msAPI_JPEG_idct()
9983 t11 = t1 + t2; in msAPI_JPEG_idct()
10044 i = ( MS_S16 )DESCALE( t11 - t2, 13 + 2 + 3 ) + 128; in msAPI_JPEG_idct()
10057 i = ( MS_S16 )DESCALE( t11 + t2, 13 + 2 + 3 ) + 128; in msAPI_JPEG_idct()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c9217 MS_S32 t10, t11, t12, t13; in msAPI_JPEG_idct() local
9260 t11 = t1 + t2; in msAPI_JPEG_idct()
9292 wsptr[1] = ( MS_S16 )DESCALE( t11 + t2, 13 - 2 ); in msAPI_JPEG_idct()
9297 wsptr[6] = ( MS_S16 )DESCALE( t11 - t2, 13 - 2 ); in msAPI_JPEG_idct()
9371 t11 = t1 + t2; in msAPI_JPEG_idct()
9432 i = ( MS_S16 )DESCALE( t11 - t2, 13 + 2 + 3 ) + 128; in msAPI_JPEG_idct()
9445 i = ( MS_S16 )DESCALE( t11 + t2, 13 + 2 + 3 ) + 128; in msAPI_JPEG_idct()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c9204 MS_S32 t10, t11, t12, t13; in msAPI_JPEG_idct() local
9247 t11 = t1 + t2; in msAPI_JPEG_idct()
9279 wsptr[1] = ( MS_S16 )DESCALE( t11 + t2, 13 - 2 ); in msAPI_JPEG_idct()
9284 wsptr[6] = ( MS_S16 )DESCALE( t11 - t2, 13 - 2 ); in msAPI_JPEG_idct()
9358 t11 = t1 + t2; in msAPI_JPEG_idct()
9419 i = ( MS_S16 )DESCALE( t11 - t2, 13 + 2 + 3 ) + 128; in msAPI_JPEG_idct()
9432 i = ( MS_S16 )DESCALE( t11 + t2, 13 + 2 + 3 ) + 128; in msAPI_JPEG_idct()