Home
last modified time | relevance | path

Searched defs:cdf (Results 1 – 25 of 116) sorted by relevance

12345

/aosp_15_r20/external/libgav1/src/utils/
H A Dentropy_decoder.cc57 uint32_t ScaleCdf(uint32_t values_in_range_shifted, const uint16_t* const cdf, in ScaleCdf()
63 void UpdateCdf(uint16_t* LIBGAV1_RESTRICT const cdf, const int symbol_count, in UpdateCdf()
172 void UpdateCdf5(uint16_t* LIBGAV1_RESTRICT const cdf, const int symbol) { in UpdateCdf5()
199 void UpdateCdf7To9(uint16_t* LIBGAV1_RESTRICT const cdf, const int symbol) { in UpdateCdf7To9()
220 void UpdateCdf7(uint16_t* const cdf, const int symbol) { in UpdateCdf7()
224 void UpdateCdf8(uint16_t* const cdf, const int symbol) { in UpdateCdf8()
228 void UpdateCdf9(uint16_t* const cdf, const int symbol) { in UpdateCdf9()
233 void UpdateCdf11(uint16_t* LIBGAV1_RESTRICT const cdf, const int symbol) { in UpdateCdf11()
270 void UpdateCdf13(uint16_t* LIBGAV1_RESTRICT const cdf, const int symbol) { in UpdateCdf13()
303 void UpdateCdf16(uint16_t* LIBGAV1_RESTRICT const cdf, const int symbol) { in UpdateCdf16()
[all …]
H A Dentropy_decoder_test.cc102 uint16_t cdf[4][3] = { in TestReadSymbolBoolean() local
154 uint16_t cdf[4][4] = { in TestReadSymbol3() local
212 uint16_t cdf[4][5] = { in TestReadSymbol4() local
272 uint16_t cdf[4][6] = { in TestReadSymbol5() local
334 uint16_t cdf[4][7] = { in TestReadSymbol6() local
402 uint16_t cdf[4][8] = { in TestReadSymbol7() local
472 uint16_t cdf[4][9] = { in TestReadSymbol8() local
544 uint16_t cdf[4][10] = { in TestReadSymbol9() local
618 uint16_t cdf[4][11] = { in TestReadSymbol10() local
695 uint16_t cdf[4][12] = { in TestReadSymbol11() local
[all …]
/aosp_15_r20/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/format/
H A DCompactDecimalFormatTest.java373 CompactDecimalFormat cdf = in TestDefaultSignificantDigits() local
383 CompactDecimalFormat cdf = in TestCharacterIterator() local
401 NumberFormat cdf = in TestArabicLongStyle() local
468 CompactDecimalFormat cdf = getCDFInstance( in TestFieldPosition() local
480 CompactDecimalFormat cdf = CompactDecimalFormat.getInstance( in TestEquals() local
493 CompactDecimalFormat cdf = CompactDecimalFormat.getInstance( in TestBig() local
506 CompactDecimalFormat cdf = CompactDecimalFormat.getInstance( in TestParsing() local
518 CompactDecimalFormat cdf = getCDFInstance(locale, style); in checkLocale() local
522 private void checkCdf(String title, CompactDecimalFormat cdf, Object[][] testData) { in checkCdf()
558 CompactDecimalFormat cdf = CompactDecimalFormat.getInstance( in TestWriteAndReadObject() local
[all …]
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DCompactDecimalFormatTest.java376 CompactDecimalFormat cdf = in TestDefaultSignificantDigits() local
386 CompactDecimalFormat cdf = in TestCharacterIterator() local
404 NumberFormat cdf = in TestArabicLongStyle() local
471 CompactDecimalFormat cdf = getCDFInstance( in TestFieldPosition() local
483 CompactDecimalFormat cdf = CompactDecimalFormat.getInstance( in TestEquals() local
496 CompactDecimalFormat cdf = CompactDecimalFormat.getInstance( in TestBig() local
509 CompactDecimalFormat cdf = CompactDecimalFormat.getInstance( in TestParsing() local
521 CompactDecimalFormat cdf = getCDFInstance(locale, style); in checkLocale() local
525 private void checkCdf(String title, CompactDecimalFormat cdf, Object[][] testData) { in checkCdf()
561 CompactDecimalFormat cdf = CompactDecimalFormat.getInstance( in TestWriteAndReadObject() local
[all …]
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DWorkCountTrackerTest.java85 double[] cdf = new double[probs.length]; in buildCdf() local
101 static int getRandomIndex(double[] cdf, double rand) { in getRandomIndex()
111 static int getRandomWorkType(double[] cdf, double rand) { in getRandomWorkType()
316 final double[] cdf = buildWorkTypeCdf(0.5, 0, 0, 0, 0.5, 0, 0); in testRandom2() local
334 final double[] cdf = buildWorkTypeCdf(1.0 / 3, 0, 0, 0, 1.0 / 3, 0, 1.0 / 3); in testRandom3() local
352 final double[] cdf = buildWorkTypeCdf(1.0 / 3, 0, 0, 0, 1.0 / 3, 0, 1.0 / 3); in testRandom4() local
372 final double[] cdf = buildWorkTypeCdf(0.1, 0, 0, 0, 0.8, 0.02, .08); in testRandom5() local
392 final double[] cdf = buildWorkTypeCdf(0.8, 0.05, 0.05, 0, 0.1, 0, 0); in testRandom6() local
412 final double[] cdf = buildWorkTypeCdf(0.1, 0, 0, 0, 0.1, 0.05, .75); in testRandom7() local
433 final double[] cdf = buildWorkTypeCdf(0.8, 0.1, 0, 0, 0.05, 0, 0.05); in testRandom8() local
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dcompactdecimalformattest.cpp334 LocalPointer<CompactDecimalFormat> cdf(createCDFInstance("sw", UNUM_SHORT, status)); in TestFieldPosition() local
371 …LocalPointer<CompactDecimalFormat> cdf(CompactDecimalFormat::createInstance("en", UNUM_SHORT, stat… in TestDefaultSignificantDigits() local
387 …LocalPointer<CompactDecimalFormat> cdf(CompactDecimalFormat::createInstance("en", UNUM_SHORT, stat… in TestAPIVariants() local
493 …LocalPointer<CompactDecimalFormat> cdf(CompactDecimalFormat::createInstance(locale, UNUM_SHORT, st… in TestBug12975() local
510 LocalPointer<CompactDecimalFormat> cdf(createCDFInstance(locale, style, status)); in CheckLocale() local
527 LocalPointer<CompactDecimalFormat> cdf(createCDFInstance(locale, style, status)); in CheckLocaleWithCurrency() local
542const CompactDecimalFormat* cdf, const ExpectedResult* expectedResult, const char* description) { in CheckExpectedResult()
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dcompactdecimalformattest.cpp335 LocalPointer<CompactDecimalFormat> cdf(createCDFInstance("sw", UNUM_SHORT, status)); in TestFieldPosition() local
372 …LocalPointer<CompactDecimalFormat> cdf(CompactDecimalFormat::createInstance("en", UNUM_SHORT, stat… in TestDefaultSignificantDigits() local
388 …LocalPointer<CompactDecimalFormat> cdf(CompactDecimalFormat::createInstance("en", UNUM_SHORT, stat… in TestAPIVariants() local
494 …LocalPointer<CompactDecimalFormat> cdf(CompactDecimalFormat::createInstance(locale, UNUM_SHORT, st… in TestBug12975() local
511 LocalPointer<CompactDecimalFormat> cdf(createCDFInstance(locale, style, status)); in CheckLocale() local
528 LocalPointer<CompactDecimalFormat> cdf(createCDFInstance(locale, style, status)); in CheckLocaleWithCurrency() local
543const CompactDecimalFormat* cdf, const ExpectedResult* expectedResult, const char* description) { in CheckExpectedResult()
/aosp_15_r20/external/libgav1/src/tile/bitstream/
H A Dpartition.cc42 uint16_t cdf = partition_cdf[kPartitionNone] - in PartitionCdfGatherHorizontalAlike() local
72 uint16_t cdf = partition_cdf[kPartitionHorizontal] + in PartitionCdfGatherVerticalAlike() local
135 const uint16_t cdf = in ReadPartition() local
140 const uint16_t cdf = in ReadPartition() local
H A Dmode_info.cc326 int Tile::ReadAndClipDelta(uint16_t* const cdf, int delta_small, int scale, in ReadAndClipDelta()
390 uint16_t* cdf; in ReadPredictionModeY() local
417 uint16_t* const cdf = in ReadIntraAngleInfo() local
461 uint16_t* const cdf = in ReadPredictionModeUV() local
/aosp_15_r20/external/libaom/aom_dsp/
H A Dbitreader.h48 #define aom_read_cdf(r, cdf, nsymbs, ACCT_STR_NAME) \ argument
50 #define aom_read_symbol(r, cdf, nsymbs, ACCT_STR_NAME) \ argument
168 static inline int aom_read_cdf_(aom_reader *r, const aom_cdf_prob *cdf, in aom_read_cdf_()
220 static inline int aom_read_symbol_(aom_reader *r, aom_cdf_prob *cdf, in aom_read_symbol_()
H A Dbitwriter.h74 aom_cdf_prob cdf[2] = { (aom_cdf_prob)p, 32767 }; in aom_write() local
92 const aom_cdf_prob *cdf, int nsymbs) { in aom_write_cdf()
100 static inline void aom_write_symbol(aom_writer *w, int symb, aom_cdf_prob *cdf, in aom_write_symbol()
/aosp_15_r20/external/libdav1d/src/
H A Dmsac.c133 uint16_t *const cdf, in dav1d_msac_decode_symbol_adapt_c()
169 uint16_t *const cdf) in dav1d_msac_decode_bool_adapt_c()
187 unsigned dav1d_msac_decode_hi_tok_c(MsacContext *const s, uint16_t *const cdf) { in dav1d_msac_decode_hi_tok_c()
H A Dcdf.c4063 void dav1d_cdf_thread_init_static(CdfThreadContext *const cdf, const unsigned qidx) { in dav1d_cdf_thread_init_static()
4080 int dav1d_cdf_thread_alloc(Dav1dContext *const c, CdfThreadContext *const cdf, in dav1d_cdf_thread_alloc()
4102 void dav1d_cdf_thread_unref(CdfThreadContext *const cdf) { in dav1d_cdf_thread_unref()
H A Dcdf.h139 CdfContext *cdf; // if ref != NULL member
/aosp_15_r20/external/libaom/test/
H A Dec_test.cc70 uint16_t cdf[2]; in TEST() local
106 uint16_t cdf[2]; in TEST() local
/aosp_15_r20/external/libaom/av1/decoder/
H A Ddecodetxb.c75 aom_cdf_prob *cdf = br_cdf[br_ctx]; in read_coeffs_reverse_2d() local
99 aom_cdf_prob *cdf = br_cdf[br_ctx]; in read_coeffs_reverse() local
251 aom_cdf_prob *cdf = in read_coeffs_txb() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/distribution/
H A DKolmogorovSmirnovDistribution.java100 public double cdf(double d) throws MathArithmeticException { in cdf() method in KolmogorovSmirnovDistribution
136 public double cdf(double d, boolean exact) throws MathArithmeticException { in cdf() method in KolmogorovSmirnovDistribution
/aosp_15_r20/external/executorch/extension/llm/sampler/
H A Dsampler.cpp61 T cdf = 0.0; in sample_mult() local
112 T cdf = 0; in sample_topp() local
/aosp_15_r20/external/libdav1d/tests/checkasm/
H A Dmsac.c55 static void randomize_cdf(uint16_t *const cdf, const int n) { in randomize_cdf()
158 uint16_t cdf[2][2]; in check_decode_bool_adapt() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DVerifyCompactNumbers.java189 CompactDecimalFormat cdf = in showNumbers() local
315 CompactDecimalFormat cdf, in collectSamplesAndSetFormats()
/aosp_15_r20/external/libaom/aom_util/
H A Ddebug_util.c58 void bitstream_queue_pop(int *result, aom_cdf_prob *cdf, int *nsymbs) { in bitstream_queue_pop()
71 void bitstream_queue_push(int result, const aom_cdf_prob *cdf, int nsymbs) { in bitstream_queue_push()
/aosp_15_r20/external/libaom/av1/encoder/
H A Dcost.c29 void av1_cost_tokens_from_cdf(int *costs, const aom_cdf_prob *cdf, in av1_cost_tokens_from_cdf()
/aosp_15_r20/external/libdav1d/src/x86/
H A Dmsac.h57 #define dav1d_msac_decode_symbol_adapt16(ctx, cdf, symb) ((ctx)->symbol_adapt16(ctx, cdf, symb)) argument
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/inference/
H A DKolmogorovSmirnovTest.java470 public double cdf(double d, int n) in cdf() method in KolmogorovSmirnovTest
510 public double cdf(double d, int n, boolean exact) in cdf() method in KolmogorovSmirnovTest
/aosp_15_r20/external/pytorch/torch/distributions/
H A Dhalf_cauchy.py75 def cdf(self, value): member in HalfCauchy

12345