Home | History | Annotate | Download | only in src

Lines Matching refs:pix_size

58     int type, pix_size;
74 pix_size = CV_ELEM_SIZE(type);
75 size.width *= pix_size;
88 step += pix_size;
117 for( k = 0; k < pix_size; k++ )
453 int type, pix_size;
471 pix_size = CV_ELEM_SIZE(type);
500 CvFunc2D_1A func = (CvFunc2D_1A)(inp_tab.fn_2d[pix_size]);
521 dst->step = dst->height == 1 ? 0 : pix_size;
527 CvFunc2D_2A func = (CvFunc2D_2A)(tab.fn_2d[pix_size]);