mirror of
https://github.com/androidx/media.git
synced 2025-05-16 03:59:54 +08:00

fragment_shader_separable_convolution_es2.glsl had optimizations that assumed all convolution coefficients are positive. Support negative coefficients, and add tests. PiperOrigin-RevId: 640104741