Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/utilities/colorconvert/src/
Dcczoomrotation16.cpp5327 int32 prgb4; in cc16sc_rotate() local
5520 prgb4 = 0; in cc16sc_rotate()
5574 prgb4 = tmp0; in cc16sc_rotate()
5691 *(pDst) = (((((prgb4 & 0x1F) + (tmp0 & 0x1F)) / 2) & 0x1F) in cc16sc_rotate()
5692 … | ((((((prgb4 >> 5) & 0x3F) + ((tmp0 >> 5) & 0x3F)) / 2) & 0x3F) << 5) in cc16sc_rotate()
5693 … | ((((((prgb4 >> 11) & 0x1F) + ((tmp0 >> 11) & 0x1F)) / 2) & 0x1F) << 11)); in cc16sc_rotate()
5717 *(pDst) = (((((prgb4 & 0x1F) + (tmp0 & 0x1F) * 2) / 3) & 0x1F) in cc16sc_rotate()
5718 … | ((((((prgb4 >> 5) & 0x3F) + ((tmp0 >> 5) & 0x3F) * 2) / 3) & 0x3F) << 5) in cc16sc_rotate()
5719 … | ((((((prgb4 >> 11) & 0x1F) + ((tmp0 >> 11) & 0x1F) * 2) / 3) & 0x1F) << 11)); in cc16sc_rotate()
5721 … *((pDst + dst_inc)) = (((((prgb4 & 0x1F) * 2 + (tmp0 & 0x1F)) / 3) & 0x1F) in cc16sc_rotate()
[all …]