Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Dremap.cpp174 … f32 dst_val_1 = (srcBase[map_row[(x << 2) + 3]] - srcBase[src10_index]) * coeff_row[x << 1] + in remapLinearReplicate() local
176 dst_row[x] = floorf((dst_val_1 - dst_val_0) * coeff_row[(x << 1) + 1] + dst_val_0); in remapLinearReplicate()
274 f32 dst_val_1 = (src11 - src10) * coeff_row[(x << 1)] + src10; in remapLinearConst() local
275 dst_row[x] = floorf((dst_val_1 - dst_val_0) * coeff_row[(x << 1) + 1] + dst_val_0); in remapLinearConst()