Searched refs:section (Results 276 - 300 of 1067) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.c165 static void zero_stats(FIRSTPASS_STATS *section) { argument
166 section->frame = 0.0;
167 section->intra_error = 0.0;
168 section->coded_error = 0.0;
169 section->sr_coded_error = 0.0;
170 section->ssim_weighted_pred_err = 0.0;
171 section->pcnt_inter = 0.0;
172 section->pcnt_motion = 0.0;
173 section->pcnt_second_ref = 0.0;
174 section
188 accumulate_stats(FIRSTPASS_STATS *section, const FIRSTPASS_STATS *frame) argument
212 subtract_stats(FIRSTPASS_STATS *section, const FIRSTPASS_STATS *frame) argument
235 avg_stats(FIRSTPASS_STATS *section) argument
[all...]
/external/doclava/res/assets/templates/
H A Dyaml_navtree.cs7 isRoot: treat this node as if it has children and insert a section node.
14 <?cs var:whitespace ?> section: <?cs
20 <?cs var:whitespace ?> section:<?cs
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c164 static void zero_stats(FIRSTPASS_STATS *section) { argument
165 section->frame = 0.0;
166 section->intra_error = 0.0;
167 section->coded_error = 0.0;
168 section->sr_coded_error = 0.0;
169 section->ssim_weighted_pred_err = 0.0;
170 section->pcnt_inter = 0.0;
171 section->pcnt_motion = 0.0;
172 section->pcnt_second_ref = 0.0;
173 section
187 accumulate_stats(FIRSTPASS_STATS *section, const FIRSTPASS_STATS *frame) argument
211 subtract_stats(FIRSTPASS_STATS *section, const FIRSTPASS_STATS *frame) argument
234 avg_stats(FIRSTPASS_STATS *section) argument
[all...]
/external/llvm/test/CodeGen/PowerPC/
H A Dhello-reloc.s8 .section __TEXT,__textcoal_nt,coalesced,pure_instructions
9 .section __TEXT,__picsymbolstub1,symbol_stubs,pure_instructions,32
10 .section __TEXT,__text,regular,pure_instructions
37 .section __TEXT,__picsymbolstub1,symbol_stubs,pure_instructions,32
50 .section __DATA,__la_symbol_ptr,lazy_symbol_pointers
56 .section __TEXT,__cstring,cstring_literals
/external/chromium_org/sandbox/win/src/
H A Dtarget_interceptions.cc19 NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section,
23 NTSTATUS ret = orig_MapViewOfSection(section, process, base, zero_bits,
43 if (!IsValidImageSection(section, base, offset, view_size))
53 // full path of the mapped section.
18 TargetNtMapViewOfSection( NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) argument
/external/chromium_org/tools/grit/grit/tool/
H A Ddiff_structures.py42 self.section = None
55 self.section = val
89 of the file holding the original structure, and optionally the "section" key
90 identifying the part of the file to look at (self.section), creates a
103 extkey=self.section,
/external/clang/test/OpenMP/
H A Dparallel_sections_ast_print.cpp47 #pragma omp section
68 // CHECK-NEXT: #pragma omp section
86 // CHECK-NEXT: #pragma omp section
104 // CHECK-NEXT: #pragma omp section
129 #pragma omp section
131 #pragma omp section
136 // CHECK-NEXT: #pragma omp section
138 // CHECK-NEXT: #pragma omp section
/external/libunwind/doc/
H A Dunw_flush_cache.tex11 \section{Synopsis}
17 \section{Description}
34 \section{Return Value}
39 \section{Thread and Signal Safety}
44 \section{See Also}
49 \section{Author}
/external/llvm/test/MC/AsmParser/
H A Dsection.s3 .section test1
5 .section test2
9 .section test2
13 .section test1
17 .section test2
41 .section test1
/external/llvm/test/MC/Mips/
H A Delf-relsym.s22 .section .mdebug.abi32,"",@progbits
24 .section .rodata.cst8,"aM",@progbits,8
76 .section .rodata.str1.1,"aMS",@progbits,1
H A Doddspreg.s5 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
12 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
19 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp47 QVariant EventListModel::headerData(int section, Qt::Orientation orientation, argument
54 switch (section) {
63 return QString("%1").arg(section);
/external/chromium_org/chrome/browser/resources/options/
H A Dhotword_search_setting_indicator.js42 * @param {HTMLElement} section The section to disable.
44 set disabledOnErrorSection(section) {
45 this.disabledOnErrorSection_ = section;
50 * and whether the disabled section is disabled or not.
/external/chromium_org/chrome/utility/media_galleries/
H A Dpicasa_albums_indexer.cc34 virtual void HandleTriplet(const std::string& section,
41 if (section.find(kAlbumSectionHeader) == 0)
55 base::FilePath filename = base::FilePath::FromUTF8Unsafe(section);
60 std::make_pair(section, folder_path_.Append(filename))).second) {
/external/chromium_org/sandbox/win/wow_helper/
H A Dtarget_code.cc14 NTSTATUS ret = patch_info->orig_MapViewOfSection(patch_info->section, process,
H A Dtarget_code.h20 HANDLE section; // First argument of the call. member in struct:sandbox::PatchInfo
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFixedTableLayout.cpp134 RenderTableSection* section = m_table->topNonEmptySection(); local
135 if (!section)
140 RenderTableRow* firstRow = section->firstRow();
323 for (RenderTableSection* section = m_table->topNonEmptySection(); section; section = m_table->sectionBelow(section)) {
324 for (unsigned i = 0; i < section->numRows(); i++) {
325 RenderTableRow* row = section->rowRendererAt(i);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_init.h40 /* add a pointer to the section where MSVC stores global constructor pointers */
43 #pragma section(".CRT$XCU",read)
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dencode.c92 if (iLBCenc_inst->section != 0){
102 if (iLBCenc_inst->section == 1){
106 else{ // iLBCenc_inst->section == 2 AND mode = 30ms
111 else{ // iLBCenc_inst->section == 0
249 iLBCenc_inst->section++;
272 if (iLBCenc_inst->section == 1)
276 if (iLBCenc_inst->section == 2)
315 if (iLBCenc_inst->section == 1)
320 if (iLBCenc_inst->section == 2)
364 if ((iLBCenc_inst->section
[all...]
/external/chromium_org/tools/gyp/tools/emacs/
H A Dgyp.el31 ;; is a list of section symbols (see gyp-section-name and gyp-parse-to)
32 ;; with most nested section symbol at the front of the list.
52 "Regular expression to introduce 'dependencies' section")
75 (defun gyp-section-name (section)
78 SECTION is a string from the buffer that introduces a section. The result is
79 a symbol representing the kind of section.
82 section names as the same kind of section
[all...]
/external/compiler-rt/lib/builtins/x86_64/
H A Dfloatundidf.S25 .section .rdata,"rd"
H A Dfloatundisf.S15 .section .rdata,"rd"
/external/libunwind/src/ia64/
H A Dsetjmp.S50 .section .note.GNU-stack,"",@progbits
/external/llvm/test/DebugInfo/SystemZ/
H A Deh_frame_personality.s22 .section .gcc_except_table,"a",@progbits
28 .section .data.DW.ref.__gxx_personality_v0,"aGw",@progbits,DW.ref.__gxx_personality_v0,comdat
37 # Contents of the .eh_frame section:
63 # CHECK: Contents of section .eh_frame:
/external/llvm/test/MC/ELF/
H A Dmany-sections.s5 // Test that we don't create a .symtab_shndx since we are one section short of
10 // Check the last referenced section.
23 .section a\x
24 .section b\x
25 .section c\x
26 .section d\x

Completed in 1074 milliseconds

<<11121314151617181920>>