Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_ImageEm/
DAPhImage.c325 struct bbs_APh* dstPixelPtrL; in bim_APhImage_copySection() local
361 dstPixelPtrL = ptrA->arrE.arrPtrE; in bim_APhImage_copySection()
372 *dstPixelPtrL++ = *srcPixelPtrL; in bim_APhImage_copySection()
377 *dstPixelPtrL++ = *srcPixelPtrL++; in bim_APhImage_copySection()
383 *dstPixelPtrL++ = *srcPixelPtrL; in bim_APhImage_copySection()
395 *dstPixelPtrL++ = *srcPixelPtrL; in bim_APhImage_copySection()
400 *dstPixelPtrL++ = *srcPixelPtrL++; in bim_APhImage_copySection()
406 *dstPixelPtrL++ = *srcPixelPtrL; in bim_APhImage_copySection()
417 *dstPixelPtrL++ = *srcPixelPtrL; in bim_APhImage_copySection()
422 *dstPixelPtrL++ = *srcPixelPtrL++; in bim_APhImage_copySection()
[all …]
DComplexImage.c349 struct bbs_Complex* dstPixelPtrL; in bim_ComplexImage_copySection() local
385 dstPixelPtrL = ptrA->arrE.arrPtrE; in bim_ComplexImage_copySection()
396 *dstPixelPtrL++ = *srcPixelPtrL; in bim_ComplexImage_copySection()
401 *dstPixelPtrL++ = *srcPixelPtrL++; in bim_ComplexImage_copySection()
407 *dstPixelPtrL++ = *srcPixelPtrL; in bim_ComplexImage_copySection()
419 *dstPixelPtrL++ = *srcPixelPtrL; in bim_ComplexImage_copySection()
424 *dstPixelPtrL++ = *srcPixelPtrL++; in bim_ComplexImage_copySection()
430 *dstPixelPtrL++ = *srcPixelPtrL; in bim_ComplexImage_copySection()
441 *dstPixelPtrL++ = *srcPixelPtrL; in bim_ComplexImage_copySection()
446 *dstPixelPtrL++ = *srcPixelPtrL++; in bim_ComplexImage_copySection()
[all …]
DFlt16Image.c358 int16* dstPixelPtrL; in bim_Flt16Image_copySection() local
395 dstPixelPtrL = ptrA->arrE.arrPtrE; in bim_Flt16Image_copySection()
406 *dstPixelPtrL++ = *srcPixelPtrL; in bim_Flt16Image_copySection()
411 *dstPixelPtrL++ = *srcPixelPtrL++; in bim_Flt16Image_copySection()
417 *dstPixelPtrL++ = *srcPixelPtrL; in bim_Flt16Image_copySection()
429 *dstPixelPtrL++ = *srcPixelPtrL; in bim_Flt16Image_copySection()
434 *dstPixelPtrL++ = *srcPixelPtrL++; in bim_Flt16Image_copySection()
440 *dstPixelPtrL++ = *srcPixelPtrL; in bim_Flt16Image_copySection()
451 *dstPixelPtrL++ = *srcPixelPtrL; in bim_Flt16Image_copySection()
456 *dstPixelPtrL++ = *srcPixelPtrL++; in bim_Flt16Image_copySection()
[all …]
DUInt8Image.c357 uint8* dstPixelPtrL; in bim_UInt8Image_copySection() local
393 dstPixelPtrL = ptrA->arrE.arrPtrE; in bim_UInt8Image_copySection()
404 *dstPixelPtrL++ = *srcPixelPtrL; in bim_UInt8Image_copySection()
409 *dstPixelPtrL++ = *srcPixelPtrL++; in bim_UInt8Image_copySection()
415 *dstPixelPtrL++ = *srcPixelPtrL; in bim_UInt8Image_copySection()
427 *dstPixelPtrL++ = *srcPixelPtrL; in bim_UInt8Image_copySection()
432 *dstPixelPtrL++ = *srcPixelPtrL++; in bim_UInt8Image_copySection()
438 *dstPixelPtrL++ = *srcPixelPtrL; in bim_UInt8Image_copySection()
449 *dstPixelPtrL++ = *srcPixelPtrL; in bim_UInt8Image_copySection()
454 *dstPixelPtrL++ = *srcPixelPtrL++; in bim_UInt8Image_copySection()
[all …]