Home
last modified time | relevance | path

Searched defs:scale (Results 226 - 250 of 1420) sorted by relevance

12345678910>>...57

/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H A Dhantro_jpeg.c275 static unsigned char jpeg_scale_qp(const unsigned char qp, int scale) in jpeg_scale_qp() argument
306 int scale; in jpeg_set_quality() local
289 jpeg_scale_quant_table(unsigned char *file_q_tab, unsigned char *reordered_q_tab, const unsigned char *tab, int scale) jpeg_scale_quant_table() argument
[all...]
/kernel/linux/linux-6.6/drivers/clk/
H A Dclk-fractional-divider.c135 unsigned long scale = fls_long(*parent_rate / rate - 1); in clk_fractional_divider_general_approximation() local
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dipp.h54 uint16_t scale; member
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_rect.c136 int scale = 0; in drm_calc_scale() local
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_ddi_buf_trans.h23 u8 scale; /* scale value */ member
/kernel/linux/linux-6.6/drivers/gpu/drm/sprd/
H A Dmegacores_pll.c219 const u32 scale = 100; in dphy_timing_config() local
[all...]
/kernel/linux/linux-6.6/drivers/iio/position/
H A Diqs624-pos.c137 unsigned int scale = 1; in iqs624_pos_read_raw() local
/kernel/linux/linux-6.6/drivers/leds/
H A Dleds-lp8788.c31 enum lp8788_isink_scale scale; member
/test/xts/acts/ai/nncore/opstest/src/
H A Dpow_test.cpp36 OHNNOperandTest scale = {OH_NN_FLOAT32, OH_NN_POW_SCALE, {1}, &scaleValue, sizeof(float)}; member
56 OHNNOperandTest scale = {OH_NN_FLOAT32, OH_NN_POW_SCALE, {1}, &scaleValue, sizeof(float)}; member
77 OHNNOperandTest scale = {OH_NN_FLOAT32, OH_NN_POW_SCALE, {1}, &scaleValue, sizeof(float)}; member
H A Dinstance_norm_test.cpp37 OHNNOperandTest scale = {OH_NN_FLOAT32, OH_NN_TENSOR, channel_shape, scaleValue, 3*sizeof(float)}; member
60 OHNNOperandTest scale = {OH_NN_FLOAT32, OH_NN_TENSOR, channel_shape, scaleValue, 0*sizeof(float)}; member
H A Dexp_test.cpp36 OHNNOperandTest scale = {OH_NN_FLOAT32, OH_NN_EXP_SCALE, {1}, &scaleValue, sizeof(float)}; member
70 OHNNOperandTest scale = {OH_NN_FLOAT32, OH_NN_EXP_SCALE, {1}, &scaleValue, sizeof(float)}; member
90 OHNNOperandTest scale = {OH_NN_FLOAT32, OH_NN_EXP_SCALE, {1}, &scaleValue, sizeof(float)}; member
/third_party/ffmpeg/libavcodec/
H A Dfitsdec.c268 double scale = header.data_max - header.data_min; in fits_decode_frame() local
H A Dmpeg4video.h97 int a, b, c, wrap, pred, scale, ret; in ff_mpeg4_pred_dc() local
H A Dmdct_template.c44 av_cold int ff_mdct_init(FFTContext *s, int nbits, int inverse, double scale) in ff_mdct_init() argument
H A Dasvenc.c313 const int scale = avctx->codec_id == AV_CODEC_ID_ASV1 ? 1 : 2; in encode_init() local
H A Dadxenc.c42 int scale; in adx_encode() local
H A Dadxdec.c71 int scale = AV_RB16(in); in adx_decode() local
H A Dmpegvideoencdsp.c50 static void add_8x8basis_c(int16_t rem[64], int16_t basis[64], int scale) in add_8x8basis_c() argument
31 try_8x8basis_c(int16_t rem[64], int16_t weight[64], int16_t basis[64], int scale) try_8x8basis_c() argument
H A Dpnmdec.c52 float scale; in pnm_decode_frame() local
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Daacdec_mips.h65 VMUL2_mips(float *dst, const float *v, unsigned idx, const float *scale) VMUL2_mips() argument
96 VMUL4_mips(float *dst, const float *v, unsigned idx, const float *scale) VMUL4_mips() argument
138 VMUL2S_mips(float *dst, const float *v, unsigned idx, unsigned sign, const float *scale) VMUL2S_mips() argument
179 VMUL4S_mips(float *dst, const float *v, unsigned idx, unsigned sign, const float *scale) VMUL4S_mips() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dlut3d.h52 float scale[3]; member
61 struct rgbvec scale; member
H A Dvf_colorkey.c40 double scale; member
48 do_colorkey_pixel(const uint8_t *colorkey_rgba, int r, int g, int b, float similarity, float iblend, int max, double scale) do_colorkey_pixel() argument
[all...]
/third_party/ffmpeg/tests/
H A Dtiny_psnr.c247 uint64_t scale = (len == 4) ? (1ULL << 24) : (1ULL << 32); in run_psnr() local
/third_party/astc-encoder/Source/
H A Dastcenc_integer_sequence.cpp385 uint8_t scale:6; member
/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_pdftopdf.cc168 Matrix &Matrix::scale(double sx,double sy) // {{{ in scale() function in Matrix

Completed in 19 milliseconds

12345678910>>...57