Home
last modified time | relevance | path

Searched defs:numpoints (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Delbg.c140 int numpoints[2] = {0,0}; in simple_lbg() local
337 int avpriv_init_elbg(int *points, int dim, int numpoints, int *codebook, in avpriv_init_elbg()
371 int avpriv_do_elbg(int *points, int dim, int numpoints, int *codebook, in avpriv_do_elbg()
/third_party/icu/icu4c/source/test/intltest/
Dpunyref.cpp111 punycode_uint delta, punycode_uint numpoints, int firsttime ) in adapt()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DPunycodeReference.java124 private static int adapt(int delta, int numpoints, boolean firsttime ){ in adapt()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DPunycodeReference.java121 private static int adapt(int delta, int numpoints, boolean firsttime ){ in adapt()
/third_party/glib/glib/
Dghostutils.c101 guint numpoints, in adapt()
/third_party/libpsl/src/
Dpsl.c397 static punycode_uint adapt(punycode_uint delta, punycode_uint numpoints, int firsttime) in adapt()