Home
last modified time | relevance | path

Searched refs:coded (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/third_party/python/Modules/cjkcodecs/
D_codecs_iso2022.c595 DBCHAR coded; in ksx1001_encoder() local
598 if (TRYMAP_ENC(cp949, coded, *data)) { in ksx1001_encoder()
599 if (!(coded & 0x8000)) in ksx1001_encoder()
600 return coded; in ksx1001_encoder()
634 DBCHAR coded; in jisx0208_encoder() local
639 else if (TRYMAP_ENC(jisxcommon, coded, *data)) { in jisx0208_encoder()
640 if (!(coded & 0x8000)) in jisx0208_encoder()
641 return coded; in jisx0208_encoder()
673 DBCHAR coded; in jisx0212_encoder() local
676 if (TRYMAP_ENC(jisxcommon, coded, *data)) { in jisx0212_encoder()
[all …]
/third_party/ffmpeg/libavcodec/
Dgsmdec_template.c56 static inline int decode_log_area(int coded, int factor, int offset) in decode_log_area() argument
58 coded <<= 10; in decode_log_area()
59 coded -= offset; in decode_log_area()
60 return gsm_mult(coded, factor) * 2; in decode_log_area()
Dvorbisenc.c798 int coded[MAX_FLOOR_VALUES]; // first 2 values are unused in floor_encode() local
806 coded[0] = coded[1] = 1; in floor_encode()
818 coded[i] = 0; // must be used later as flag! in floor_encode()
821 if (!coded[fc->list[i].low ]) in floor_encode()
822 coded[fc->list[i].low ] = -1; in floor_encode()
823 if (!coded[fc->list[i].high]) in floor_encode()
824 coded[fc->list[i].high] = -1; in floor_encode()
828 coded[i] = posts[i] - predicted + lowroom; in floor_encode()
830 coded[i] = (posts[i] - predicted) << 1; in floor_encode()
833 coded[i] = predicted - posts[i] + highroom - 1; in floor_encode()
[all …]
Dopus_silk.c33 int coded; member
377 if (offset != 4 && frame->coded) { in silk_decode_lpc()
567 if (i == 0 && (frame_num == 0 || !frame->coded)) { in silk_decode_frame()
572 if (frame->coded) in silk_decode_frame()
734 frame->coded = 1; in silk_decode_frame()
769 if (!frame->coded) in silk_flush_frame()
782 frame->coded = 0; in silk_flush_frame()
842 if (s->midonly && s->frame[1].coded) in ff_silk_decode_superframe()
Dmsmpeg4.h64 int n, int coded, const uint8_t *scan_table);
/third_party/libwebsockets/lib/misc/
Dbase64-decode.c222 static const char * const coded[] = {
247 if (n != strlen(coded[test]) || strcmp(buf, coded[test])) {
254 n = lws_b64_decode_string(coded[test], buf, sizeof buf);
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/
DWrappersTest.cs336 var coded = new CodedOutputStream(stream); in MergingStreamExplicitValue()
337 coded.WriteTag(wrapperTag); in MergingStreamExplicitValue()
338 coded.WriteLength(2); // valueTag + a value 0, each one byte in MergingStreamExplicitValue()
339 coded.WriteTag(valueTag); in MergingStreamExplicitValue()
340 coded.WriteInt32(0); in MergingStreamExplicitValue()
341 coded.Flush(); in MergingStreamExplicitValue()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DWrappersTest.cs343 var coded = new CodedOutputStream(stream); in MergingStreamExplicitValue()
344 coded.WriteTag(wrapperTag); in MergingStreamExplicitValue()
345 coded.WriteLength(2); // valueTag + a value 0, each one byte in MergingStreamExplicitValue()
346 coded.WriteTag(valueTag); in MergingStreamExplicitValue()
347 coded.WriteInt32(0); in MergingStreamExplicitValue()
348 coded.Flush(); in MergingStreamExplicitValue()
/third_party/boost/libs/program_options/example/
Dmultiple_sources.cfg2 # Comment out this line to use hard-coded default value of 10
/third_party/curl/tests/data/
Dtest86118 # When doing UIDL, we get the default list output hard-coded in the test
Dtest85318 # When doing LIST, we get the default list output hard-coded in the test
Dtest35212 # When doing LIST, we get the default list output hard-coded in the test
Dtest25011 # When doing LIST, we get the default list output hard-coded in the test
Dtest70614 # When doing LIST, we get the default list output hard-coded in the test
Dtest35112 # When doing LIST, we get the default list output hard-coded in the test
Dtest52112 # When doing LIST, we get the default list output hard-coded in the test
Dtest10012 # When doing LIST, we get the default list output hard-coded in the test
Dtest25213 # When doing LIST, we get the default list output hard-coded in the test
Dtest70714 # When doing LIST, we get the default list output hard-coded in the test
Dtest104714 # When doing LIST, we get the default list output hard-coded in the test
Dtest35012 # When doing LIST, we get the default list output hard-coded in the test
Dtest35312 # When doing LIST, we get the default list output hard-coded in the test
/third_party/icu/docs/userguide/conversion/
Dcompression.md34 coded close together in Unicode. These runs are typically interrupted only by
35 punctuation characters, which are themselves coded in proximity to each other in
/third_party/mbedtls/scripts/
Dwindows_msbuild.bat6 @rem These parameters are hard-coded for now.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVR.td64 // Recognize hard coded registers.

12345678910>>...15