Home
last modified time | relevance | path

Searched defs:coeff (Results 51 - 75 of 82) sorted by relevance

1234

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_peeling.cpp947 SExpression coeff = rec->GetCoefficient(); in GetValueAtIteration() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_peeling.cpp947 SExpression coeff = rec->GetCoefficient(); in GetValueAtIteration() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Denc_mips_dsp_r2.c1278 int sign, coeff, level; in QuantizeBlock_MIPSdspR2() local
[all...]
H A Denc.c660 const uint32_t coeff = (sign ? -in[j] : in[j]) + mtx->sharpen_[j]; in QuantizeBlock_C() local
/third_party/python/Modules/_decimal/libmpdec/
H A Dio.c139 const char *coeff = NULL; in scan_dpoint_exp() local
184 const char *coeff; in scan_payload() local
203 const char *coeff, *end; in mpd_qset_string() local
[all...]
/third_party/spirv-tools/source/opt/
H A Dloop_peeling.cpp948 SExpression coeff = rec->GetCoefficient(); in GetValueAtIteration() local
/third_party/ffmpeg/libavcodec/
H A Ddca_core.c2116 int coeff = mul16(*coeff_ptr++, scale_inv); in filter_frame_fixed() local
2299 int coeff = *coeff_ptr++; in filter_frame_float() local
H A Devrcdec.c522 static void bandwidth_expansion(float *coeff, const float *inbuf, float gamma) in bandwidth_expansion() argument
573 static void postfilter(EVRCContext *e, float *in, const float *coeff, in postfilter() argument
H A Daacpsy.c353 AacPsyCoeffs *coeff = &coeffs[g]; in psy_3gpp_init() local
H A Ddca_lbr.c763 static void convert_lpc(float *coeff, const int *codes) in convert_lpc() argument
1469 static void predict(float *samples, const float *coeff, int nsamples) in predict() argument
H A Drv34.c255 int coeff = modulo_three_table[code] >> 6; in decode_subblock1() local
H A Dsnow.h82 uint16_t coeff; member
H A Dvc2enc.c539 dwtcoef *coeff = b->buf + top * b->stride; in encode_subband() local
H A Dmlpenc.c67 int32_t coeff[MAX_MATRICES][MAX_CHANNELS+2]; ///< decoding coefficients member
808 int32_t coeff in write_matrix_params() local
1279 int coeff = fcoeff[order]; code_filter_coeffs() local
1406 int32_t coeff = mp->coeff[mat][channel]; code_matrix_coeffs() local
[all...]
H A Ddiracdec.c443 int coeff = dirac_get_se_golomb(gb); in coeff_unpack_golomb() local
[all...]
H A Dmpegvideo_enc.c3805 int coeff[2][64]; in dct_quantize_trellis_c() local
4208 int coeff; dct_quantize_refine() local
[all...]
H A Dvp8.c1348 int coeff; in decode_block_coeffs_internal() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_stereo3d.c311 static inline uint8_t ana_convert(const int *coeff, const uint8_t *left, const uint8_t *right) in ana_convert() argument
/third_party/lame/frontend/
H A Dgtkanal.c613 double coeff; in plot_frame() local
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_lib.c787 BIGNUM *coeff = sk_BIGNUM_value(coeffs, i - 1); in DEFINE_STACK_OF() local
/third_party/openssl/crypto/rsa/
H A Drsa_lib.c783 BIGNUM *coeff = sk_BIGNUM_value(coeffs, i - 1); in DEFINE_STACK_OF() local
/third_party/ffmpeg/libswscale/
H A Dutils.c429 int64_t coeff = fone - FFABS((int64_t)xx * (1 << 16) - xDstInSrc) * (fone >> 16); in initFilter() local
469 int64_t coeff; in initFilter() local
[all...]
/third_party/backends/backend/genesys/
H A Dgenesys.cpp1754 float coeff = 1; in scanner_coarse_gain_calibration() local
2730 compute_coefficient (unsigned int coeff, unsigned int target, unsigned int value) in compute_coefficient() argument
2779 compute_averaged_planar(Genesys_Device * dev, const Genesys_Sensor& sensor, std::uint8_t* shading_data, unsigned int pixels_per_line, unsigned int words_per_color, unsigned int channels, unsigned int o, unsigned int coeff, unsigned int target_bright, unsigned int target_dark) compute_averaged_planar() argument
2959 compute_coefficients(Genesys_Device * dev, std::uint8_t* shading_data, unsigned int pixels_per_line, unsigned int channels, ColorOrder color_order, int offset, unsigned int coeff, unsigned int target) compute_coefficients() argument
3031 compute_planar_coefficients(Genesys_Device * dev, std::uint8_t* shading_data, unsigned int factor, unsigned int pixels_per_line, unsigned int words_per_color, unsigned int channels, ColorOrder color_order, unsigned int offset, unsigned int coeff, unsigned int target) compute_planar_coefficients() argument
3093 compute_shifted_coefficients(Genesys_Device * dev, const Genesys_Sensor& sensor, std::uint8_t* shading_data, unsigned int pixels_per_line, unsigned int channels, ColorOrder color_order, int offset, unsigned int coeff, unsigned int target_dark, unsigned int target_bright, unsigned int patch_size) compute_shifted_coefficients() argument
3197 unsigned int coeff, target_code, words_per_color = 0; genesys_send_shading_coefficient() local
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_program.c658 float coeff[] = { in ntq_fsin() local
683 float coeff[] = { in ntq_fcos() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c3172 LLVMValueRef coeff; in lp_build_polynomial() local

Completed in 61 milliseconds

1234