Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_compressor.cpp442 int32_t sh1, sh2; local
444 sh1 = (seed & 2 ? 4 : 5);
447 sh1 = (partitionCount == 3 ? 6 : 5);
451 int32_t sh3 = (seed & 0x10) ? sh1 : sh2;
453 seed1 >>= sh1;
455 seed3 >>= sh1;
457 seed5 >>= sh1;
459 seed7 >>= sh1;