HomeSort by relevance Sort by last modified time
    Searched full:blk_x (Results 1 - 10 of 10) sorted by null

  /external/opencv3/modules/imgproc/src/opencl/
laplacian5.cl 107 __local WT lsmem[BLK_Y + 2 * RADIUS][BLK_X + 2 * RADIUS];
108 __local WT lsmemDy1[BLK_Y][BLK_X + 2 * RADIUS];
109 __local WT lsmemDy2[BLK_Y][BLK_X + 2 * RADIUS];
132 clocX += BLK_X;
133 cSrcX += BLK_X;
135 while(clocX < BLK_X+(RADIUS*2));
160 clocX += BLK_X;
162 while(clocX < BLK_X+(RADIUS*2));
179 for (int i = liy * BLK_X + lix; i < (RADIUS*2) * (BLK_X+(RADIUS*2)); i += BLK_X * BLK_Y
    [all...]
filterSep_singlePass.cl 110 // BLK_X, BLK_Y are local wrogroup sizes
114 __local WT lsmem[BLK_Y + 2 * RADIUSY][BLK_X + 2 * RADIUSX];
115 __local WT lsmemDy[BLK_Y][BLK_X + 2 * RADIUSX];
143 clocX += BLK_X;
144 cSrcX += BLK_X;
146 while(clocX < BLK_X+(RADIUSX*2));
169 clocX += BLK_X;
171 while(clocX < BLK_X+(RADIUSX*2));
199 for (int i = liy * BLK_X + lix; i < (RADIUSY*2) * (BLK_X+(RADIUSX*2)); i += BLK_X * BLK_Y
    [all...]
covardata.cl 67 int xb = srcX+BLK_X; \
69 lsmem[liy][lix+BLK_X] = ELEM(xb, yb, (width), (height), (fill_const) ); \
79 int xb = srcX+BLK_X; \
83 lsmem[liy+BLK_Y][lix+BLK_X] = ELEM(xb, yb, (width), (height), (fill_const) ); \
91 __local float lsmem[BLK_Y+2][BLK_X+2];
130 __local float lsmem[BLK_Y+4][BLK_X+4];
201 __local float lsmem[BLK_Y+6][BLK_X+6];
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
block.cpp 368 int blk_x, blk_y, j, k, idx, b8, b4; local
378 for (blk_x = 4; blk_x > 0; blk_x--)
731 int j, blk_x, blk_y, k, idx, b4; local
756 for (blk_x = 2; blk_x > 0; blk_x--)
    [all...]
  /external/libjpeg-turbo/
transupp.c 136 JDIMENSION MCU_cols, comp_width, blk_x, blk_y, x_crop_blocks; local
162 for (blk_x = 0; blk_x * 2 < comp_width; blk_x++) {
163 ptr1 = buffer[offset_y][blk_x];
164 ptr2 = buffer[offset_y][comp_width - blk_x - 1];
183 for (blk_x = 0; blk_x < compptr->width_in_blocks; blk_x++) {
184 jcopy_block_row(buffer[offset_y] + blk_x + x_crop_blocks
    [all...]
  /external/opencv3/modules/imgproc/
opencl_kernels_imgproc.cpp     [all...]
  /external/opencv3/modules/imgproc/src/
corner.cpp 408 cv::format("-D BLK_X=%d -D BLK_Y=%d -D %s -D SRCTYPE=%s%s",
deriv.cpp 722 String opts = cv::format("-D BLK_X=%d -D BLK_Y=%d -D RADIUS=%d%s%s"
    [all...]
filter.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 596 uint8 nz_coeff[NUM_BLKS_IN_MB]; /* [blk_y][blk_x], Chroma is [4..5][0...3], see predict_nnz() function */
    [all...]

Completed in 371 milliseconds