Change buffer cols count from 64 to 32

This commit is contained in:
vbystricky
2014-05-22 11:39:36 +04:00
parent 169351b01d
commit 04433b2d2b

View File

@@ -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,