Searched refs:multiplied (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/py_engine/modules/minicv/base/include/ |
A D | IHaasImageProc.h | 347 ImageBuffer_t* multiplied, ImageBuffer_t* dst) = 0;
|
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/c/include/ |
A D | WrapperIHaasImageProc.h | 63 ImageBuffer_t* multiplied, ImageBuffer_t* dst);
|
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/c/src/ |
A D | WrapperIHaasImageProc.cpp | 264 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 D | imageproc.c | 562 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 D | SDL_uikitmodes.m | 151 * 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 D | SDL_sysjoystick.m | 579 [-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 D | libpng-manual.txt | 855 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 D | libjpeg.txt | 837 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