Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/utilities/colorconvert/src/
Dcczoomrotation16.cpp1038 uint16 *pI2, *pU2, *pIn, *pNext; in cc16scaling128x96() local
1126 pI2 = ((pDst + (dst_pitch << 1) + 3)); in cc16scaling128x96()
1209 *pI2 = (((((tmp02 & 0x1F) + (rgb & 0x1F)) / 2) & 0x1F) in cc16scaling128x96()
1235 pI2 = (pDst + (dst_pitch << 1) + 3); in cc16scaling128x96()
1322 *pI2 = (((((tmp02 & 0x1F) + (rgb & 0x1F)) / 2) & 0x1F) in cc16scaling128x96()
1347 pI2 = (pDst + (dst_pitch << 1) + 3); in cc16scaling128x96()
1433 *pI2 = (((((tmp02 & 0x1F) + (rgb & 0x1F)) / 2) & 0x1F) in cc16scaling128x96()
1642 pI2 = ((pDst + (dst_pitch << 1) + 3)); in cc16scaling128x96()
1725 *pI2 = (((((tmp02 & 0x1F) + (rgb & 0x1F)) / 2) & 0x1F) in cc16scaling128x96()
1749 pI2 = (pDst + (dst_pitch << 1) + 3); in cc16scaling128x96()
[all …]