Back to Aurora Vision Library website

You are here: Start » Function Reference » All Functions » Integer » AvsFilter_RescaleInteger

AvsFilter_RescaleInteger


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Header: STD.h
Namespace: avs
Module: FoundationLite

Applies linear transformation to integer.

Syntax

void avs::AvsFilter_RescaleInteger
(
	int inInteger,
	float inA,
	float inB,
	int& outInteger
)

Parameters

Name Type Default Description
Input value inInteger int
Input value inA float 1.0f Value multiplied
Input value inB float 0.0f Value added
Output value outInteger int&