Home
last modified time | relevance | path

Searched defs:oversample (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/speex/libspeexdsp/
H A Dresample_sse.h57 …duct_single(const float *a, const float *b, unsigned int len, const spx_uint32_t oversample, float… in interpolate_product_single()
100 …duct_double(const float *a, const float *b, unsigned int len, const spx_uint32_t oversample, float… in interpolate_product_double()
H A Dresample.c130 spx_uint32_t oversample; member
196 int oversample; member
210 int oversample; member
/aosp_15_r20/external/coreboot/src/drivers/uart/
H A Dutil.c9 unsigned int refclk, unsigned int oversample) in uart_baudrate_divisor()
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimstb_truetype.h3976 static float stbtt__oversample_shift(int oversample) in stbtt__oversample_shift()