Searched refs:dst_channel (Results 1 – 1 of 1) sorted by relevance
268 def clamp_expr(src_channel, dst_channel, dst_native_type, value): argument272 if src_channel == dst_channel:277 dst_min = dst_channel.min()278 dst_max = dst_channel.max()297 dst_channel, dst_native_type, argument313 if dst_channel.type == FLOAT:316 assert dst_channel.type == UNSIGNED317 assert dst_channel.norm318 assert dst_channel.size == 8321 assert dst_channel.type == UNSIGNED[all …]