Home
last modified time | relevance | path

Searched refs:distincts (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/tests/
H A Dmjpegenc_huffman.c136 HuffTable distincts[5]; in main() local
140 ff_mjpegenc_huffman_compute_bits(val_counts, distincts, in main()
141 FF_ARRAY_ELEMS(distincts), 3); in main()
143 for (i = 0; i < FF_ARRAY_ELEMS(distincts); i++) { in main()
144 if (distincts[i].code != expected[i].code || in main()
145 distincts[i].length != expected[i].length) { in main()
151 distincts[i].code, distincts[i].length); in main()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/tests/
H A Dmjpegenc_huffman.c136 HuffTable distincts[5]; in main() local
140 ff_mjpegenc_huffman_compute_bits(val_counts, distincts, in main()
141 FF_ARRAY_ELEMS(distincts), 3); in main()
143 for (i = 0; i < FF_ARRAY_ELEMS(distincts); i++) { in main()
144 if (distincts[i].code != expected[i].code || in main()
145 distincts[i].length != expected[i].length) { in main()
151 distincts[i].code, distincts[i].length); in main()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/tests/
H A Dmjpegenc_huffman.c136 HuffTable distincts[5]; in main() local
140 ff_mjpegenc_huffman_compute_bits(val_counts, distincts, in main()
141 FF_ARRAY_ELEMS(distincts), 3); in main()
143 for (i = 0; i < FF_ARRAY_ELEMS(distincts); i++) { in main()
144 if (distincts[i].code != expected[i].code || in main()
145 distincts[i].length != expected[i].length) { in main()
151 distincts[i].code, distincts[i].length); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/tests/
H A Dmjpegenc_huffman.c136 HuffTable distincts[5]; in main() local
140 ff_mjpegenc_huffman_compute_bits(val_counts, distincts, in main()
141 FF_ARRAY_ELEMS(distincts), 3); in main()
143 for (i = 0; i < FF_ARRAY_ELEMS(distincts); i++) { in main()
144 if (distincts[i].code != expected[i].code || in main()
145 distincts[i].length != expected[i].length) { in main()
151 distincts[i].code, distincts[i].length); in main()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dmjpegenc_huffman.c80 void ff_mjpegenc_huffman_compute_bits(PTable *prob_table, HuffTable *distincts, int size, int max_l… in ff_mjpegenc_huffman_compute_bits() argument
141 distincts[j].code = i; in ff_mjpegenc_huffman_compute_bits()
142 distincts[j].length = nbits[i]; in ff_mjpegenc_huffman_compute_bits()
167 HuffTable distincts[256]; in ff_mjpeg_encode_huffman_close() local
184 ff_mjpegenc_huffman_compute_bits(val_counts, distincts, nval + 1, 16); in ff_mjpeg_encode_huffman_close()
185 AV_QSORT(distincts, nval, HuffTable, compare_by_length); in ff_mjpeg_encode_huffman_close()
189 val[i] = distincts[i].code; in ff_mjpeg_encode_huffman_close()
190 bits[distincts[i].length]++; in ff_mjpeg_encode_huffman_close()
H A Dmjpegenc_huffman.h74 void ff_mjpegenc_huffman_compute_bits(PTable *prob_table, HuffTable *distincts,
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dmjpegenc_huffman.c80 void ff_mjpegenc_huffman_compute_bits(PTable *prob_table, HuffTable *distincts, int size, int max_l… in ff_mjpegenc_huffman_compute_bits() argument
141 distincts[j].code = i; in ff_mjpegenc_huffman_compute_bits()
142 distincts[j].length = nbits[i]; in ff_mjpegenc_huffman_compute_bits()
167 HuffTable distincts[256]; in ff_mjpeg_encode_huffman_close() local
184 ff_mjpegenc_huffman_compute_bits(val_counts, distincts, nval + 1, 16); in ff_mjpeg_encode_huffman_close()
185 AV_QSORT(distincts, nval, HuffTable, compare_by_length); in ff_mjpeg_encode_huffman_close()
189 val[i] = distincts[i].code; in ff_mjpeg_encode_huffman_close()
190 bits[distincts[i].length]++; in ff_mjpeg_encode_huffman_close()
H A Dmjpegenc_huffman.h74 void ff_mjpegenc_huffman_compute_bits(PTable *prob_table, HuffTable *distincts,
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dmjpegenc_huffman.c80 void ff_mjpegenc_huffman_compute_bits(PTable *prob_table, HuffTable *distincts, int size, int max_l… in ff_mjpegenc_huffman_compute_bits() argument
141 distincts[j].code = i; in ff_mjpegenc_huffman_compute_bits()
142 distincts[j].length = nbits[i]; in ff_mjpegenc_huffman_compute_bits()
167 HuffTable distincts[256]; in ff_mjpeg_encode_huffman_close() local
184 ff_mjpegenc_huffman_compute_bits(val_counts, distincts, nval + 1, 16); in ff_mjpeg_encode_huffman_close()
185 AV_QSORT(distincts, nval, HuffTable, compare_by_length); in ff_mjpeg_encode_huffman_close()
189 val[i] = distincts[i].code; in ff_mjpeg_encode_huffman_close()
190 bits[distincts[i].length]++; in ff_mjpeg_encode_huffman_close()
H A Dmjpegenc_huffman.h74 void ff_mjpegenc_huffman_compute_bits(PTable *prob_table, HuffTable *distincts,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dmjpegenc_huffman.c80 void ff_mjpegenc_huffman_compute_bits(PTable *prob_table, HuffTable *distincts, int size, int max_l… in ff_mjpegenc_huffman_compute_bits() argument
141 distincts[j].code = i; in ff_mjpegenc_huffman_compute_bits()
142 distincts[j].length = nbits[i]; in ff_mjpegenc_huffman_compute_bits()
167 HuffTable distincts[256]; in ff_mjpeg_encode_huffman_close() local
184 ff_mjpegenc_huffman_compute_bits(val_counts, distincts, nval + 1, 16); in ff_mjpeg_encode_huffman_close()
185 AV_QSORT(distincts, nval, HuffTable, compare_by_length); in ff_mjpeg_encode_huffman_close()
189 val[i] = distincts[i].code; in ff_mjpeg_encode_huffman_close()
190 bits[distincts[i].length]++; in ff_mjpeg_encode_huffman_close()
H A Dmjpegenc_huffman.h74 void ff_mjpegenc_huffman_compute_bits(PTable *prob_table, HuffTable *distincts,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dmjpegenc_huffman.c80 void ff_mjpegenc_huffman_compute_bits(PTable *prob_table, HuffTable *distincts, int size, int max_l… in ff_mjpegenc_huffman_compute_bits() argument
141 distincts[j].code = i; in ff_mjpegenc_huffman_compute_bits()
142 distincts[j].length = nbits[i]; in ff_mjpegenc_huffman_compute_bits()
167 HuffTable distincts[256]; in ff_mjpeg_encode_huffman_close() local
184 ff_mjpegenc_huffman_compute_bits(val_counts, distincts, nval + 1, 16); in ff_mjpeg_encode_huffman_close()
185 AV_QSORT(distincts, nval, HuffTable, compare_by_length); in ff_mjpeg_encode_huffman_close()
189 val[i] = distincts[i].code; in ff_mjpeg_encode_huffman_close()
190 bits[distincts[i].length]++; in ff_mjpeg_encode_huffman_close()
H A Dmjpegenc_huffman.h74 void ff_mjpegenc_huffman_compute_bits(PTable *prob_table, HuffTable *distincts,
/dports/security/silktools/silk-3.19.1/src/rwstats/
H A Dskunique.c2072 if (NULL == distincts) { in uniqDistinctFree()
2077 dist = &distincts[i]; in uniqDistinctFree()
2091 free(distincts); in uniqDistinctFree()
2130 if (NULL == distincts) { in uniqDistinctAllocMerging()
2137 dist = distincts; in uniqDistinctAllocMerging()
2152 *new_distincts = distincts; in uniqDistinctAllocMerging()
2193 dist = distincts; in uniqDistinctAlloc()
2224 *new_distincts = distincts; in uniqDistinctAlloc()
2304 dist = &distincts[i]; in uniqDistinctIncrement()
2380 dist = &distincts[i]; in uniqDistinctSetOutputBuf()
[all …]
/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/src/core/
H A Dna-icontext.c973 GSList *distincts = NULL; in is_candidate_for_schemes() local
979 if( na_core_utils_slist_count( distincts, scheme ) == 0 ){ in is_candidate_for_schemes()
985 distincts = g_slist_prepend( distincts, g_strdup( scheme )); in is_candidate_for_schemes()
1008 na_core_utils_slist_free( distincts ); in is_candidate_for_schemes()
1056 GSList *distincts = NULL; in is_candidate_for_folders() local
1062 if( na_core_utils_slist_count( distincts, dirname ) == 0 ){ in is_candidate_for_folders()
1071 distincts = g_slist_prepend( distincts, g_strdup( dirname )); in is_candidate_for_folders()
1095 na_core_utils_slist_free( distincts ); in is_candidate_for_folders()
/dports/security/vault/vault-1.8.2/vendor/go.opentelemetry.io/otel/attribute/
H A Dset_test.go120 for _, distincts := range s2d {
121 if distincts[0] == d {
124 for _, otherDistinct := range distincts {
/dports/security/vuls/vuls-0.13.7/vendor/go.opentelemetry.io/otel/label/
H A Dset_test.go120 for _, distincts := range s2d {
121 if distincts[0] == d {
124 for _, otherDistinct := range distincts {
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/go.opentelemetry.io/otel/label/
H A Dset_test.go120 for _, distincts := range s2d {
121 if distincts[0] == d {
124 for _, otherDistinct := range distincts {
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/otel/attribute/
H A Dset_test.go120 for _, distincts := range s2d {
121 if distincts[0] == d {
124 for _, otherDistinct := range distincts {
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/go.opentelemetry.io/otel/label/
H A Dset_test.go120 for _, distincts := range s2d {
121 if distincts[0] == d {
124 for _, otherDistinct := range distincts {
/dports/games/automuteus/automuteus-6.15.2/vendor/go.opentelemetry.io/otel/attribute/
H A Dset_test.go120 for _, distincts := range s2d {
121 if distincts[0] == d {
124 for _, otherDistinct := range distincts {
/dports/net/storj/storj-1.45.3/vendor/go.opentelemetry.io/otel/attribute/
H A Dset_test.go120 for _, distincts := range s2d {
121 if distincts[0] == d {
124 for _, otherDistinct := range distincts {
/dports/math/giacxcas/giac-1.6.0/check/
H A DTP09-sol.cas31 nops(l);nops({op(l)}); #ils sont tous distincts
36 …n a en fait 1001^100 suites possibles, et 1001!/901! suites dont� tous les termes sont distincts.*/
/dports/www/reportmagic/rmagic-2.21/lang/fr/
H A Dcdata.ini143 LongName = Requ&#234;tes de fichiers distincts
148 LongName = Requ&#234;tes de fichiers distincts dans les 7 derniers jours
153 LongName = Nombre d'h&#244;tes distincts
158 LongName = Nombre d'h&#244;tes distincts dans les 7 derniers jours

1234567891011