Home
last modified time | relevance | path

Searched refs:section_length (Results 1 – 8 of 8) sorted by relevance

/external/dynamic_depth/internal/xmpmeta/
Djpeg_io.cc184 const int section_length = static_cast<int>(section.data.length()) + 2; in WriteSections() local
186 const int lh = section_length >> 8; in WriteSections()
187 const int ll = section_length & 0xff; in WriteSections()
/external/v8/src/wasm/
Dmodule-decoder.cc159 inline uint32_t section_length() const { in section_length() function in v8::internal::wasm::__anone95501b20211::WasmSectionIterator
187 msg, section_length(), in advance()
210 uint32_t section_length = decoder_.consume_u32v("section length"); in next() local
213 if (decoder_.checkAvailable(section_length)) { in next()
215 section_end_ = payload_start_ + section_length; in next()
1584 uint32_t section_length = decoder.consume_u32v("section length"); in DecodeCustomSections() local
1588 decoder.consume_bytes(section_length, "section bytes"); in DecodeCustomSections()
1595 if (section_length < (payload_offset - section_start)) { in DecodeCustomSections()
1599 uint32_t payload_length = section_length - (payload_offset - section_start); in DecodeCustomSections()
1602 result.push_back({{section_start, section_length}, in DecodeCustomSections()
/external/u-boot/tools/
Dmxsimage.h154 uint32_t section_length; member
Dmxsimage.c1433 ccmd->tag.section_length = shdr->section_size; in sb_fixup_sections_and_tags()
/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c500 int section_length) { in calculate_section_intra_ratio() argument
506 while (s < end && i < section_length) { in calculate_section_intra_ratio()
1543 const double section_length = twopass->total_left_stats.count; in av1_get_second_pass_params() local
1545 twopass->total_left_stats.coded_error / section_length; in av1_get_second_pass_params()
1547 twopass->total_left_stats.intra_skip_pct / section_length; in av1_get_second_pass_params()
1550 ((double)cm->mb_rows * section_length); in av1_get_second_pass_params()
/external/google-breakpad/src/common/
Ddwarf_cu_to_module.cc818 uint64 section_length = map_entry->second.second; in ReadSourceLines() local
819 if (offset >= section_length) { in ReadSourceLines()
823 line_reader_->ReadProgram(section_start + offset, section_length - offset, in ReadSourceLines()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2034 int section_length) { in calculate_section_intra_ratio() argument
2040 while (s < end && i < section_length) { in calculate_section_intra_ratio()
3167 const double section_length = twopass->total_left_stats.count; in vp9_rc_get_second_pass_params() local
3169 twopass->total_left_stats.coded_error / section_length; in vp9_rc_get_second_pass_params()
3171 twopass->total_left_stats.intra_skip_pct / section_length; in vp9_rc_get_second_pass_params()
3174 ((double)cm->mb_rows * section_length); in vp9_rc_get_second_pass_params()
3176 twopass->total_left_stats.frame_noise_energy / section_length; in vp9_rc_get_second_pass_params()
/external/libpcap/
Dsf-pcapng.c93 uint64_t section_length; member