| /kernel/linux/linux-6.6/drivers/media/platform/verisilicon/ |
| H A D | hantro_jpeg.c | 275 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 D | clk-fractional-divider.c | 135 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 D | ipp.h | 54 uint16_t scale; member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ |
| H A D | drm_rect.c | 136 int scale = 0; in drm_calc_scale() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
| H A D | intel_ddi_buf_trans.h | 23 u8 scale; /* scale value */ member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/sprd/ |
| H A D | megacores_pll.c | 219 const u32 scale = 100; in dphy_timing_config() local [all...] |
| /kernel/linux/linux-6.6/drivers/iio/position/ |
| H A D | iqs624-pos.c | 137 unsigned int scale = 1; in iqs624_pos_read_raw() local
|
| /kernel/linux/linux-6.6/drivers/leds/ |
| H A D | leds-lp8788.c | 31 enum lp8788_isink_scale scale; member
|
| /test/xts/acts/ai/nncore/opstest/src/ |
| H A D | pow_test.cpp | 36 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 D | instance_norm_test.cpp | 37 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 D | exp_test.cpp | 36 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 D | fitsdec.c | 268 double scale = header.data_max - header.data_min; in fits_decode_frame() local
|
| H A D | mpeg4video.h | 97 int a, b, c, wrap, pred, scale, ret; in ff_mpeg4_pred_dc() local
|
| H A D | mdct_template.c | 44 av_cold int ff_mdct_init(FFTContext *s, int nbits, int inverse, double scale) in ff_mdct_init() argument
|
| H A D | asvenc.c | 313 const int scale = avctx->codec_id == AV_CODEC_ID_ASV1 ? 1 : 2; in encode_init() local
|
| H A D | adxenc.c | 42 int scale; in adx_encode() local
|
| H A D | adxdec.c | 71 int scale = AV_RB16(in); in adx_decode() local
|
| H A D | mpegvideoencdsp.c | 50 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 D | pnmdec.c | 52 float scale; in pnm_decode_frame() local [all...] |
| /third_party/ffmpeg/libavcodec/mips/ |
| H A D | aacdec_mips.h | 65 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 D | lut3d.h | 52 float scale[3]; member 61 struct rgbvec scale; member
|
| H A D | vf_colorkey.c | 40 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 D | tiny_psnr.c | 247 uint64_t scale = (len == 4) ? (1ULL << 24) : (1ULL << 32); in run_psnr() local
|
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_integer_sequence.cpp | 385 uint8_t scale:6; member
|
| /third_party/cups-filters/filter/pdftopdf/ |
| H A D | qpdf_pdftopdf.cc | 168 Matrix &Matrix::scale(double sx,double sy) // {{{ in scale() function in Matrix
|