| /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...] |
| H A D | dstdec.c | 66 int coeff[DST_MAX_ELEMENTS][128]; member
|
| H A D | binkaudio.c | 178 int width, coeff; in decode_block() local
|
| H A D | mlpdsp.c | 27 static void mlp_filter_channel(int32_t *state, const int32_t *coeff, in mlp_filter_channel() argument
|
| H A D | mlp.h | 90 int32_t coeff[NUM_FILTERS][MAX_FIR_ORDER]; member
|
| H A D | nellymoserenc.c | 308 float power_val, coeff, coeff_sum; in encode_block() local
|
| H A D | ratecontrol.h | 36 double coeff; member
|
| /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
|
| /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...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | afir_template.c | 150 ctype *coeff = (ctype *)seg->coeff->extended_data[ch]; in convert_channels() local 314 const ctype *coeff = (const ctype *)seg->coeff->extended_data[ch * !s->one2many] + coffset; in fir_quantum() local 347 const ctype *coeff = (const ctype *)seg->coeff in fir_quantum() local [all...] |
| H A D | af_afir.h | 48 AVFrame *coeff; member
|