Home
last modified time | relevance | path

Searched defs:coef (Results 1 – 8 of 8) sorted by relevance

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/
H A Djidctfst.c215 #define DEQUANTIZE(coef,quantval) (coef) argument
217 #define DEQUANTIZE(coef,quantval) \ argument
H A Djidctint.c226 #define DEQUANTIZE(coef,quantval) (coef) //(((ISLOW_MULT_TYPE) (coef)) ) ///(((ISLOW_MULT_TYPE) (… argument
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/
H A Djidctfst.c215 #define DEQUANTIZE(coef,quantval) (coef) argument
217 #define DEQUANTIZE(coef,quantval) \ argument
H A Djidctint.c226 #define DEQUANTIZE(coef,quantval) (coef) //(((ISLOW_MULT_TYPE) (coef)) ) ///(((ISLOW_MULT_TYPE) (… argument
/utopia/UTPA2-700.0.x/modules/graphic/api/gfx/
H A DapiGFX.c1906 GFX_Result MApi_GFX_SetAlpha(MS_BOOL enable, GFX_BlendCoef coef, GFX_AlphaSrcFrom db_abl, MS_U8 abl… in MApi_GFX_SetAlpha()
2436 GFX_Result MApi_GFX_SetAlpha_ARGB1555(MS_U8 coef) in MApi_GFX_SetAlpha_ARGB1555()
2463 GFX_Result MApi_GFX_GetAlpha_ARGB1555(MS_U8* coef) in MApi_GFX_GetAlpha_ARGB1555()
3278 void MDrv_GE_SetAlpha(MS_BOOL enable, MS_U8 coef, MS_U8 db_abl, MS_U8 abl_const) in MDrv_GE_SetAlpha()
H A DmapiGFX.c1620 GFX_Result MApi_GFX_SetAlpha_U02(void* pInstance, MS_BOOL enable, GFX_BlendCoef coef, GFX_AlphaSrcF… in MApi_GFX_SetAlpha_U02()
2585 GFX_Result MApi_GFX_SetAlpha_ARGB1555_U02(void* pInstance,MS_U8 coef) in MApi_GFX_SetAlpha_ARGB1555_U02()
2592 GFX_Result MApi_GFX_GetAlpha_ARGB1555_U02(void* pInstance,MS_U8* coef) in MApi_GFX_GetAlpha_ARGB1555_U02()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Djoystick.h82 __s32 coef[8]; member
/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.c4078 GE_Result MDrv_GE_SetAlpha_ARGB1555(GE_Context *pGECtx, MS_U8 coef) in MDrv_GE_SetAlpha_ARGB1555()
4100 GE_Result MDrv_GE_GetAlpha_ARGB1555(GE_Context *pGECtx, MS_U8* coef) in MDrv_GE_GetAlpha_ARGB1555()