Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_ImageEm/
DFunctions.c150 uint32 axyL = ( mxyL >= 0 ) ? mxyL : -mxyL; in bim_filterWarpInterpolation() local
155 uint32 a2L = ( axyL > ayyL ) ? axyL : ayyL; in bim_filterWarpInterpolation()
482 uint32 axyL = ( mxyL >= 0 ) ? mxyL : -mxyL; in bim_filterWarpPixelReplication() local
487 uint32 a2L = ( axyL > ayyL ) ? axyL : ayyL; in bim_filterWarpPixelReplication()