Loading lib_dec/lib_dec_fx.c +6 −0 Original line number Diff line number Diff line Loading @@ -1353,6 +1353,12 @@ static ivas_error isar_generate_metadata_and_bitstream( IF( st_ivas->hHeadTrackData != NULL ) { Quaternion = st_ivas->hHeadTrackData->Quaternions[0]; /* Copy of a struct: 4x Word32 and 1x Word32 */ move32(); move32(); move32(); move32(); move16(); } ELSE { Loading Loading
lib_dec/lib_dec_fx.c +6 −0 Original line number Diff line number Diff line Loading @@ -1353,6 +1353,12 @@ static ivas_error isar_generate_metadata_and_bitstream( IF( st_ivas->hHeadTrackData != NULL ) { Quaternion = st_ivas->hHeadTrackData->Quaternions[0]; /* Copy of a struct: 4x Word32 and 1x Word32 */ move32(); move32(); move32(); move32(); move16(); } ELSE { Loading