Commit 04433b2d authored by vbystricky's avatar vbystricky

Change buffer cols count from 64 to 32

parent 169351b0
......@@ -92,7 +92,7 @@
#endif
#ifndef BUF_COLS
#define BUF_COLS 64
#define BUF_COLS 32
#endif
__kernel void reduce_horz_pre(__global const uchar * srcptr, int src_step, int src_offset, int rows, int cols,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment