/third_party/ffmpeg/libavcodec/ |
H A D | twinvq.c | 46 static float eval_lpc_spectrum(const float *lsp, float cos_val, int order) in eval_lpc_spectrum() argument 251 static void rearrange_lsp(int order, float *lsp, float min_dist) in rearrange_lsp() argument
|
H A D | opus_silk.c | 65 static inline void silk_stabilize_lsf(int16_t nlsf[16], int order, const uint16_t min_delta[17]) in silk_stabilize_lsf() argument 143 silk_is_lpc_stable(const int16_t lpc[16], int order) silk_is_lpc_stable() argument 218 silk_lsf2lpc(const int16_t nlsf[16], float lpcf[16], int order) silk_lsf2lpc() argument 311 int order; // order of the LP polynomial; 10 for NB/MB and 16 for WB silk_decode_lpc() local 516 int order; // order of the LPC coefficients silk_decode_frame() local [all...] |
H A D | opus_pvq.c | 205 const uint8_t *order = &ff_celt_hadamard_order[hadamard ? stride - 2 : 30]; in celt_interleave_hadamard() local 218 const uint8_t *order = &ff_celt_hadamard_order[hadamard ? stride - 2 : 30]; in celt_deinterleave_hadamard() local
|
/third_party/ffmpeg/libavformat/ |
H A D | gxfenc.c | 62 unsigned order; ///< interleaving order member
|
/third_party/ffmpeg/libavutil/ |
H A D | channel_layout.h | 295 enum AVChannelOrder order; global() member [all...] |
/third_party/backends/backend/genesys/ |
H A D | image_pipeline.cpp | 323 get_output_format(PixelFormat input_format, ColorOrder order) get_output_format() argument
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
H A D | RuleBasedCollator.java | 911 setReorderCodes(int... order) setReorderCodes() argument [all...] |
H A D | Collator.java | 455 public void setReorderCodes(int... order) in setReorderCodes() argument [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | callcoll.c | 480 int32_t order; in getOrders() local [all...] |
/third_party/icu/tools/unicode/c/genuca/ |
H A D | genuca.cpp | 1342 const char *order = options[HAN_ORDER].value; in main() local
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | RuleBasedCollator.java | 888 setReorderCodes(int... order) setReorderCodes() argument [all...] |
H A D | Collator.java | 434 public void setReorderCodes(int... order) in setReorderCodes() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | ucal.cpp | 705 UResourceBundle *order = ures_getByKey(rb, prefRegion, nullptr, status); in ucal_getKeywordValuesForLocale() local
|
H A D | dtitvfmt.cpp | 1359 UBool order = fInfo->getDefaultOrder(); in setIntervalPattern() local 1369 UBool order = laterDateFirst; in setIntervalPattern() local
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-code-manager.h | 195 GetTSANStoreStub(SaveFPRegsMode fp_mode, int size, std::memory_order order) GetTSANStoreStub() argument
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | dtitvfmt.cpp | 1359 UBool order = fInfo->getDefaultOrder(); in setIntervalPattern() local 1369 UBool order = laterDateFirst; in setIntervalPattern() local
|
/third_party/node/deps/v8/src/objects/ |
H A D | objects-inl.h | 837 void HeapObject::set_map(Map value, MemoryOrder order, VerificationMode mode) { in set_map() argument 859 set_map_word(MapWord::FromMap(value), order); in set_map() local
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_compiler.cpp | 1467 static unsigned order[] = { in d3d12_select_shader_variants() local
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_emit_gv100.cpp | 1044 int order = 1; in emitLDSTc() local
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecp_nistz256.c | 821 const BIGNUM *order; in ecp_nistz256_mult_precompute() local
|
H A D | ec_curve.c | 3140 BIGNUM *p = NULL, *a = NULL, *b = NULL, *x = NULL, *y = NULL, *order = ec_group_new_from_data() local [all...] |
H A D | ec_lib.c | 363 EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor) EC_GROUP_set_generator() argument 443 EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) EC_GROUP_get_order() argument 1410 const BIGNUM *order = EC_GROUP_get0_order(group); ec_group_explicit_to_named() local 1547 BIGNUM *p = NULL, *a = NULL, *b = NULL, *order = NULL, *cofactor = NULL; EC_GROUP_new_from_params() local [all...] |
H A D | ec_local.h | 213 BIGNUM *order, *cofactor; member
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 986 BIGNUM *p, *a, *b, *order, *cofactor; member
|
/third_party/openssl/crypto/ec/ |
H A D | ec_curve.c | 3140 BIGNUM *p = NULL, *a = NULL, *b = NULL, *x = NULL, *y = NULL, *order = ec_group_new_from_data() local [all...] |