You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have been investigating the performance issue and it seems like memcopy in the C code is moving 128 bytes in single iteration and sse4 code is moving 16 bytes in a single iteration. Can this be the reason of slowness ?
@rohanjulka19 , sorry for missed your post.
Yes, this may be the reason, could you help send 3 patches to the mailing list for this? One for hevc, one for vvc. then you can remove sse 128 using another patch.
also, some 64xX have similar issues, could also help check?
thank you
see #146 (comment)
we have a similar issue for put_pixels too, see #145 (comment)
The text was updated successfully, but these errors were encountered: