Home
last modified time | relevance | path

Searched defs:seg (Results 1 – 25 of 64) sorted by relevance

123

/external/libvpx/libvpx/vp9/common/
Dvp9_seg_common.c28 int vp9_segfeature_active(const struct segmentation *seg, int segment_id, in vp9_segfeature_active()
34 void vp9_clearall_segfeatures(struct segmentation *seg) { in vp9_clearall_segfeatures()
39 void vp9_enable_segfeature(struct segmentation *seg, int segment_id, in vp9_enable_segfeature()
52 void vp9_set_segdata(struct segmentation *seg, int segment_id, in vp9_set_segdata()
63 int vp9_get_segdata(const struct segmentation *seg, int segment_id, in vp9_get_segdata()
Dvp9_quant_common.c94 int vp9_get_qindex(const struct segmentation *seg, int segment_id, in vp9_get_qindex()
Dvp9_pred_common.h42 static INLINE vp9_prob vp9_get_pred_prob_seg_id(const struct segmentation *seg, in vp9_get_pred_prob_seg_id()
/external/valgrind/exp-sgcheck/
Dh_main.c105 void Seg__cmp(Seg* seg, Addr a, Int* cmp, UWord* n) in Seg__cmp()
119 /*inline*/ Bool Seg__is_freed(Seg* seg) in Seg__is_freed()
127 ExeContext* Seg__where(Seg* seg) in Seg__where()
133 SizeT Seg__size(Seg* seg) in Seg__size()
139 Addr Seg__addr(Seg* seg) in Seg__addr()
193 Seg* seg; in get_Seg_for_malloc() local
211 static void set_Seg_freed ( Seg* seg ) in set_Seg_freed()
261 static void bind_addr_to_Seg ( Addr ga, Seg* seg ) in bind_addr_to_Seg()
288 Seg* seg = get_Seg_for_malloc(); in add_new_segment() local
319 static void die_and_free_mem_heap ( ThreadId tid, Seg* seg ) in die_and_free_mem_heap()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c22 void vp9_enable_segmentation(struct segmentation *seg) { in vp9_enable_segmentation()
28 void vp9_disable_segmentation(struct segmentation *seg) { in vp9_disable_segmentation()
34 void vp9_set_segment_data(struct segmentation *seg, in vp9_set_segment_data()
45 void vp9_disable_segfeature(struct segmentation *seg, int segment_id, in vp9_disable_segfeature()
50 void vp9_clear_segdata(struct segmentation *seg, int segment_id, in vp9_clear_segdata()
203 struct segmentation *seg = &cm->seg; in vp9_choose_segmap_coding_method() local
278 void vp9_reset_segment_features(struct segmentation *seg) { in vp9_reset_segment_features()
Dvp9_aq_complexity.c34 struct segmentation *const seg = &cm->seg; in vp9_setup_in_frame_q_adj() local
Dvp9_aq_variance.c77 struct segmentation *seg = &cm->seg; in vp9_vaq_frame_setup() local
Dvp9_bitstream.c183 static void write_segment_id(vp9_writer *w, const struct segmentation *seg, in write_segment_id()
231 const struct segmentation *const seg = &cm->seg; in pack_inter_mode_mvs() local
332 const struct segmentation *const seg = &cm->seg; in write_mb_modes_kf() local
744 const struct segmentation *seg = &cm->seg; in encode_segmentation() local
/external/skia/src/core/
DSkPathMeasure.cpp34 const SkPathMeasure::Segment* SkPathMeasure::NextSegment(const Segment* seg) { in NextSegment()
98 Segment* seg = fSegments.append(); in compute_quad_segs() local
122 Segment* seg = fSegments.append(); in compute_conic_segs() local
146 Segment* seg = fSegments.append(); in compute_cubic_segs() local
162 Segment* seg; in buildSegments() local
249 const Segment* seg = fSegments.begin(); in buildSegments() local
478 const Segment* seg = fSegments.begin(); in distanceToSegment() local
528 const Segment* seg = this->distanceToSegment(distance, &t); in getPosTan() local
577 const Segment* seg = this->distanceToSegment(startD, &startT); in getSegment() local
621 const Segment* seg = &fSegments[i]; in dump() local
/external/libvpx/libvpx/vp8/common/
Dloopfilter.c116 int seg, /* segment number */ in vp8_loop_filter_frame_init() local
216 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_row_normal() local
272 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_row_simple() local
347 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_frame() local
403 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_frame() local
489 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_frame_yonly() local
605 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_partial_frame() local
/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-linux.c421 static void show_nsegment_full ( Int logLevel, Int segNo, const NSegment* seg ) in show_nsegment_full()
450 static void show_nsegment ( Int logLevel, Int segNo, const NSegment* seg ) in show_nsegment()
1127 static Int segAddr_to_index ( const NSegment* seg ) in segAddr_to_index()
1279 const NSegment *seg = nsegments + find_nsegment_idx(addr); in VG_() local
1397 static void add_segment ( const NSegment* seg ) in add_segment()
1439 static void init_nsegment ( /*OUT*/NSegment* seg ) in init_nsegment()
1455 static void init_resvn ( /*OUT*/NSegment* seg, Addr start, Addr end ) in init_resvn()
1477 NSegment seg; in read_maps_callback() local
1551 NSegment seg; in VG_() local
1977 NSegment seg; in VG_() local
[all …]
/external/valgrind/coregrind/
Dfixup_macho_loadcmds.c475 struct segment_command_64 *seg = (struct segment_command_64 *)cmd; in modify_macho_loadcmds() local
511 struct segment_command_64 *seg = seg__unixstack; in modify_macho_loadcmds() local
531 struct segment_command_64 *seg = seg__linkedit; in modify_macho_loadcmds() local
Dm_addrinfo.c236 const NSegment *seg = VG_(am_find_nsegment) (a); in VG_() local
264 const NSegment *seg = VG_(am_find_nsegment) (a); in VG_() local
Dm_translate.c760 static Bool translations_allowable_from_seg ( NSegment const* seg, Addr addr ) in translations_allowable_from_seg()
938 NSegment const* seg = VG_(am_find_nsegment)(addr); in chase_into_ok() local
1584 NSegment const* seg = VG_(am_find_nsegment)(addr); in VG_() local
/external/valgrind/coregrind/m_coredump/
Dcoredump-elf.c70 static Bool may_dump(const NSegment *seg) in may_dump()
82 static Bool should_dump(const NSegment *seg) in should_dump()
112 static void fill_phdr(ESZ(Phdr) *phdr, const NSegment *seg, UInt off, Bool write) in fill_phdr()
585 NSegment const * seg; in make_elf_coredump() local
/external/skia/src/gpu/
DGrRectanizer_skyline.h27 SkylineSegment* seg = fSkyline.append(1); in reset() local
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
DPieRenderer.java79 protected void drawSegment(Canvas canvas, RectF bounds, Segment seg, SegmentFormatter f, in drawSegment()
162 Segment seg, SegmentFormatter f) { in drawSegmentLabel()
/external/tcpdump/
Dprint-token.c108 int seg; in token_print() local
/external/freetype/src/autofit/
Dafcjk.c171 AF_Segment seg, limit, link; in af_cjk_metrics_init_widths() local
710 AF_Segment seg; in af_cjk_hints_compute_segments() local
856 AF_Segment seg; in af_cjk_hints_link_segments() local
918 AF_Segment seg; in af_cjk_hints_compute_edges() local
2111 AF_Segment seg = edge->first; in af_cjk_align_edge_points() local
Dafhints.c307 AF_Segment seg; in af_glyph_hints_dump_segments() local
386 AF_Segment seg; in af_glyph_hints_get_segment_offset() local
1037 AF_Segment seg; in af_glyph_hints_align_edge_points() local
/external/strace/
Dkexec.c20 } seg; in print_kexec_segments() local
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c57 static int read_segment_id(vp9_reader *r, const struct segmentation *seg) { in read_segment_id()
105 struct segmentation *const seg = &cm->seg; in read_intra_segment_id() local
122 struct segmentation *const seg = &cm->seg; in read_inter_segment_id() local
/external/valgrind/coregrind/m_debuginfo/
Dreadmacho.c609 struct SEGMENT_COMMAND seg; in getsectdata() local
837 struct SEGMENT_COMMAND seg; in ML_() local
/external/elfutils/src/libdwfl/
Dcore-file.c506 int seg = dwfl_segment_report_module (dwfl, ndx, NULL, in dwfl_core_file_report() local
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliteratorParser.java1480 public char getSegmentStandin(int seg) { in getSegmentStandin()
1502 public void setSegmentObject(int seg, StringMatcher obj) { in setSegmentObject()

123