Searched refs:dst_inc (Results 1 – 1 of 1) sorted by relevance
5307 int32 deltaY, dst_width, deltaCbCr, dst_inc, dst_start_pos; in cc16sc_rotate() local5372 dst_inc = 1; in cc16sc_rotate()5377 dst_inc = -1; in cc16sc_rotate()5453 pDst += (dst_inc > 0 ? _mRowPix[col] : -_mRowPix[col]); in cc16sc_rotate()5494 pDst += (dst_inc > 0 ? _mRowPix[col+1] : -_mRowPix[col+1]); in cc16sc_rotate()5504 if (dst_inc > 0) in cc16sc_rotate()5584 *(pDst + dst_pitch + dst_inc) = (uint16)rgb; in cc16sc_rotate()5590 *(pDst + dst_inc) = (uint16)tmp0; in cc16sc_rotate()5594 *(pDst + dst_pitch + dst_inc) = (uint16)rgb; in cc16sc_rotate()5596 *(pDst + dst_inc) = (uint16)tmp0; in cc16sc_rotate()[all …]