Open GoogleCodeExporter opened 9 years ago
which test sequence?
Original comment by jingn...@google.com
on 7 Jan 2015 at 6:45
Is it hitting more unoptimized code?
Original comment by johannko...@google.com
on 7 Jan 2015 at 6:58
I was testing niklas_640_480_30.yuv and tacomanarrows_640_480_30.
Could be it is hitting more unoptimized code.
On the Nexus 5 we can see that the 640x480 -6 is slower than -5 as well. But
for niklas 720p -6 is faster than -5.
Original comment by fgalli...@google.com
on 7 Jan 2015 at 7:47
Is this function optimized in ARM?
vp9_fdct8x8_quant
Original comment by jingn...@google.com
on 7 Jan 2015 at 8:03
No. I changed the title of the bug.
Thanks for looking into this.
Original comment by fgalli...@google.com
on 7 Jan 2015 at 8:12
Original comment by fgalli...@google.com
on 16 Jan 2015 at 6:51
Actually after profiling it is because we do not have Neon optimized functions
for:
vp9_sad64x64x4d_c
vp9_sad16x16x4d_c
vp9_sad32x32x4d_c
vp9_fdct8x8_quant
Original comment by fgalli...@google.com
on 24 Jan 2015 at 11:09
Original issue reported on code.google.com by
fgalli...@google.com
on 7 Jan 2015 at 6:42