HomeSort by relevance Sort by last modified time
    Searched defs:seg (Results 101 - 125 of 186) sorted by null

1 2 3 45 6 7 8

  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c 259 const struct segmentation *const seg = &cm->seg; local
269 if (vp9_segfeature_active(seg, seg_id, SEG_LVL_ALT_LF)) {
270 const int data = vp9_get_segdata(seg, seg_id, SEG_LVL_ALT_LF);
271 lvl_seg = clamp(seg->abs_delta == SEGMENT_ABSDATA ?
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 100 if (vp9_segfeature_active(&cpi->common.seg, segment_id, SEG_LVL_SKIP)) {
185 static void write_segment_id(vp9_writer *w, const struct segmentation *seg,
187 if (seg->enabled && seg->update_map)
188 vp9_write_tree(w, vp9_segment_tree, seg->tree_probs, segment_id, 3, 0);
201 if (vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) {
204 vp9_get_segdata(&cm->seg, segment_id, SEG_LVL_REF_FRAME));
234 const struct segmentation *const seg = &cm->seg; local
244 if (seg->update_map)
337 const struct segmentation *const seg = &cm->seg; local
746 struct segmentation *seg = &cpi->common.seg; local
    [all...]
vp9_onyx_if.c 215 vp9_copy(cc->segment_pred_probs, cm->seg.pred_probs);
236 vp9_copy(cm->seg.pred_probs, cc->segment_pred_probs);
251 struct segmentation *const seg = &cm->seg; local
260 seg->update_map = 0;
261 seg->update_data = 0;
265 vp9_disable_segmentation(seg);
268 vp9_clearall_segfeatures(seg);
273 seg->update_map = 0;
274 seg->update_data = 0
2473 struct segmentation *const seg = &cm->seg; local
3271 struct segmentation *seg = &cpi->common.seg; local
    [all...]
  /external/qemu/hw/i386/
pc.c 562 *p++ = 0x8e; /* MOV <seg>,AX */
613 uint16_t seg[6]; local
750 seg[0] = seg[2] = seg[3] = seg[4] = seg[5] = real_seg;
751 seg[1] = real_seg+0x20; /* CS */
761 generate_bootsect(option_rom, gpr, seg, 0);
    [all...]
  /external/valgrind/main/coregrind/
m_signals.c 2234 NSegment const* seg local
2382 NSegment const* seg; local
    [all...]
m_translate.c 750 static Bool translations_allowable_from_seg ( NSegment const* seg, Addr addr )
758 return seg != NULL
759 && (seg->kind == SkAnonC || seg->kind == SkFileC || seg->kind == SkShmC)
760 && (seg->hasX
761 || (seg->hasR && (allowR
858 NSegment const* seg = VG_(am_find_nsegment)(addr); local
1428 NSegment const* seg = VG_(am_find_nsegment)(addr); local
1619 NSegment const* seg local
    [all...]
m_main.c 2197 NSegment const* seg local
2255 NSegment const* seg local
2301 { NSegment const* seg local
    [all...]
  /external/valgrind/main/memcheck/
mc_leakcheck.c 627 NSegment const *seg; local
634 seg = VG_(am_find_nsegment) (ptr);
635 if (seg == NULL
636 || seg->kind != SkFileC
637 || !seg->hasR)
642 // If ptr is near the end of seg, avoid scan_max exceeding the end of seg:
643 if (scan_max > seg->end - sizeof(Addr))
644 scan_max = seg->end - sizeof(Addr);
649 seg = VG_(am_find_nsegment) (pot_fn)
1595 NSegment const* seg = VG_(am_find_nsegment)( seg_starts[i] ); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_loopfilter.c 259 const struct segmentation *const seg = &cm->seg; local
269 if (vp9_segfeature_active(seg, seg_id, SEG_LVL_ALT_LF)) {
270 const int data = vp9_get_segdata(seg, seg_id, SEG_LVL_ALT_LF);
271 lvl_seg = clamp(seg->abs_delta == SEGMENT_ABSDATA ?
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_bitstream.c 100 if (vp9_segfeature_active(&cpi->common.seg, segment_id, SEG_LVL_SKIP)) {
185 static void write_segment_id(vp9_writer *w, const struct segmentation *seg,
187 if (seg->enabled && seg->update_map)
188 vp9_write_tree(w, vp9_segment_tree, seg->tree_probs, segment_id, 3, 0);
201 if (vp9_segfeature_active(&cm->seg, segment_id, SEG_LVL_REF_FRAME)) {
204 vp9_get_segdata(&cm->seg, segment_id, SEG_LVL_REF_FRAME));
234 const struct segmentation *const seg = &cm->seg; local
244 if (seg->update_map)
337 const struct segmentation *const seg = &cm->seg; local
746 struct segmentation *seg = &cpi->common.seg; local
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 215 StrSegment seg = new StrSegment(chars); local
220 commitText(seg.string);
222 } else if (mWordSeparators.contains(seg.string)) {
228 commitText(seg.string);
231 mComposingText.insertStrSegment(0, 1, seg);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java 249 Object seg = path.getLastSegment(); local
250 if (seg instanceof CanvasViewInfo) {
251 CanvasViewInfo newVi = (CanvasViewInfo) seg;
    [all...]
  /development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h 162 unsigned long seg; member in struct:__anon1774
  /external/chromium_org/third_party/freetype/src/autofit/
aflatin2.c 107 AF_Segment seg, limit, link; local
119 seg = axhints->segments;
120 limit = seg + axhints->num_segments;
122 for ( ; seg < limit; seg++ )
124 link = seg->link;
127 if ( link && link->link == seg && link > seg )
132 dist = seg->pos - link->pos;
1074 AF_Segment seg; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.c 250 vp9_copy(cc->segment_pred_probs, cm->seg.pred_probs);
278 vp9_copy(cm->seg.pred_probs, cc->segment_pred_probs);
293 struct segmentation *const seg = &cm->seg; local
302 seg->update_map = 0;
303 seg->update_data = 0;
307 vp9_disable_segmentation(seg);
310 vp9_clearall_segfeatures(seg);
315 seg->update_map = 0;
316 seg->update_data = 0
2101 struct segmentation *const seg = &cm->seg; local
    [all...]
  /external/chromium_org/third_party/mach_override/libudis86/
types.h 139 uint16_t seg; member in struct:ud_lval::__anon18080
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_beos.h 585 NSPR_API(PRStatus) _MD_alloc_segment(PRSegment *seg, PRUint32 size, void *vaddr);
586 NSPR_API(void) _MD_free_segment(PRSegment *seg); variable
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 425 * Note this does NOT output any value with a SEG, WRT, external,
483 N_("macho: SEG not supported"));
1330 const char *seg; member in struct:__anon20972
    [all...]
  /external/freetype/src/autofit/
aflatin.c 165 AF_Segment seg, limit, link; local
185 seg = axhints->segments;
186 limit = seg + axhints->num_segments;
188 for ( ; seg < limit; seg++ )
190 link = seg->link;
193 if ( link && link->link == seg && link > seg )
198 dist = seg->pos - link->pos;
1525 AF_Segment seg; local
    [all...]
aflatin2.c 108 AF_Segment seg, limit, link; local
120 seg = axhints->segments;
121 limit = seg + axhints->num_segments;
123 for ( ; seg < limit; seg++ )
125 link = seg->link;
128 if ( link && link->link == seg && link > seg )
133 dist = seg->pos - link->pos;
1075 AF_Segment seg; local
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 1459 int seg = 0; local
1581 int seg = 0; local
    [all...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c 504 show_nsegment_full ( Int logLevel, Int segNo, NSegment* seg )
509 if (seg->fnIdx >= 0 && seg->fnIdx < segnames_used
510 && segnames[seg->fnIdx].inUse
511 && segnames[seg->fnIdx].fname[0] != 0)
512 name = segnames[seg->fnIdx].fname;
514 show_len_concisely(len_buf, seg->start, seg->end);
520 segNo, show_SegKind(seg->kind),
521 (ULong)seg->start, (ULong)seg->end, len_buf
1565 NSegment seg; local
1623 NSegment seg; local
2046 NSegment seg; local
2089 NSegment seg; local
2176 NSegment seg; local
2238 NSegment seg; local
2312 NSegment seg; local
2370 NSegment seg; local
2429 NSegment seg; local
2535 NSegment seg; local
2790 NSegment seg; local
3026 NSegment seg; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c 1350 ElfXX_Phdr seg; local
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 1163 NSegment const * seg = VG_(am_find_nsegment)(newbrk); local
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 2034 ELFSegmentFactory::iterator seg, segEnd = elfSegmentTable().end(); local
2218 ELFSegmentFactory::iterator seg, segEnd = elfSegmentTable().end(); local
    [all...]

Completed in 479 milliseconds

1 2 3 45 6 7 8