Loading lib_rend/lib_rend_fx.c +3 −3 Original line number Diff line number Diff line Loading @@ -3826,7 +3826,7 @@ static ivas_error findFreeInputSlot_fx( Word32 i; bool canAddInput; #ifndef CODE_IMPROVEMENTS const uint8_t *pByte; const UWord8 *pByte; #endif const input_base *pInputBase; Loading @@ -3835,9 +3835,9 @@ static ivas_error findFreeInputSlot_fx( /* Find first unused input in array */ #ifdef CODE_IMPROVEMENTS for ( i = 0; i < maxInputs; ++i ) FOR( i = 0; i < maxInputs; ++i ) #else for ( i = 0, pByte = inputs; i < maxInputs; ++i, pByte += inputStructSize ) FOR( i = 0, pByte = inputs; i < maxInputs; ++i, pByte += inputStructSize ) #endif { #ifdef CODE_IMPROVEMENTS Loading Loading
lib_rend/lib_rend_fx.c +3 −3 Original line number Diff line number Diff line Loading @@ -3826,7 +3826,7 @@ static ivas_error findFreeInputSlot_fx( Word32 i; bool canAddInput; #ifndef CODE_IMPROVEMENTS const uint8_t *pByte; const UWord8 *pByte; #endif const input_base *pInputBase; Loading @@ -3835,9 +3835,9 @@ static ivas_error findFreeInputSlot_fx( /* Find first unused input in array */ #ifdef CODE_IMPROVEMENTS for ( i = 0; i < maxInputs; ++i ) FOR( i = 0; i < maxInputs; ++i ) #else for ( i = 0, pByte = inputs; i < maxInputs; ++i, pByte += inputStructSize ) FOR( i = 0, pByte = inputs; i < maxInputs; ++i, pByte += inputStructSize ) #endif { #ifdef CODE_IMPROVEMENTS Loading