Home
last modified time | relevance | path

Searched refs:bayer_plus1 (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_hflip.c78 s->bayer_plus1 = !!(pix_desc->flags & AV_PIX_FMT_FLAG_BAYER) + 1; in config_props()
99 const int width = s->planewidth[plane] / s->bayer_plus1; in filter_slice()
Dhflip.h30 int bayer_plus1; ///< 1 .. not a Bayer input format, 2 .. Bayer input format member
Dvf_hflip_init.h92 step[i] *= s->bayer_plus1; in ff_hflip_init()
/third_party/ffmpeg/tests/checkasm/
Dvf_hflip.c48 s.bayer_plus1 = 1; in check_hflip()