[FFmpeg-devel] https://ffmpeg.org/pipermail/ffmpeg-devel/2016-January/188138.html
huoxl612
huoxl612 at 163.com
Wed Jul 6 06:14:11 EEST 2016
Hi,
I used the following code and found the output picture have mosaic:
c->put_hevc_qpel_bi_w[x][1][0] = ff_hevc_put_qpel_bi_weight_neon_wrapper;
c->put_hevc_qpel_bi_w[x][0][1] = ff_hevc_put_qpel_bi_weight_neon_wrapper;
c->put_hevc_qpel_bi_w[x][1][1] = ff_hevc_put_qpel_bi_weight_neon_wrapper;
Did you have found the same phenomenon and resolve it ?
Thank you!
More information about the ffmpeg-devel
mailing list