-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multithreading support #11
Comments
Hi)
For example:
|
Thanks! I am curious though as how multi-threading would reduce quality... |
Quality reduction happen because of image split on n (number of threads) independent parts. |
so are you slicing one frame between multiple parts? Or each frame on one thread? |
Yes, slices are used. Here where per thread start\end macro-block params calculated https://github.com/lieff/minih264/blob/master/minih264e.h#L11323 . |
I couldn't find any info about the state of multithreading in this library. Can you please explain more?
The text was updated successfully, but these errors were encountered: