Searched defs:bsz (Results 1 - 4 of 4) sorted by relevance

/external/opencv/cv/src/
H A Dcvfilter.cpp132 int total_buf_sz, src_pix_sz, row_tab_sz, bsz; local
176 bsz = cvAlign( border_tab_sz*sizeof(int), ALIGN );
180 total_buf_sz = buf_size + row_tab_sz + bsz;
187 ptr += bsz;
203 int bsz = buf_size, bw = x_range.end_index - x_range.start_index, bw1 = bw + ksize.width - 1; local
218 bsz -= tr_step;
223 bsz -= buf_step;
224 buf_max_count = bsz/buf_step;
343 int i, y = y0, bsz1 = border_tab_sz1, bsz = border_tab_sz; local
358 for( ; i < bsz;
[all...]
H A Dcvmorph.cpp324 int i, y = y0, bsz1 = border_tab_sz1, bsz = border_tab_sz; local
349 for( ; i < bsz; i++ )
361 for( ; i < bsz; i++ )
/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
H A Dcompute.c476 int bsz[] = { 4, 3, 5, 1}; local
481 *(uint32_t *)p = tid[c] / bsz[c];
484 *(uint32_t *)p = bsz[c];
490 *(uint32_t *)p = tid[c] % bsz[c];
/external/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c476 int bsz[] = { 4, 3, 5, 1}; local
481 *(uint32_t *)p = tid[c] / bsz[c];
484 *(uint32_t *)p = bsz[c];
490 *(uint32_t *)p = tid[c] % bsz[c];

Completed in 95 milliseconds