Searched refs:section_length (Results 1 – 8 of 8) sorted by relevance
184 const int section_length = static_cast<int>(section.data.length()) + 2; in WriteSections() local186 const int lh = section_length >> 8; in WriteSections()187 const int ll = section_length & 0xff; in WriteSections()
159 inline uint32_t section_length() const { in section_length() function in v8::internal::wasm::__anone95501b20211::WasmSectionIterator187 msg, section_length(), in advance()210 uint32_t section_length = decoder_.consume_u32v("section length"); in next() local213 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() local1588 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()
154 uint32_t section_length; member
1433 ccmd->tag.section_length = shdr->section_size; in sb_fixup_sections_and_tags()
500 int section_length) { in calculate_section_intra_ratio() argument506 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() local1545 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()
818 uint64 section_length = map_entry->second.second; in ReadSourceLines() local819 if (offset >= section_length) { in ReadSourceLines()823 line_reader_->ReadProgram(section_start + offset, section_length - offset, in ReadSourceLines()
2034 int section_length) { in calculate_section_intra_ratio() argument2040 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() local3169 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()
93 uint64_t section_length; member