Home
last modified time | relevance | path

Searched refs:MOVEBITS (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_font_mgr.cpp40 const uint8_t MOVEBITS = 8; member
56 srcStr[i] = static_cast<char16_t>((temp & 0xff) << MOVEBITS | (temp & 0xff00) >> MOVEBITS); in SwapBytes()
/foundation/distributedhardware/distributed_screen/services/common/imageJpeg/src/
H A Djpeg_image_processor.cpp313 YB_PARAM * buffer[0][j * RGB_CHROMA + TWO] + UA_PARAM) >> MOVEBITS) + YA_PARAM; in DecompressJpegToNV12()
315 UG_PARAM * buffer[0][j * RGB_CHROMA + 1] + UA_PARAM) >> MOVEBITS) + UA_PARAM; in DecompressJpegToNV12()
317 VB_PARAM * buffer[0][j * RGB_CHROMA + TWO] + UA_PARAM) >> MOVEBITS) + UA_PARAM; in DecompressJpegToNV12()
/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_constants.h108 constexpr int32_t MOVEBITS = 8; member

Completed in 3 milliseconds