Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/devicetree/bindings/sound/
Drockchip,pdm.yaml13 and embeds filters which decimate the incoming bit stream to
/linux-6.6.21/drivers/gpu/drm/i915/display/
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()