Skip to content

Tudi/ASM-YUV-image-processing-for-video-encoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project was created to avoid visual studio intrinsic code instrumentation and optimization
Yasm can compile ASM as is to binary code. This is required when cache level or Hardware specific optimizations are used.
Using function pointers these functions gave about 16% increased speed when integrated to H264 encoder project

In case your project does not use function pointers you should benchamrk the "call"" overhead versus code inlining.

About

SAD, SATD, DCT, PR written inYASM and using SSE2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published