Home
last modified time | relevance | path

Searched refs:shft (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/
H A Djidctfst.c233 #define IRIGHT_SHIFT(x,shft) \ argument
235 (ishift_temp >> (shft)) | ((~((DCTELEM) 0)) << (DCTELEMBITS-(shft))) : \
236 (ishift_temp >> (shft)))
239 #define IRIGHT_SHIFT(x,shft) ((x) >> (shft)) argument
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/
H A Djidctfst.c233 #define IRIGHT_SHIFT(x,shft) \ argument
235 (ishift_temp >> (shft)) | ((~((DCTELEM) 0)) << (DCTELEMBITS-(shft))) : \
236 (ishift_temp >> (shft)))
239 #define IRIGHT_SHIFT(x,shft) ((x) >> (shft)) argument