Home
last modified time | relevance | path

Searched refs:bwdif (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch14163 + * bwdif aarch64 NEON optimisations
14185 +#include "libavfilter/bwdif.h"
14291 + * bwdif aarch64 NEON optimisations
15172 --- a/libavfilter/bwdif.h
15173 +++ b/libavfilter/bwdif.h
15183 -void ff_bwdif_init_x86(BWDIFContext *bwdif);
15184 +void ff_bwdif_init_filter_line(BWDIFContext *bwdif, int bit_depth);
15185 +void ff_bwdif_init_x86(BWDIFContext *bwdif, int bit_depth);
15186 +void ff_bwdif_init_aarch64(BWDIFContext *bwdif, int bit_depth);
15309 YADIFContext *yadif = &bwdif->yadif;
[all …]
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c1783 uint64_t bw, bwdif, slop; in lpfc_cmf_sync_cmpl() local
1836 bwdif = bw - phba->cmf_max_bytes_per_interval; in lpfc_cmf_sync_cmpl()
1839 bwdif = phba->cmf_max_bytes_per_interval - bw; in lpfc_cmf_sync_cmpl()
1845 pcent = div64_u64(bwdif * 100 + slop, in lpfc_cmf_sync_cmpl()