Home
last modified time | relevance | path

Searched defs:coef (Results 26 - 50 of 129) sorted by relevance

123456

/kernel/linux/linux-5.10/include/uapi/linux/
H A Djoystick.h77 __s32 coef[8]; member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgt215.c117 u32 coef = nvkm_rd32(device, pll + 4); in read_pll() local
370 const u32 coef = pll + 4; in prog_pll() local
H A Dnv50.c56 u32 coef, ref = nvkm_clk_read(&clk->base, nv_clk_src_crystal); in read_pll_src() local
163 u32 coef = nvkm_rd32(device, base + 4); read_pll() local
[all...]
H A Dmcp77.c53 u32 coef = nvkm_rd32(device, base + 4); in read_pll() local
H A Dgk104.c38 u32 coef; member
64 u32 coef = nvkm_rd32(device, pll + 0x04); in read_pll() local
263 calc_pll(struct gk104_clk *clk, int idx, u32 freq, u32 *coef) in calc_pll() argument
[all...]
H A Dgf100.c38 u32 coef; member
63 u32 coef = nvkm_rd32(device, pll + 0x04); in read_pll() local
250 calc_pll(struct gf100_clk *clk, int idx, u32 freq, u32 *coef) in calc_pll() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/
H A Dia_css_sdis_common_types.h41 } grid, coef, proj; member
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
H A Disph3a_af.c33 u32 coef; in h3a_af_setup_regs() local
/kernel/linux/linux-6.6/include/media/
H A Dv4l2-vp9.h71 u8 coef[4][2][2][6][6][3]; member
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/
H A Dia_css_sdis_common_types.h41 } grid, coef, proj; member
/kernel/linux/linux-6.6/drivers/thermal/
H A Dthermal_of.c245 int coef[2]; in thermal_of_parameters_init() local
/kernel/linux/linux-6.6/include/uapi/linux/
H A Djoystick.h77 __s32 coef[8]; member
/kernel/linux/linux-6.6/crypto/async_tx/
H A Dasync_raid6_recov.c162 unsigned char coef[2]; in __2data_recov_4() local
18 async_sum_product(struct page *dest, unsigned int d_off, struct page **srcs, unsigned int *src_offs, unsigned char *coef, size_t len, struct async_submit_ctl *submit) async_sum_product() argument
87 async_mult(struct page *dest, unsigned int d_off, struct page *src, unsigned int s_off, u8 coef, size_t len, struct async_submit_ctl *submit) async_mult() argument
212 unsigned char coef[2]; __2data_recov_5() local
303 unsigned char coef[2]; __2data_recov_n() local
478 u8 coef; async_raid6_datap_recov() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgt215.c117 u32 coef = nvkm_rd32(device, pll + 4); in read_pll() local
370 const u32 coef = pll + 4; in prog_pll() local
H A Dnv50.c56 u32 coef, ref = nvkm_clk_read(&clk->base, nv_clk_src_crystal); in read_pll_src() local
163 u32 coef = nvkm_rd32(device, base + 4); read_pll() local
[all...]
H A Dmcp77.c53 u32 coef = nvkm_rd32(device, base + 4); in read_pll() local
H A Dgf100.c38 u32 coef; member
63 u32 coef = nvkm_rd32(device, pll + 0x04); in read_pll() local
250 calc_pll(struct gf100_clk *clk, int idx, u32 freq, u32 *coef) in calc_pll() argument
[all...]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Djoystick.h46 __s32 coef[8]; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Djoystick.h46 __s32 coef[8]; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Djoystick.h33 __s32 coef[8]; member
/third_party/ffmpeg/libavcodec/
H A Daacenc_quantization.h144 int coef = av_clip_uintp2(quant(fabsf(in[i+j]), Q, ROUNDING), 13); in quantize_and_encode_band_cost_template() local
H A Daacenc_tns.c48 static inline int compress_coeffs(int *coef, int order, int c_bits) in compress_coeffs() argument
147 static inline void quantize_coefs(double *coef, int *idx, float *lpc, int order, in quantize_coefs() argument
H A Daacenc_utils.h59 static inline int quant(float coef, const float Q, const float rounding) in quant() argument
157 static inline uint8_t coef2minsf(float coef) in coef2minsf() argument
163 static inline uint8_t coef2maxsf(float coef) in coef2maxsf() argument
H A Daacdec_fixed.c155 int i, coef; in vector_pow43() local
281 static av_always_inline void predict(PredictorState *ps, int *coef, in predict() argument
[all...]
H A Dac3dsp.c131 static void ac3_extract_exponents_c(uint8_t *exp, int32_t *coef, int nb_coefs) in ac3_extract_exponents_c() argument

Completed in 14 milliseconds

123456