Home
last modified time | relevance | path

Searched defs:tab_step (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
Dcxdxt.cpp444 int tab_step; in icvDFT_64fc() local
867 int tab_step = tab_size == n ? 1 : tab_size == n*2 ? 2 : tab_size/n; in icvDFT_32fc() local