Home
last modified time | relevance | path

Searched refs:b0 (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_neon_pipeline.h112 uint8x8_t b0 = vBuf.val[NEON_B]; in NeonPreLerpARGB8888() local
122 uint8x8_t bs = NeonLerp(b0, b1, a1); in NeonPreLerpARGB8888()
132 uint8x8_t b0 = vBuf.val[NEON_B]; in NeonPrelerpARGB8888() local
142 uint8x8_t bs = NeonPreLerp(b0, b1, a1); in NeonPrelerpARGB8888()
153 uint8x8_t b0 = vBuf.val[NEON_B]; in NeonPrelerpARGB8888() local
163 uint8x8_t bs = NeonPreLerp(b0, b1, a1); in NeonPrelerpARGB8888()
174 uint8x8_t b0 = vDstBuf.val[NEON_B]; in NeonPrelerpARGB8888() local
189 uint8x8_t bs = NeonPreLerp(b0, b1, a1); in NeonPrelerpARGB8888()
200 uint8x8_t b0 = vDstBuf.val[NEON_B]; in NeonPrelerpARGB8888() local
212 uint8x8_t bs = NeonPreLerp(b0, b in NeonPrelerpARGB8888()
223 uint8x8_t b0 = vBuf.val[NEON_B]; NeonLerpARGB8888() local
243 uint8x8_t b0 = vBuf.val[NEON_B]; NeonLerpARGB8888() local
264 uint8x8_t b0 = vBuf.val[NEON_B]; NeonLerpARGB8888() local
285 uint8x8_t b0 = vDstBuf.val[NEON_B]; NeonLerpARGB8888() local
311 uint8x8_t b0 = vDstBuf.val[NEON_B]; NeonLerpARGB8888() local
[all...]
/foundation/filemanagement/dfs_service/utils/cloud_disk/src/
H A Dcloud_file_utils.cpp89 uint32_t b0 = buf[0]; in TeaTransform() local
96 b0 += ((b1 << LEFT_SHIFT) + a) ^ (b1 + sum) ^ ((b1 >> RIGHT_SHIFT) + b); in TeaTransform()
97 b1 += ((b0 << LEFT_SHIFT) + c) ^ (b0 + sum) ^ ((b0 >> RIGHT_SHIFT) + d); in TeaTransform()
100 buf[0] += b0; in TeaTransform()
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H A Dmeta_file_clouddisk_mock.cpp184 uint32_t b0 = buf[0]; /* buf pos 0 */ in TeaTransform() local
190 b0 += ((b1 << 4) + a) ^ (b1 + sum) ^ ((b1 >> 5) + b); /* tea transform width 4 and 5 */ in TeaTransform()
191 b1 += ((b0 << 4) + c) ^ (b0 + sum) ^ ((b0 >> 5) + d); /* tea transform width 4 and 5 */ in TeaTransform()
194 buf[0] += b0; in TeaTransform()
/foundation/graphic/graphic_2d/utils/color_manager/src/
H A Dcolor_space.cpp285 double b0 = a00 * a11 - a01 * a10; in Invert() local
292 double determinant = b0 * b5 - b1 * b4 + b2 * b3; in Invert()
305 b0 *= invdet; in Invert()
320 dst[2][2] = static_cast<float>(+b0); // compute dst[2][2] value in Invert()
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/video_processor/strategy/
H A Dvideo_strategy_center.h29 constexpr uint32_t TIME_OK = 0b0;

Completed in 4 milliseconds