>> -function ff_hevc_idct_32x32_dc_8_neon, export=1 >> +.macro idct_32x32_dc bitdepth >> +function ff_hevc_idct_32x32_dc_\bitdepth\()_neon, export=1 >> ldrsh r1, [r0] >> ldr r2, =0x20 >> + .if \bitdepth == 8 >> + ldr r2, =0x20 >> + .else >> + ldr r2, =0x8 >> + .endif > > This doesn't look quite right, shouldn't the new block replace/wrap > the old ldr instruction, like it does in the 16x16 version (and all > other sizes)? >
It's wrong, yes. I'll resend it. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
