Home | History | Annotate | Download | only in include

Lines Matching refs:total_size

1043     int step = cols*CV_ELEM_SIZE(type), total_size = step*rows;
1048 refcount = (int*)cvAlloc((size_t)total_size + 8);