Blur Downscale via Scaler Rotator Unit

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Generating special effects like blur on display devices for portable digital devices is power-intensive, challenging battery life while requiring significant processing power.

Innovation Solution

Offloading expensive image/video processing operations from the GPU to a scaler rotator unit, which downscaling, upscales, and composites image portions with a semi-transparent layer to create a blurred effect efficiently, reducing power consumption.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Manufacturing precision

If blur processing is performed using traditional GPU-based image processing operations, then the quality of the blurred effect is improved, but power consumption increases significantly

Engineering Contradiction:
Improveblur effect qualityVSAvoidpower consumption
Core Design Contradiction:
Manufacturing precisionVSUse of energy by moving object

Solution Approach 1:

The patent extracts the blur processing function from the GPU and implements it in the display pipeline using dedicated scaling circuits. This separation allows the GPU to focus on high-level rendering while the display pipeline handles the power-intensive blur operation using hardware-accelerated scaling, thereby reducing overall power consumption while maintaining blur quality

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent creates a downscaled copy of the original image data through the scaling circuit, processes this copy to generate the blurred effect, and then composites it with the original image. This copying approach allows blur processing without requiring the GPU to perform computationally expensive operations on the full-resolution data

Inventive Principle:
Principle #26Copying

2Measurement precision

If high-resolution image processing is performed to maintain image quality, then image accuracy is improved, but processing time and power consumption increase

Engineering Contradiction:
Improveimage accuracyVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent segments the image processing task into two stages: first, the scaling circuit performs downscaling on the original image data to create a lower-resolution intermediate image; second, this intermediate image is processed and upscaled to generate the final blurred output. This segmentation allows efficient processing at lower resolutions while achieving the desired visual effect

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent changes the resolution parameter during processing by downsampling the image data in the display pipeline, performing blur operations on the reduced data, and then restoring the original resolution through upsampling. This parameter transformation enables faster processing with acceptable visual quality

Inventive Principle:
Principle #35Parameter changes

3Manufacturing precision

If special effects processing is performed on portable devices, then visual quality is improved, but battery life is reduced due to increased power consumption

Engineering Contradiction:
Improvevisual qualityVSAvoidbattery life
Core Design Contradiction:
Manufacturing precisionVSDuration of action of stationary object

Solution Approach 1:

The patent introduces the display pipeline as an intermediary between the GPU and the display output. This intermediary contains scaling circuits that perform blur processing using hardware-accelerated operations, reducing the computational burden on the GPU and thereby lowering overall power consumption while maintaining visual quality

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The patent replaces software-based blur processing on the GPU with hardware-based scaling operations in the display pipeline. This substitution uses dedicated scaling circuits that can perform downscaling and upsampling operations more efficiently with lower power consumption than general-purpose GPU processing

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Data Source

PatentUS9558536B2Blur downscale
Publication Date: 2017.01.31 APPLE INC
  • US9558536B2 patent drawing
  • US9558536B2 patent drawing
  • US9558536B2 patent drawing

AI summary

Systems, apparatuses, and methods for generating a blur effect on a source image in a power-efficient manner. Pixels of the source image are averaged as they are read into pixel buffers, and then the source image is further downscaled by a first factor. Then, the downscaled source image is upscaled back to the original size, and then this processed image is composited with a semi-transparent image to create a blurred effect of the source image.