Tagged articles
3 articles
Page 1 of 1
Baidu Geek Talk
Baidu Geek Talk
Aug 20, 2025 · Mobile Development

How Mobile Video Players Boost Visual Quality with Real‑Time Brightness and Color Enhancement

This article explains the engineering of mobile video post‑processing techniques—brightness and color enhancement using GPU shaders, linear gain, YUV scaling, gamma correction, adaptive saturation, HSV adjustments, and skin‑tone protection—to improve clarity, contrast, and naturalness while maintaining real‑time performance.

GPU shaderMobileVideo processing
0 likes · 14 min read
How Mobile Video Players Boost Visual Quality with Real‑Time Brightness and Color Enhancement
Baidu App Technology
Baidu App Technology
Aug 18, 2025 · Mobile Development

How to Boost Mobile Video Quality with Brightness and Color Enhancement Techniques

This article explains the engineering implementation of mobile video post‑processing, covering brightness and color enhancement algorithms, GPU/OpenGL shader pipelines, technical choices such as linear gain, histogram equalization, gamma correction, HSV‑based saturation, and skin‑tone protection, with performance considerations and future directions.

GPU shaderbrightness adjustmentcolor saturation
0 likes · 16 min read
How to Boost Mobile Video Quality with Brightness and Color Enhancement Techniques
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Jun 28, 2023 · Artificial Intelligence

ShaderNN 2.0: A Lightweight Mobile Deep Learning Inference Engine with OpenGL and Vulkan Support

ShaderNN 2.0 is a lightweight mobile deep learning inference engine supporting OpenGL and Vulkan, offering texture‑based zero‑copy I/O, hybrid shader implementation, and achieving significant latency and power reductions versus TensorFlow Lite and MNN, thereby enabling real‑time graphics‑AI tasks such as style transfer, denoising, super‑sampling, and Stable Diffusion on smartphones.

Deep LearningGPU shaderOpenGL
0 likes · 16 min read
ShaderNN 2.0: A Lightweight Mobile Deep Learning Inference Engine with OpenGL and Vulkan Support