Home
last modified time | relevance | path

Searched full:decimate (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Drockchip,pdm.yaml13 and embeds filters which decimate the incoming bit stream to
/openbmc/linux/drivers/video/fbdev/kyro/
H A DSTG4000OverlayDevice.c421 * the vertical case in that we decimate by factors of 2. as we are in SetOverlayViewPort()
422 * working in words we should always be able to decimate by these in SetOverlayViewPort()
560 from decimate and scaling calculations in SetOverlayViewPort()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_sprite.c893 unsigned int limit, decimate; in g4x_sprite_min_cdclk() local
911 decimate = ilog2(hscale >> 16); in g4x_sprite_min_cdclk()
912 hscale >>= decimate; in g4x_sprite_min_cdclk()
918 limit -= decimate; in g4x_sprite_min_cdclk()
/openbmc/linux/drivers/media/usb/stk1160/
H A Dstk1160-v4l.c149 stk1160_dbg("decimate 0x%x, column units %d, row units %d\n", in stk1160_set_fmt()
/openbmc/linux/drivers/staging/media/ipu3/
H A Dipu3-abi.h836 /* Decimate ISP and fixed func resolutions after BDS (ir_extraction) */
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_compat_css20.c2181 * calculate bayer decimate factor: in __configure_video_pp_input()
/openbmc/linux/sound/pci/cs46xx/
H A Dcs46xx_lib.c762 * We can only decimate by up to a factor of 1/9th the hardware rate. in snd_cs46xx_set_capture_sample_rate()
/openbmc/linux/drivers/media/dvb-frontends/
H A Ddrxk_hard.c3533 status = write16(state, IQM_CF_DS_ENA__A, 0x4); /* decimate output 2 */ in set_dvbt_standard()