/external/libaom/libaom/av1/common/ |
D | seg_common.c | 37 void av1_clearall_segfeatures(struct segmentation *seg) { in av1_clearall_segfeatures() 42 void calculate_segdata(struct segmentation *seg) { in calculate_segdata() 55 void av1_enable_segfeature(struct segmentation *seg, int segment_id, in av1_enable_segfeature() 79 void av1_set_segdata(struct segmentation *seg, int segment_id, in av1_set_segdata()
|
D | seg_common.h | 62 static INLINE int segfeature_active(const struct segmentation *seg, in segfeature_active() 95 static INLINE int get_segdata(const struct segmentation *seg, int segment_id, in get_segdata()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_seg_common.c | 28 void vp9_clearall_segfeatures(struct segmentation *seg) { in vp9_clearall_segfeatures() 34 void vp9_enable_segfeature(struct segmentation *seg, int segment_id, in vp9_enable_segfeature() 47 void vp9_set_segdata(struct segmentation *seg, int segment_id, in vp9_set_segdata()
|
D | vp9_seg_common.h | 52 static INLINE int segfeature_active(const struct segmentation *seg, in segfeature_active() 70 static INLINE int get_segdata(const struct segmentation *seg, int segment_id, in get_segdata()
|
D | vp9_quant_common.c | 196 int vp9_get_qindex(const struct segmentation *seg, int segment_id, in vp9_get_qindex()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_segmentation.c | 21 void vp9_enable_segmentation(struct segmentation *seg) { in vp9_enable_segmentation() 27 void vp9_disable_segmentation(struct segmentation *seg) { in vp9_disable_segmentation() 33 void vp9_set_segment_data(struct segmentation *seg, signed char *feature_data, in vp9_set_segment_data() 39 void vp9_disable_segfeature(struct segmentation *seg, int segment_id, in vp9_disable_segfeature() 44 void vp9_clear_segdata(struct segmentation *seg, int segment_id, in vp9_clear_segdata() 49 void vp9_psnr_aq_mode_setup(struct segmentation *seg) { in vp9_psnr_aq_mode_setup() 202 struct segmentation *seg = &cm->seg; in vp9_choose_segmap_coding_method() local 277 void vp9_reset_segment_features(struct segmentation *seg) { in vp9_reset_segment_features()
|
D | vp9_aq_360.c | 41 struct segmentation *seg = &cm->seg; in vp9_360aq_frame_setup() local
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/ |
D | g711.h | 209 int seg; in linear_to_ulaw() local 282 int seg; in linear_to_alaw() local 316 int seg; in alaw_to_linear() local
|
/external/libaom/libaom/av1/encoder/ |
D | segmentation.c | 22 void av1_enable_segmentation(struct segmentation *seg) { in av1_enable_segmentation() 29 void av1_disable_segmentation(struct segmentation *seg) { in av1_disable_segmentation() 36 void av1_disable_segfeature(struct segmentation *seg, int segment_id, in av1_disable_segfeature() 41 void av1_clear_segdata(struct segmentation *seg, int segment_id, in av1_clear_segdata() 171 struct segmentation *seg = &cm->seg; in av1_choose_segmap_coding_method() local 237 struct segmentation *seg = &cm->seg; in av1_reset_segment_features() local
|
D | tokenize.h | 63 static INLINE int av1_get_tx_eob(const struct segmentation *seg, int segment_id, in av1_get_tx_eob()
|
/external/skqp/src/core/ |
D | SkPathMeasure.cpp | 27 const SkPathMeasure::Segment* SkPathMeasure::NextSegment(const Segment* seg) { in NextSegment() 249 Segment* seg = fSegments.append(); in compute_quad_segs() local 278 Segment* seg = fSegments.append(); in compute_conic_segs() local 305 Segment* seg = fSegments.append(); in compute_cubic_segs() local 321 Segment* seg; in buildSegments() local 369 Segment* seg = fSegments.append(); in buildSegments() local 431 const Segment* seg = fSegments.begin(); in buildSegments() local 580 const Segment* seg = fSegments.begin(); in distanceToSegment() local 623 const Segment* seg = this->distanceToSegment(distance, &t); in getPosTan() local 674 const Segment* seg = this->distanceToSegment(startD, &startT); in getSegment() local [all …]
|
/external/libvpx/libvpx/vp8/common/ |
D | vp8_loopfilter.c | 96 int seg, /* segment number */ in vp8_loop_filter_frame_init() local 183 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_row_normal() local 236 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_row_simple() local 303 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_frame() local 353 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_frame() local 424 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_frame_yonly() local 522 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_partial_frame() local
|
/external/skia/src/core/ |
D | SkContourMeasure.cpp | 185 SkContourMeasure::Segment* seg = fSegments.append(); in compute_quad_segs() local 213 SkContourMeasure::Segment* seg = fSegments.append(); in compute_conic_segs() local 238 SkContourMeasure::Segment* seg = fSegments.append(); in compute_cubic_segs() local 256 SkContourMeasure::Segment* seg = fSegments.append(); in compute_line_seg() local 372 const SkContourMeasure::Segment* seg = fSegments.begin(); in buildSegments() local 525 const Segment* seg = fSegments.begin(); in distanceToSegment() local 568 const Segment* seg = this->distanceToSegment(distance, &t); in getPosTan() local 619 const Segment* seg = this->distanceToSegment(startD, &startT); in getSegment() local
|
/external/strace/ |
D | kexec.c | 44 const kernel_ulong_t *seg; in print_seg() local 75 kernel_ulong_t seg[4]; in print_kexec_segments() local
|
/external/u-boot/drivers/bios_emulator/x86emu/ |
D | debug.c | 84 static void disassemble_forward(u16 seg, u16 off, int n) in disassemble_forward() 200 u16 seg, off; in x86emu_print_int_vect() local 209 void X86EMU_dump_memory(u16 seg, u16 off, u32 amt) in X86EMU_dump_memory()
|
/external/u-boot/drivers/usb/host/ |
D | xhci-mem.c | 64 static void xhci_segment_free(struct xhci_segment *seg) in xhci_segment_free() 80 struct xhci_segment *seg; in xhci_ring_free() local 275 struct xhci_segment *seg; in xhci_segment_alloc() local 507 struct xhci_segment *seg; in xhci_mem_init() local
|
/external/ltp/testcases/kernel/syscalls/modify_ldt/ |
D | modify_ldt01.c | 102 int seg[4]; in main() local 218 int create_segment(void *seg, size_t size) in create_segment()
|
D | modify_ldt02.c | 98 int seg[4]; in main() local 168 int create_segment(void *seg, size_t size) in create_segment()
|
/external/skia/src/gpu/ |
D | GrRectanizer_skyline.h | 27 SkylineSegment* seg = fSkyline.append(1); in reset() local
|
/external/skqp/src/gpu/ |
D | GrRectanizer_skyline.h | 27 SkylineSegment* seg = fSkyline.append(1); in reset() local
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | closures.c | 542 msegmentptr seg = segment_holding (gm, start); in dlmunmap() local 592 msegmentptr seg = segment_holding (gm, ptr); in ffi_closure_alloc() local 608 msegmentptr seg = segment_holding_code (gm, ptr); in ffi_closure_free() local
|
/external/libffi/src/ |
D | closures.c | 570 msegmentptr seg = segment_holding (gm, start); in dlmunmap() local 620 msegmentptr seg = segment_holding (gm, ptr); in ffi_closure_alloc() local 636 msegmentptr seg = segment_holding_code (gm, ptr); in ffi_closure_free() local
|
/external/libaom/libaom/test/ |
D | segment_binarization_sync.cc | 50 const Segment seg = GenerateSegment(seed_init + i); in TEST() local
|
/external/webrtc/webrtc/p2p/base/ |
D | pseudotcp.cc | 577 Segment seg; in parse() local 646 bool PseudoTcp::process(Segment& seg) { in process() 964 bool PseudoTcp::transmit(const SList::iterator& seg, uint32_t now) { in transmit() 1111 SList::iterator seg = it; in attemptSend() local
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/ |
D | PieRenderer.java | 79 protected void drawSegment(Canvas canvas, RectF bounds, Segment seg, SegmentFormatter f, in drawSegment() 162 Segment seg, SegmentFormatter f) { in drawSegmentLabel()
|