Home
last modified time | relevance | path

Searched refs:multiplied (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/py_engine/modules/minicv/base/include/
A DIHaasImageProc.h347 ImageBuffer_t* multiplied, ImageBuffer_t* dst) = 0;
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/c/include/
A DWrapperIHaasImageProc.h63 ImageBuffer_t* multiplied, ImageBuffer_t* dst);
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/c/src/
A DWrapperIHaasImageProc.cpp264 ImageBuffer_t* multiplied, ImageBuffer_t* dst) in ImageProcImageElementMultiply() argument
274 mIHaasImageProc->ImageElementMultiply(src, multiplied, dst); in ImageProcImageElementMultiply()
/AliOS-Things-master/components/py_engine/modules/minicv/
A Dimageproc.c562 ImageBuffer_t* multiplied = (ImageBuffer_t*)MP_OBJ_TO_PTR(args[2]); in obj_imageElementMultiply() local
564 LOGD(LOG_TAG, "src = %p;multiplied = %p; dst = %p;\n", src, multiplied, dst); in obj_imageElementMultiply()
566 ImageProcImageElementMultiply(driver_obj->mInstance, src, multiplied, dst); in obj_imageElementMultiply()
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitmodes.m151 * Estimate the DPI based on the screen scale multiplied by the base DPI for the device
/AliOS-Things-master/components/SDL2/src/joystick/iphoneos/
A DSDL_sysjoystick.m579 [-SDL_IPHONE_MAX_G_FORCE, SDL_IPHONE_MAX_G_FORCE], then the data is multiplied
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dlibpng-manual.txt855 anyway, the math to handle pre-multiplied component values is
862 scaled, linear encoded, pre-multiplied component values must
897 linear component values will be pre-multiplied by the
913 pre-multiplied pixel values will be gamma encoded but
1000 pre-multiplied into the color components. In addition the call states
3865 The color/gray channels are not scaled (pre-multiplied) by the alpha
3882 channel: the color/gray channels are scaled (pre-multiplied) by the alpha
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dlibjpeg.txt837 sample tables given in the JPEC spec section K.1, multiplied by the
862 multiplied by scale_factor/100 and then clamped to the range 1..65535

Completed in 20 milliseconds