mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +02:00
x86/swscale: fix minor coding style issues
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
76a3f961f8
commit
86663963e6
@ -217,9 +217,8 @@ static void check_hscale(void)
|
||||
}
|
||||
ff_sws_init_scale(ctx);
|
||||
memcpy(filterAvx2, filter, sizeof(uint16_t) * (SRC_PIXELS * MAX_FILTER_WIDTH + MAX_FILTER_WIDTH));
|
||||
if (cpu_flags & AV_CPU_FLAG_AVX2){
|
||||
if (cpu_flags & AV_CPU_FLAG_AVX2)
|
||||
ff_shuffle_filter_coefficients(ctx, filterPosAvx, width, filterAvx2, SRC_PIXELS);
|
||||
}
|
||||
|
||||
if (check_func(ctx->hcScale, "hscale_%d_to_%d_width%d", ctx->srcBpc, ctx->dstBpc + 1, width)) {
|
||||
memset(dst0, 0, SRC_PIXELS * sizeof(dst0[0]));
|
||||
|
Loading…
x
Reference in New Issue
Block a user