2753536587 / libyuv

Automatically exported from code.google.com/p/libyuv
0 stars 0 forks source link

bilinear filter ignored for specialized sizes #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
[ RUN      ] libyuvTest.ScaleDownBy8
filter 0 -       31 us C -       27 us OPT
filter 1 -      838 us C -       82 us OPT
filter 2 -      808 us C -       81 us OPT
[       OK ] libyuvTest.ScaleDownBy8 (1986 ms)

Original issue reported on code.google.com by fbarch...@google.com on 9 May 2012 at 8:27

GoogleCodeExporter commented 9 years ago
fixed in r262
[ RUN      ] libyuvTest.ScaleDownBy8
filter 0 -       31 us C -       28 us OPT
filter 1 -      288 us C -       87 us OPT
filter 2 -      804 us C -       82 us OPT

bilinear is less optimized than the specialized 8x8 box filter.

Original comment by fbarch...@google.com on 9 May 2012 at 8:28