Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/devicetree/bindings/sound/
Drockchip,pdm.yaml13 and embeds filters which decimate the incoming bit stream to
/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_sprite.c957 unsigned int limit, decimate; in g4x_sprite_min_cdclk() local
975 decimate = ilog2(hscale >> 16); in g4x_sprite_min_cdclk()
976 hscale >>= decimate; in g4x_sprite_min_cdclk()
982 limit -= decimate; in g4x_sprite_min_cdclk()