Lines Matching refs:outRow

115                                unsigned char* outRow,  in convolveHorizontally_neon()  argument
204 vst1_lane_u32(reinterpret_cast<uint32_t*>(outRow), vreinterpret_u32_u8(accum8), 0); in convolveHorizontally_neon()
205 outRow += 4; in convolveHorizontally_neon()
220 unsigned char* outRow) { in convolveVertically_neon() argument
294 vst1q_u8(outRow, accum8); in convolveVertically_neon()
295 outRow += 16; in convolveVertically_neon()
354 vst1q_lane_u32(reinterpret_cast<uint32_t*>(outRow), vreinterpretq_u32_u8(accum8), 0); in convolveVertically_neon()
357 vst1_u32(reinterpret_cast<uint32_t*>(outRow), in convolveVertically_neon()
361 vst1_u32(reinterpret_cast<uint32_t*>(outRow), in convolveVertically_neon()
363 vst1q_lane_u32(reinterpret_cast<uint32_t*>(outRow+8), vreinterpretq_u32_u8(accum8), 2); in convolveVertically_neon()
373 unsigned char* outRow, in convolveVertically_neon() argument
378 outRow); in convolveVertically_neon()
382 outRow); in convolveVertically_neon()
392 unsigned char* outRow[4]) { in convolve4RowsHorizontally_neon()
495 vst1_lane_u32(reinterpret_cast<uint32_t*>(outRow[0]), vreinterpret_u32_u8(res0), 0); in convolve4RowsHorizontally_neon()
496 vst1_lane_u32(reinterpret_cast<uint32_t*>(outRow[1]), vreinterpret_u32_u8(res1), 0); in convolve4RowsHorizontally_neon()
497 vst1_lane_u32(reinterpret_cast<uint32_t*>(outRow[2]), vreinterpret_u32_u8(res2), 0); in convolve4RowsHorizontally_neon()
498 vst1_lane_u32(reinterpret_cast<uint32_t*>(outRow[3]), vreinterpret_u32_u8(res3), 0); in convolve4RowsHorizontally_neon()
499 outRow[0] += 4; in convolve4RowsHorizontally_neon()
500 outRow[1] += 4; in convolve4RowsHorizontally_neon()
501 outRow[2] += 4; in convolve4RowsHorizontally_neon()
502 outRow[3] += 4; in convolve4RowsHorizontally_neon()