Home
last modified time | relevance | path

Searched refs:block_x (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
Ddiffer_unittest.cc74 bool DiffBlock(int block_x, int block_y) { in DiffBlock() argument
76 int block_offset = ((block_y * stride_) + (block_x * bytes_per_pixel_)) in DiffBlock()
85 void WriteBlockPixel(uint8_t* buffer, int block_x, int block_y, in WriteBlockPixel() argument
87 WritePixel(buffer, (block_x * kBlockSize) + pixel_x, in WriteBlockPixel()
/external/opencv3/modules/cudaobjdetect/src/cuda/
Dhog.cu121 const int block_x = threadIdx.z; in compute_hists_kernel_many_blocks() local
126 if (blockIdx.x * blockDim.z + block_x >= img_block_width) in compute_hists_kernel_many_blocks()
133 const int offset_x = (blockIdx.x * blockDim.z + block_x) * cblock_stride_x + in compute_hists_kernel_many_blocks()
144 cell_x + block_x * CELLS_PER_BLOCK_X) + in compute_hists_kernel_many_blocks()
178 final_hist[((cell_x + block_x * 2) * 2 + cell_y) * cnbins + bin_id] in compute_hists_kernel_many_blocks()
186 blockIdx.x * blockDim.z + block_x) * in compute_hists_kernel_many_blocks()
191 block_hist[tid] = final_hist[block_x * cblock_hist_size + tid]; in compute_hists_kernel_many_blocks()
/external/opencv3/modules/photo/src/opencl/
Dnlmeans.cl262 int block_x = get_group_id(0), nblocks_x = get_num_groups(0);
270 int x0 = block_x * BLOCK_COLS, x1 = min(x0 + BLOCK_COLS, dst_cols);
275 …ARCH_SIZE_SQ * (mad24(block_y, dst_cols, x0) + mad24(block_y, nblocks_x, block_x) * TEMPLATE_SIZE);
/external/llvm/test/CodeGen/ARM/
D2007-01-19-InfiniteLoop.ll12 define fastcc i32 @dct_luma_sp(i32 %block_x, i32 %block_y, i32* %coeff_cost) {
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c188 block_x(int x) in block_x() function
207 const int minleft = block_x(MIN2(xleft0, xleft1)); in flush_spans()