Re: [FFmpeg-devel] [PATCH v3 2/3] lavc/dxvenc: migrate DXT1 encoder to lavu hashtable

2025-04-21 Thread Nicolas George
Emma Worley (HE12025-04-20): > Offers a modest performance gain due to the switch from naive linear > probling to robin hood. Thanks for splitting the commits. I do not know this encoder, I cannot comment on the specifics of the patch. Regards, -- Nicolas George __

[FFmpeg-devel] [PATCH v3 2/3] lavc/dxvenc: migrate DXT1 encoder to lavu hashtable

2025-04-20 Thread Emma Worley
Offers a modest performance gain due to the switch from naive linear probling to robin hood. Signed-off-by: Emma Worley --- libavcodec/dxvenc.c | 121 1 file changed, 33 insertions(+), 88 deletions(-) diff --git a/libavcodec/dxvenc.c b/libavcodec/dxv