Resolve "USAN: OOB indexing in tcx_ltp_pitch_search_ivas function"
- Related issues: sa4/audio/ivas-basop#2272 (closed)
- Requested reviewers: @multrus
Reason why this change is needed
- Fix USAN complaint
Description of the change
- Calculate pointer offset directly when indexing into cor array instead of pre-setting a pointer which can go outside of the array boundaries
Affected operating points
- None, should be bitexact