Home
last modified time | relevance | path

Searched defs:sign (Results 476 - 500 of 765) sorted by relevance

1...<<11121314151617181920>>...31

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord_test.cc856 const auto sign = [](int x) { return x == 0 ? 0 : (x > 0 ? 1 : -1); }; member
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_format.cc186 char sign = '+'; in FormatOffset() local
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgenutil.py188 def sign(val): return val.applyUnary(glslSign) member in GenMath
/third_party/vk-gl-cts/modules/gles31/scripts/
H A Dgenutil.py188 def sign(val): return val.applyUnary(glslSign) member in GenMath
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pDrawCallBatchingTests.cpp278 int sign = (m_spec.triangleCount % 2 == 1 || i % 2 == 0 ? 1 : -1); in createAttributeDatas() local
318 int sign = (i % 2 == 0 ? 1 : -1); in createAttributeDatas() local
[all...]
/third_party/vk-gl-cts/modules/gles2/scripts/
H A Dgenutil.py178 def sign(val): return val.applyUnary(glslSign) member in GenMath
/third_party/vulkan-loader/loader/
H A DcJSON.c97 double n = 0, sign = 1, scale = 0; in parse_number() local
/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H A Dcadaemon_service.cpp203 static void SigUsr1Handler(int sign) in SigUsr1Handler() argument
/base/security/huks/interfaces/inner_api/huks_standard/main/include/
H A Dhks_type.h246 uint8_t sign[SHA256_SIGN_LEN]; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.c1793 void SMP_NotifyCbGenSign(uint8_t status, const uint8_t *sign) in SMP_NotifyCbGenSign() argument
/third_party/ffmpeg/libavcodec/
H A Damrnbdec.c486 const float sign = fixed_index[i] ? -1.0 : 1.0; in decode_8_pulses_31bits() local
270 lsf2lsp_for_mode12k2(AMRContext *p, double lsp[LP_FILTER_ORDER], const float lsf_no_r[LP_FILTER_ORDER], const int16_t *lsf_quantizer[5], const int quantizer_offset, const int sign, const int update) lsf2lsp_for_mode12k2() argument
H A Ddvenc.c106 static av_always_inline int dv_rl2vlc(int run, int level, int sign, in dv_rl2vlc() argument
145 static av_always_inline int dv_rl2vlc(int run, int l, int sign, uint32_t *vlc) in dv_rl2vlc() argument
166 uint8_t sign[64]; member
[all...]
H A Dmpeg4videoenc.c1188 int sign = slevel < 0 ? 1 : 0; in init_uni_mpeg4_rl_tab() local
H A Dclearvideo.c117 int aval = FFABS(val), sign = val < 0; in decode_block() local
H A Datrac9dec.c115 int values, sign, base; in parse_gradient() local
492 const int sign = b->is_signs[i]; in apply_intensity_stereo() local
H A Ddca_core.c254 int sign = (code >> 6) - 1; in parse_coding_header() local
1662 int sign = (code >> 8) - 1; in parse_aux_data() local
H A Ddnxhdenc.c193 int sign = FF_SIGNBIT(block[j]); in dnxhd_10bit_dct_quantize() local
224 int sign, offset = 0, alevel = level; in dnxhd_init_vlc() local
H A Devrcdec.c460 float sign; in decode_3_pulses_10bits() local
H A Dcbs_av1_syntax_template.c748 static const uint8_t sign[AV1_SEG_LVL_MAX] = { 1, 1, 1, 1, 1, 0, 0, 0 }; in segmentation_params() local
H A Dalacenc.c306 int sign = (val ? FFSIGN(val) : 0); in alac_linear_predictor() local
H A Dadpcm.c403 int sign, delta, diff, step; in adpcm_ima_expand_nibble() local
429 int sign, delta, diff, step; in adpcm_ima_alp_expand_nibble() local
486 int nibble, step_index, predictor, sign, delta, diff, step, shift; in adpcm_ima_wav_expand_nibble() local
554 int step_index, predictor, sign, delt in adpcm_ima_oki_expand_nibble() local
575 int sign, delta, diff; adpcm_ct_expand_nibble() local
596 int sign, delta, diff; adpcm_sbpro_expand_nibble() local
[all...]
H A Dvc1_block.c270 int val, sign; in get_mvdata_interlaced() local
516 int index, run, level, lst, sign; vc1_decode_ac_coeff() local
1300 int val, sign; /* temp values */ vc1_decode_p_mb() local
1864 int val, sign; /* temp values */ vc1_decode_b_mb() local
[all...]
H A Dopus_silk.c479 int sign = ff_opus_rc_dec_cdf(rc, ff_silk_model_excitation_sign[active + in silk_decode_excitation() local
/third_party/ffmpeg/libavcodec/mips/
H A Daaccoder_mips.c253 int curidx, sign, count; in quantize_and_encode_band_cost_UQUAD_mips() local
[all...]
H A Dvp3dsp_idct_msa.c28 v8i16 r0, r1, r2, r3, r4, r5, r6, r7, sign; in idct_msa() local
[all...]

Completed in 43 milliseconds

1...<<11121314151617181920>>...31