mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

To avoid rounding errors, set the `Rounding mode` of the `uvFromVu` and `vuFromUs` results to `HALF_UP`. This `Rounding mode` rounds numbers towards the "nearest neighbor" unless both neighbors are equidistant, in which case round up. PiperOrigin-RevId: 679003943
Test data module
Provides sample data for media unit and instrumentation tests.