Home | History | Annotate | Download | only in src

Lines Matching refs:COP

560 #define COP(c,j,x,op) \
678 COP( c, j, src[cn*j+c], += r+1 );
684 COP( c, j, src[src_step*i+cn*j+c], ++ );
696 COP( c, j, *p, -- );
704 COP( c, j, *p, ++ );
786 #undef COP