Home | History | Annotate | Download | only in src

Lines Matching full:ipp_datasize

347         int ipp_datasize = cascade->count*sizeof(out->ipp_stages[0]);
351 CV_CALL( out->ipp_stages = (void**)cvAlloc( ipp_datasize ));
352 memset( out->ipp_stages, 0, ipp_datasize );