Searched refs:ptrV (Results 1 – 1 of 1) sorted by relevance
504 u8 *ptrC, *ptrV; in h264bsdInterpolateVerHalf() local527 ptrV = ptrC + 5*width; in h264bsdInterpolateVerHalf()535 tmp4 = ptrV[-(i32)width*2]; in h264bsdInterpolateVerHalf()536 tmp5 = ptrV[-(i32)width]; in h264bsdInterpolateVerHalf()537 tmp1 = ptrV[width]; in h264bsdInterpolateVerHalf()538 tmp2 = ptrV[width*2]; in h264bsdInterpolateVerHalf()539 tmp6 = *ptrV++; in h264bsdInterpolateVerHalf()591 ptrV += 4*width - partWidth; in h264bsdInterpolateVerHalf()623 u8 *ptrC, *ptrV, *ptrInt; in h264bsdInterpolateVerQuarter() local646 ptrV = ptrC + 5*width; in h264bsdInterpolateVerQuarter()[all …]