Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvfilter.cpp202 int pix_sz = CV_ELEM_SIZE(src_type), work_pix_sz = CV_ELEM_SIZE(work_type); in start_process() local
220 buf_step = cvAlign(bw*work_pix_sz, ALIGN); in start_process()