Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/utilities/colorconvert/src/
Dcczoomrotation16.cpp1039 int32 tmp02, tmp01; in cc16scaling128x96() local
1121 tmp02 = tmp2 | (tmp0 << 5); in cc16scaling128x96()
1122 *(pDst + (dst_pitch << 1) + 2) = tmp02; in cc16scaling128x96()
1123 … *((pDst + (dst_pitch << 1) + 1)) = (((((tmp02 & 0x1F) + (rgb & 0x1F)) / 2) & 0x1F) in cc16scaling128x96()
1124 … | ((((((tmp02 >> 5) & 0x3F) + ((rgb >> 5) & 0x3F)) / 2) & 0x3F) << 5) in cc16scaling128x96()
1125 … | ((((((tmp02 >> 11) & 0x1F) + ((rgb >> 11) & 0x1F)) / 2) & 0x1F) << 11)); in cc16scaling128x96()
1209 *pI2 = (((((tmp02 & 0x1F) + (rgb & 0x1F)) / 2) & 0x1F) in cc16scaling128x96()
1210 | ((((((tmp02 >> 5) & 0x3F) + ((rgb >> 5) & 0x3F)) / 2) & 0x3F) << 5) in cc16scaling128x96()
1211 | ((((((tmp02 >> 11) & 0x1F) + ((rgb >> 11) & 0x1F)) / 2) & 0x1F) << 11)); in cc16scaling128x96()
1230 tmp02 = tmp2 | (tmp0 << 5); in cc16scaling128x96()
[all …]