Loading lib_com/ivas_omasa_com.c +1 −1 Original line number Diff line number Diff line Loading @@ -390,7 +390,7 @@ void calculate_nbits_meta( priority[obj] = max_p; } } bits_ism[obj] = bits_direction_masa[0] - (int16_t) ( ( 1 - priority[obj] ) * 7 ); bits_ism[obj] = bits_direction_masa[0] - (int16_t) ( ( 1 - ( (int16_t) ( priority[obj] * 1000.0f ) ) * 0.001f ) * 7 ); } return; } Loading Loading
lib_com/ivas_omasa_com.c +1 −1 Original line number Diff line number Diff line Loading @@ -390,7 +390,7 @@ void calculate_nbits_meta( priority[obj] = max_p; } } bits_ism[obj] = bits_direction_masa[0] - (int16_t) ( ( 1 - priority[obj] ) * 7 ); bits_ism[obj] = bits_direction_masa[0] - (int16_t) ( ( 1 - ( (int16_t) ( priority[obj] * 1000.0f ) ) * 0.001f ) * 7 ); } return; } Loading