Searched refs:pByDst (Results 1 – 2 of 2) sorted by relevance
128 uint8_t* pByDst = pDst; in GeneralBilinearFastDownsampler_c() local138 pByDst = pByLineDst; in GeneralBilinearFastDownsampler_c()162 *pByDst++ = (uint8_t)x; in GeneralBilinearFastDownsampler_c()166 *pByDst = * (pBySrc + (iXInverse >> kuiScaleBitWidth)); in GeneralBilinearFastDownsampler_c()176 pByDst = pByLineDst; in GeneralBilinearFastDownsampler_c()180 *pByDst++ = * (pBySrc + iXx); in GeneralBilinearFastDownsampler_c()197 uint8_t* pByDst = pDst; in GeneralBilinearAccurateDownsampler_c() local207 pByDst = pByLineDst; in GeneralBilinearAccurateDownsampler_c()225 *pByDst++ = (uint8_t)x; in GeneralBilinearAccurateDownsampler_c()229 *pByDst = * (pBySrc + (iXInverse >> kiScaleBit)); in GeneralBilinearAccurateDownsampler_c()[all …]
64 uint8_t* pByDst = pDst; in GeneralBilinearFastDownsampler_ref() local74 pByDst = pByLineDst; in GeneralBilinearFastDownsampler_ref()98 *pByDst++ = (uint8_t)x; in GeneralBilinearFastDownsampler_ref()102 *pByDst = * (pBySrc + (iXInverse >> kuiScaleBitWidth)); in GeneralBilinearFastDownsampler_ref()112 pByDst = pByLineDst; in GeneralBilinearFastDownsampler_ref()116 *pByDst++ = * (pBySrc + iXx); in GeneralBilinearFastDownsampler_ref()133 uint8_t* pByDst = pDst; in GeneralBilinearAccurateDownsampler_ref() local143 pByDst = pByLineDst; in GeneralBilinearAccurateDownsampler_ref()161 *pByDst++ = (uint8_t)x; in GeneralBilinearAccurateDownsampler_ref()165 *pByDst = * (pBySrc + (iXInverse >> kiScaleBit)); in GeneralBilinearAccurateDownsampler_ref()[all …]