Home | History | Annotate | Download | only in highgui

Lines Matching refs:x_shift

1116     int   x_shift = 0, y_shift = 0;
1135 x_shift = h[0]/(h[1]*2);
1210 if( x_shift == 0 )
1225 else if( x_shift == 1 )
1250 int Cb = cmpCb[x >> x_shift];
1251 int Cr = cmpCr[x >> x_shift];