/external/webrtc/modules/video_coding/ |
D | h264_sps_pps_tracker_unittest.cc | 31 const uint8_t start_code[] = {0, 0, 0, 1}; variable 145 expected.insert(expected.end(), start_code, start_code + sizeof(start_code)); in TEST_F() 170 expected.insert(expected.end(), start_code, start_code + sizeof(start_code)); in TEST_F() 242 expected.insert(expected.end(), start_code, start_code + sizeof(start_code)); in TEST_F() 268 expected.insert(expected.end(), start_code, start_code + sizeof(start_code)); in TEST_F() 270 expected.insert(expected.end(), start_code, start_code + sizeof(start_code)); in TEST_F() 272 expected.insert(expected.end(), start_code, start_code + sizeof(start_code)); in TEST_F()
|
/external/libtextclassifier/native/utils/sentencepiece/ |
D | encoder.h | 43 const float* pieces_scores, int start_code = 0, int end_code = 1, 49 start_code_(start_code), in num_pieces_()
|
/external/libwebm/m2ts/tests/ |
D | webm2pes_tests.cc | 50 if (header.start_code[0] != 0 || header.start_code[1] != 0 || in VerifyPacketStartCode() 51 header.start_code[2] != 1) { in VerifyPacketStartCode()
|
/external/mesa3d/src/gallium/frontends/va/ |
D | picture_mpeg4.c | 155 memset(context->mpeg4.start_code, 0, sizeof(context->mpeg4.start_code)); in vlVaDecoderFixMPEG4Startcode() 174 memcpy(context->mpeg4.start_code, group_of_vop, sizeof(group_of_vop)); in vlVaDecoderFixMPEG4Startcode() 207 memcpy(context->mpeg4.start_code + context->mpeg4.start_code_size, vop, vop_size); in vlVaDecoderFixMPEG4Startcode()
|
/external/webrtc/modules/video_coding/codecs/h264/ |
D | h264_encoder_impl.cc | 121 const uint8_t start_code[4] = {0, 0, 0, 1}; in RtpFragmentize() local 133 RTC_DCHECK_EQ(layerInfo.pBsBuf[layer_len + 0], start_code[0]); in RtpFragmentize() 134 RTC_DCHECK_EQ(layerInfo.pBsBuf[layer_len + 1], start_code[1]); in RtpFragmentize() 135 RTC_DCHECK_EQ(layerInfo.pBsBuf[layer_len + 2], start_code[2]); in RtpFragmentize() 136 RTC_DCHECK_EQ(layerInfo.pBsBuf[layer_len + 3], start_code[3]); in RtpFragmentize() 138 encoded_image->size() + layer_len + sizeof(start_code); in RtpFragmentize() 140 layerInfo.pNalLengthInByte[nal] - sizeof(start_code); in RtpFragmentize()
|
/external/pcre/dist2/src/ |
D | pcre2_dfa_match.c | 547 PCRE2_SPTR start_code = mb->start_code; in internal_dfa_match() local 640 int bstate = (int)(end_code - start_code + 1 + LINK_SIZE + revlen); in internal_dfa_match() 678 ADD_NEW((int)(end_code - start_code + length), 0); in internal_dfa_match() 787 code = start_code + state_offset; in internal_dfa_match() 909 ADD_ACTIVE((int)(code - start_code), 0); in internal_dfa_match() 917 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match() 926 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE + IMM2_SIZE), 0); in internal_dfa_match() 930 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match() 941 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match() 948 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match() [all …]
|
D | pcre2_intmodedep.h | 722 PCRE2_SPTR start_code; /* The start of the compiled code */ member 867 PCRE2_SPTR start_code; /* For use when recursing */ member 896 PCRE2_SPTR start_code; /* Start of the compiled pattern */ member
|
/external/libtextclassifier/native/utils/tflite/ |
D | text_encoder_config.fbs | 28 start_code:int32 = 0; 34 // `start_code` and `end_code`.
|
/external/strace/linux/bfin/ |
D | userent.h | 4 XLAT_UOFF(start_code),
|
/external/strace/linux/s390/ |
D | userent1.h | 4 XLAT_UOFF(start_code),
|
/external/strace/linux/mips/ |
D | userent.h | 76 XLAT_UOFF(start_code),
|
/external/strace/linux/sh/ |
D | userent0.h | 5 XLAT_UOFF(start_code),
|
/external/strace/linux/i386/ |
D | userent0.h | 6 XLAT_UOFF(start_code),
|
/external/strace/linux/m68k/ |
D | userent.h | 26 XLAT_UOFF(start_code),
|
/external/strace/linux/arm/ |
D | userent.h | 23 XLAT_UOFF(start_code),
|
/external/strace/linux/avr32/ |
D | userent.h | 23 XLAT_UOFF(start_code),
|
/external/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 134 __u64 start_code; /* code section bounds */ member
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | cmap_table.cc | 616 int32_t start_code = StartCode(segment); in GlyphId() local 617 return RetrieveGlyphId(segment, start_code, character); in GlyphId() 621 int32_t start_code, in RetrieveGlyphId() argument 623 if (character < start_code) { in RetrieveGlyphId() 632 2 * (character - start_code)); in RetrieveGlyphId() 672 int32_t start_code = data->ReadUShort(StartCodeOffset(seg_count) + in StartCode() local 674 return start_code; in StartCode()
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | RegisterContextLinux_i386.cpp | 67 uint32_t start_code; // VM address of text. member
|
D | RegisterContextLinux_x86_64.cpp | 60 uint64_t start_code; // VM address of text. member
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 135 __u64 start_code; /* code section bounds */ member
|
/external/libwebm/m2ts/ |
D | vpxpes_parser.h | 72 std::uint8_t start_code[4] = {0}; member
|
D | webm2pes.h | 170 const std::uint8_t start_code[4] = { member
|
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/sentencepiece/ |
D | encoder_config.fbs | 21 start_code: int32 = 0;
|
D | optimized_encoder.cc | 210 result.codes.push_back(config.start_code()); in EncodeNormalizedString()
|