Searched refs:ICV_POP (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cv/src/ |
D | cvfloodfill.cpp | 71 #define ICV_POP( Y, L, R, PREV_L, PREV_R, DIR ) \ macro 145 ICV_POP( YC, L, R, PL, PR, dir ); in icvFloodFill_8u_CnIR() 277 ICV_POP( YC, L, R, PL, PR, dir ); in icvFloodFill_32f_CnIR() 454 ICV_POP( YC, L, R, PL, PR, dir ); in icvFloodFill_Grad_8u_CnIR() 760 ICV_POP( YC, L, R, PL, PR, dir ); in icvFloodFill_Grad_32f_CnIR()
|