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

/external/opencv/cxcore/src/
H A Dcxarithm.cpp1873 int tab1[256], tab2[256]; local
1883 tab1[j] = cvRound(t);
1889 t0 = (tab1[0] + tab2[0]) >> shift;
1890 t1 = (tab1[0] + tab2[255]) >> shift;
1891 t2 = (tab1[255] + tab2[0]) >> shift;
1892 t3 = (tab1[255] + tab2[255]) >> shift;
1904 t0 = CV_FAST_CAST_8U((tab1[src1[i]] + tab2[src2[i]]) >> shift);
1905 t1 = CV_FAST_CAST_8U((tab1[src1[i+1]] + tab2[src2[i+1]]) >> shift);
1910 t0 = CV_FAST_CAST_8U((tab1[src1[i+2]] + tab2[src2[i+2]]) >> shift);
1911 t1 = CV_FAST_CAST_8U((tab1[src
[all...]
/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc2616 const LogicVRegister* tab1,
2620 VIXL_ASSERT(tab1 != NULL);
2621 const LogicVRegister* tab[4] = {tab1, tab2, tab3, tab4};
2612 Table(VectorFormat vform, LogicVRegister dst, const LogicVRegister& ind, bool zero_out_of_bounds, const LogicVRegister* tab1, const LogicVRegister* tab2, const LogicVRegister* tab3, const LogicVRegister* tab4) argument
/external/sqlite/dist/orig/
H A Dsqlite3.c121147 int tab1, tab2; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c121147 int tab1, tab2; local
[all...]

Completed in 700 milliseconds