Searched refs:total_width (Results 1 – 3 of 3) sorted by relevance
2937 int total_width, new_rows, cn; in cvReshapeMatND() local2951 total_width = mat->cols * cn; in cvReshapeMatND()2959 new_rows = total_width*mat->rows/new_cn; in cvReshapeMatND()2963 if( new_cn > total_width ) in cvReshapeMatND()2964 new_rows = mat->rows * total_width / new_cn; in cvReshapeMatND()2969 int total_size = total_width * mat->rows; in cvReshapeMatND()2975 total_width = total_size / new_rows; in cvReshapeMatND()2977 if( total_width * new_rows != total_size ) in cvReshapeMatND()2983 header->cols = total_width / new_cn; in cvReshapeMatND()2985 if( header->cols * new_cn != total_width || in cvReshapeMatND()[all …]
118 uint16_t total_width; member
2046 uint16_t total_width; member2396 p->total_width = 64; in smbios_init_type_17()