Searched refs:srcIdx (Results 1 – 1 of 1) sorted by relevance
24 uint64_t srcIdx, dstIdx; in YUV420_Planar_Rotate90_Flip() local31 srcIdx = y; in YUV420_Planar_Rotate90_Flip()34 pbDst[dstIdx] = pbSrc[srcIdx]; // Y in YUV420_Planar_Rotate90_Flip()36 srcIdx += nSrcWidth; in YUV420_Planar_Rotate90_Flip()49 srcIdx = size + y; in YUV420_Planar_Rotate90_Flip()52 pbDst[dstIdx - usize] = pbSrc[srcIdx]; // U in YUV420_Planar_Rotate90_Flip()53 pbDst[dstIdx] = pbSrc[usize + srcIdx]; // V in YUV420_Planar_Rotate90_Flip()55 srcIdx += nSrcWidth; in YUV420_Planar_Rotate90_Flip()66 uint64_t srcIdx, dstIdx = (outputStride * nDstHt) - 1; in YUV420_SP_Rotate90() local87 srcIdx = nSrcWidth - y - 1; in YUV420_SP_Rotate90()[all …]