Home
last modified time | relevance | path

Searched refs:yIndexL (Results 1 – 4 of 4) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
DAPhImage.c326 int32 yIndexL; in bim_APhImage_copySection() local
364 …for( yIndexL = sectionL.y1E; yIndexL < srcImageSubSectionL.y1E && yIndexL < sectionL.y2E; yIndexL+… in bim_APhImage_copySection()
387 for( ; yIndexL < srcImageSubSectionL.y2E && yIndexL < sectionL.y2E; yIndexL++ ) in bim_APhImage_copySection()
390 srcPixelPtrL = srcPtrA->arrE.arrPtrE + yIndexL * srcPtrA->widthE + srcImageSubSectionL.x1E; in bim_APhImage_copySection()
410 for( ; yIndexL < sectionL.y2E; yIndexL++ ) in bim_APhImage_copySection()
DComplexImage.c350 int32 yIndexL; in bim_ComplexImage_copySection() local
388 …for( yIndexL = sectionL.y1E; yIndexL < srcImageSubSectionL.y1E && yIndexL < sectionL.y2E; yIndexL+… in bim_ComplexImage_copySection()
411 for( ; yIndexL < srcImageSubSectionL.y2E && yIndexL < sectionL.y2E; yIndexL++ ) in bim_ComplexImage_copySection()
414 srcPixelPtrL = srcPtrA->arrE.arrPtrE + yIndexL * srcPtrA->widthE + srcImageSubSectionL.x1E; in bim_ComplexImage_copySection()
434 for( ; yIndexL < sectionL.y2E; yIndexL++ ) in bim_ComplexImage_copySection()
DFlt16Image.c359 int32 yIndexL; in bim_Flt16Image_copySection() local
398 …for( yIndexL = sectionL.y1E; yIndexL < srcImageSubSectionL.y1E && yIndexL < sectionL.y2E; yIndexL+… in bim_Flt16Image_copySection()
421 for( ; yIndexL < srcImageSubSectionL.y2E && yIndexL < sectionL.y2E; yIndexL++ ) in bim_Flt16Image_copySection()
424 srcPixelPtrL = srcPtrA->arrE.arrPtrE + yIndexL * srcPtrA->widthE + srcImageSubSectionL.x1E; in bim_Flt16Image_copySection()
444 for( ; yIndexL < sectionL.y2E; yIndexL++ ) in bim_Flt16Image_copySection()
DUInt8Image.c358 int32 yIndexL; in bim_UInt8Image_copySection() local
396 …for( yIndexL = sectionL.y1E; yIndexL < srcImageSubSectionL.y1E && yIndexL < sectionL.y2E; yIndexL+… in bim_UInt8Image_copySection()
419 for( ; yIndexL < srcImageSubSectionL.y2E && yIndexL < sectionL.y2E; yIndexL++ ) in bim_UInt8Image_copySection()
422 srcPixelPtrL = srcPtrA->arrE.arrPtrE + yIndexL * srcPtrA->widthE + srcImageSubSectionL.x1E; in bim_UInt8Image_copySection()
442 for( ; yIndexL < sectionL.y2E; yIndexL++ ) in bim_UInt8Image_copySection()