Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvfilter.cpp132 int total_buf_sz, src_pix_sz, row_tab_sz, bsz; in init() local
180 total_buf_sz = buf_size + row_tab_sz + bsz; in init()
182 CV_CALL( ptr = buffer = (uchar*)cvAlloc( total_buf_sz )); in init()