Method for convolving symmetrical convolution kernel of video/audio signal by applying SSE (Streaming SIMD Extension) instruction set
An audio signal, symmetric convolution technology, applied in the field of video and image processing, can solve the problems of speeding up the convolution calculation and slow convolution, and achieve the effect of reducing multiplication operations, reducing the number of lines, and making full use of pipelines
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0031] The present invention will be described in detail below in conjunction with the accompanying drawings and specific embodiments.
[0032] Such as figure 1 As shown, the method for applying the SSE instruction set to convolving the symmetrical convolution kernel of the video and audio signal includes the following steps:
[0033] (1) The floating-point signal sequence S(n) of the video and audio input signal is divided into three intervals [0, Le), [Le, Rs), [Rs, N);
[0034] (2) For the left and right intervals, use the common C language algorithm to perform convolution processing;
[0035] (3) Convolute the signals in the middle interval by using the SSE instruction set for each group of four adjacent points.
[0036] The division of the three intervals in step (1) involves the determination of the two parameters Le and Rs, and the calculation methods of Le and Rs are as follows:
[0037] if (N>R){
[0038] Le=UPALIGN(R,4);
[0039] Rs = DOWNALIGN(N-R, 4);...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com