OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:col_buf
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vpx_dsp/
fastssim.c
41
unsigned *
col_buf
;
member in struct:fs_ctx
53
+ 2 * (lw + 8) * 8 * sizeof(*_ctx->
col_buf
);
91
_ctx->
col_buf
= (unsigned *) data;
183
col_sums_x = _ctx->
col_buf
;
317
gx_buf = _ctx->
col_buf
;
/external/opencv3/modules/imgproc/test/
test_filter.cpp
909
vector<int>
col_buf
(m+1);
952
col_buf
[k] = src1[0];
956
if(
col_buf
[l] <
col_buf
[l+1] )
958
CV_SWAP(
col_buf
[l],
col_buf
[l+1], t );
962
col_buf
[m] = INT_MAX;
968
else if( buf0[k].val <
col_buf
[l] )
972
assert(
col_buf
[l] < INT_MAX );
973
*buf1++ = median_pair(ins_col,
col_buf
[l++])
[
all
...]
/external/opencv/cxcore/src/
cxmatmul.cpp
[
all
...]
/external/opencv3/modules/core/src/
matmul.cpp
2594
dT*
col_buf
= 0;
local
[
all
...]
Completed in 209 milliseconds