Home | History | Annotate | Download | only in src

Lines Matching full:ipp_datasize

329 	 int ipp_datasize = cascade->count*sizeof(out->ipp_stages[0]);
333 CV_CALL( out->ipp_stages = (void**)cvAlloc( ipp_datasize ));
334 memset( out->ipp_stages, 0, ipp_datasize );