/third_party/ffmpeg/libavcodec/ |
H A D | dcaadpcm.h | 36 const int16_t *coeff = ff_dca_adpcm_vb[pred_vq_index]; in ff_dcaadpcm_predict() local
|
H A D | adx.c | 26 void ff_adx_calculate_coeffs(int cutoff, int sample_rate, int bits, int *coeff) in ff_adx_calculate_coeffs() argument 38 ff_adx_decode_header(AVCodecContext *avctx, const uint8_t *buf, int bufsize, int *header_size, int *coeff) ff_adx_decode_header() argument
|
H A D | adx.h | 48 int coeff[2]; member
|
H A D | opusdsp.c | 46 static float deemphasis_c(float *y, float *x, float coeff, int len) in deemphasis_c() argument
|
H A D | rtjpeg.c | 48 int coeff, i, n; in get_block() local [all...] |
H A D | vp5.c | 188 int coeff, sign, coeff_idx; in vp5_parse_coeff() local [all...] |
/third_party/python/Modules/_decimal/tests/ |
H A D | bignum.py | 35 coeff = int(x) variable
|
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/ |
H A D | render_post_process_common.h | 26 float getVignetteCoeff(const vec2 uv, CORE_RELAXEDP const float coeff, CORE_RELAXEDP const float power) in getVignetteCoeff() argument
|
/third_party/ffmpeg/libswresample/ |
H A D | rematrix_template.c | 65 INTER coeff = coeffp[index]; in copy() local
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | mlpdsp_init.c | 135 static void mlp_filter_channel_x86(int32_t *state, const int32_t *coeff, in mlp_filter_channel_x86() argument
|
/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/ |
H A D | injector_utils.cpp | 89 double coeff = static_cast<double>(Combination(n, i)) * pow(t, i) * pow(1 - t, n - i); in BezierCurve() local
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | af9033_priv.h | 30 struct coeff { struct
|
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/ |
H A D | csc.c | 27 u16 coeff[12]; member 144 u16 *coeff, *end_coeff; in csc_set_coeff() local [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/ti/vpe/ |
H A D | csc.c | 27 u16 coeff[12]; member 144 u16 *coeff, *end_coeff; in csc_set_coeff() local [all...] |
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | af9033_priv.h | 30 struct coeff { struct
|
/test/xts/acts/ai/nncore/opstest/src/ |
H A D | reducel2_test.cpp | 41 OHNNOperandTest coeff = {OH_NN_FLOAT32, OH_NN_REDUCE_L2_COEFF, {1}, coeffValue, sizeof(float)};
member 65 OHNNOperandTest coeff = {OH_NN_FLOAT32, OH_NN_REDUCE_L2_COEFF, {1}, coeffValue, sizeof(float)};
member 89 OHNNOperandTest coeff = {OH_NN_FLOAT32, OH_NN_REDUCE_L2_COEFF, {1}, coeffValue, sizeof(float)};
member 113 OHNNOperandTest coeff = {OH_NN_FLOAT32, OH_NN_REDUCE_L2_COEFF, {1}, coeffValue, sizeof(float)};
member 137 OHNNOperandTest coeff = {OH_NN_FLOAT32, OH_NN_REDUCE_L2_COEFF, {1}, coeffValue, sizeof(float)};
member [all...] |
/third_party/ffmpeg/tests/checkasm/ |
H A D | sw_scale.c | 85 uint16_t coeff[8]; in check_yuv2yuvX() member
|
/third_party/ffmpeg/libswscale/ |
H A D | swscale.h | 117 double *coeff; ///< pointer to the list of coefficients member
|
/third_party/skia/src/gpu/ |
H A D | GrXferProcessor.cpp | 102 static const char* coeff_string(GrBlendCoeff coeff) { in coeff_string() argument
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | yuv.h | 59 static WEBP_INLINE int MultHi(int v, int coeff) { // _mm_mulhi_epu16 emulation in MultHi() argument
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | post_proc_slr.cpp | 53 SLRWeightMat SLRProc::GetWeights(float coeff, int n) in GetWeights() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/color/ |
H A D | color_gamma.h | 75 struct regamma_coeff coeff; member
|
/kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/ |
H A D | global1_atu.c | 45 const unsigned int coeff = chip->info->age_time_coeff; in mv88e6xxx_g1_atu_set_age_time() local
|
/kernel/linux/linux-5.10/drivers/media/pci/cx88/ |
H A D | cx88-dsp.c | 101 s32 coeff = 2 * int_cos(freq); in int_goertzel() local
|
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/ |
H A D | lm25066.c | 449 struct __coeff *coeff; in lm25066_probe() local [all...] |