Home
last modified time | relevance | path

Searched refs:start_code (Results 1 – 25 of 41) sorted by relevance

12

/external/webrtc/modules/video_coding/
Dh264_sps_pps_tracker_unittest.cc31 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/
Dencoder.h43 const float* pieces_scores, int start_code = 0, int end_code = 1,
49 start_code_(start_code), in num_pieces_()
/external/libwebm/m2ts/tests/
Dwebm2pes_tests.cc50 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/
Dpicture_mpeg4.c155 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/
Dh264_encoder_impl.cc121 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/
Dpcre2_dfa_match.c547 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 …]
Dpcre2_intmodedep.h722 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/
Dtext_encoder_config.fbs28 start_code:int32 = 0;
34 // `start_code` and `end_code`.
/external/strace/linux/bfin/
Duserent.h4 XLAT_UOFF(start_code),
/external/strace/linux/s390/
Duserent1.h4 XLAT_UOFF(start_code),
/external/strace/linux/mips/
Duserent.h76 XLAT_UOFF(start_code),
/external/strace/linux/sh/
Duserent0.h5 XLAT_UOFF(start_code),
/external/strace/linux/i386/
Duserent0.h6 XLAT_UOFF(start_code),
/external/strace/linux/m68k/
Duserent.h26 XLAT_UOFF(start_code),
/external/strace/linux/arm/
Duserent.h23 XLAT_UOFF(start_code),
/external/strace/linux/avr32/
Duserent.h23 XLAT_UOFF(start_code),
/external/libcap/libcap/include/uapi/linux/
Dprctl.h134 __u64 start_code; /* code section bounds */ member
/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc616 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/
DRegisterContextLinux_i386.cpp67 uint32_t start_code; // VM address of text. member
DRegisterContextLinux_x86_64.cpp60 uint64_t start_code; // VM address of text. member
/external/kernel-headers/original/uapi/linux/
Dprctl.h135 __u64 start_code; /* code section bounds */ member
/external/libwebm/m2ts/
Dvpxpes_parser.h72 std::uint8_t start_code[4] = {0}; member
Dwebm2pes.h170 const std::uint8_t start_code[4] = { member
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/sentencepiece/
Dencoder_config.fbs21 start_code: int32 = 0;
Doptimized_encoder.cc210 result.codes.push_back(config.start_code()); in EncodeNormalizedString()

12