/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_segmentation.c | 22 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, signed char *feature_data, in vp9_set_segment_data() 40 void vp9_disable_segfeature(struct segmentation *seg, int segment_id, in vp9_disable_segfeature() 45 void vp9_clear_segdata(struct segmentation *seg, int segment_id, in vp9_clear_segdata() 50 void vp9_psnr_aq_mode_setup(struct segmentation *seg) { in vp9_psnr_aq_mode_setup() 64 struct segmentation *seg) { in vp9_perceptual_aq_mode_setup() 243 struct segmentation *seg = &cm->seg; in vp9_choose_segmap_coding_method() local 318 void vp9_reset_segment_features(struct segmentation *seg) { in vp9_reset_segment_features()
|
/aosp_15_r20/device/google/contexthub/firmware/os/inc/ |
D | seos.h | 196 static inline int32_t osSegmentGetSize(const struct Segment *seg) in osSegmentGetSize() 201 static inline uint32_t osSegmentGetState(const struct Segment *seg) in osSegmentGetState() 206 static inline struct AppHdr *osSegmentGetData(const struct Segment *seg) in osSegmentGetData() 218 static inline uint32_t osSegmentGetCrc(const struct Segment *seg) in osSegmentGetCrc() 230 static inline const struct Segment *osSegmentSizeGetNext(const struct Segment *seg, uint32_t size) in osSegmentSizeGetNext() 239 static inline const struct Segment *osSegmentGetNext(const struct Segment *seg) in osSegmentGetNext() 256 struct Segment *seg = osGetSegment(app); in osAppSegmentCalcCrcResidue() local 270 const struct Segment *seg; member 277 const struct Segment *seg = it->shared; in osSegmentIteratorNext() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A 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() 47 struct segmentation *seg = &cm->seg; in av1_reset_segment_features() local
|
/aosp_15_r20/external/coreboot/src/include/device/ |
H A D | i2c_simple.h | 60 struct i2c_msg seg = { in i2c_read_raw() local 75 struct i2c_msg seg = { in i2c_write_raw() local 90 struct i2c_msg seg[2]; in i2c_read_bytes() local 112 struct i2c_msg seg[2]; in i2c_readb() local 134 struct i2c_msg seg; in i2c_writeb() local 155 struct i2c_msg seg[2]; in i2c_2ba_read_bytes() local
|
/aosp_15_r20/external/libvpx/vp8/common/ |
H A 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 234 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_row_simple() local 299 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_frame() local 349 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_frame() local 420 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_frame_yonly() local 518 const int seg = mode_info_context->mbmi.segment_id; in vp8_loop_filter_partial_frame() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkContourMeasure.cpp | 241 SkContourMeasure::Segment* seg = fSegments.append(); in compute_quad_segs() local 274 SkContourMeasure::Segment* seg = fSegments.append(); in compute_conic_segs() local 305 SkContourMeasure::Segment* seg = fSegments.append(); in compute_cubic_segs() local 323 SkContourMeasure::Segment* seg = fSegments.append(); in compute_line_seg() local 334 const SkContourMeasure::Segment* seg = fSegments.begin(); in validate() local 583 const Segment* seg = fSegments.begin(); in distanceToSegment() local 626 const Segment* seg = this->distanceToSegment(distance, &t); in getPosTan() local 677 const Segment* seg = this->distanceToSegment(startD, &startT); in getSegment() local
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | seg_common.c | 37 void av1_clearall_segfeatures(struct segmentation *seg) { in av1_clearall_segfeatures() 42 void av1_calculate_segdata(struct segmentation *seg) { in av1_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()
|
/aosp_15_r20/external/sdk-platform-java/api-common-java/src/main/java/com/google/api/pathtemplate/ |
H A D | PathTemplate.java | 287 bindings.put(seg.value(), seg); in PathTemplate() local 306 Segment seg = segments.get(--i); in parentTemplate() local 325 Segment seg = iterator.next(); in withoutVars() local 598 Segment seg = segments.get(segPos++); in match() local 731 Segment seg = iterator.next(); in instantiate() local 999 private static boolean isSegmentBeginOrEndInvalid(String seg) { in isSegmentBeginOrEndInvalid() 1014 private static List<Segment> parseComplexResourceId(String seg) { in parseComplexResourceId()
|
/aosp_15_r20/frameworks/av/media/module/mpeg2ts/ |
H A D | AnotherPacketSource.cpp | 141 DiscontinuitySegment &seg = *mDiscontinuitySegments.begin(); in dequeueAccessUnit() local 202 DiscontinuitySegment &seg = *mDiscontinuitySegments.begin(); in read() local 385 DiscontinuitySegment &seg = *it2; in queueDiscontinuity() local 471 const DiscontinuitySegment &seg = *it; in getBufferedDurationUs() local 628 DiscontinuitySegment &seg = *it2; in trimBuffersAfterMeta() local 698 DiscontinuitySegment &seg = *mDiscontinuitySegments.begin(); in trimBuffersBeforeMeta() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/sgx/ |
H A D | main.c | 142 struct encl_segment *seg = &encl->segment_tbl[i]; in encl_get_tcs_offset() local 161 struct encl_segment *seg = &encl->segment_tbl[i]; in encl_get_data_offset() local 180 struct encl_segment *seg; in setup_test_encl() local 202 struct encl_segment *seg = &encl->segment_tbl[i]; in setup_test_encl() local 995 struct encl_segment *seg = &self->encl.segment_tbl[i]; in TEST_F() local 1125 struct encl_segment *seg = &self->encl.segment_tbl[i]; in TEST_F() local 1274 struct encl_segment *seg = &self->encl.segment_tbl[i]; in TEST_F() local
|
H A D | load.c | 106 static bool encl_ioc_add_pages(struct encl *encl, struct encl_segment *seg) in encl_ioc_add_pages() 177 struct encl_segment *seg; in encl_load() local 353 struct encl_segment *seg = &encl->segment_tbl[i]; in encl_build() local
|
/aosp_15_r20/external/deqp-deps/amber/src/ |
D | format.cc | 72 for (const auto& seg : segments_) { in SizeInBytes() local 90 for (const auto& seg : segments_) { in InputNeededPerElement() local 127 bool Format::AddSegment(const Segment& seg) { in AddSegment() 328 auto& seg = l->Members().back(); in AddSegmentsForType() local
|
D | buffer.cc | 38 double CalculateDiff(const Format::Segment* seg, in CalculateDiff() 129 for (const auto& seg : segments) { in CalculateDiffs() local 190 for (const auto& seg : format_->GetSegments()) { in GetHistogramForChannel() local 323 for (const auto& seg : segments) { in SetDataWithOffset() local
|
D | verifier.cc | 219 const auto& seg = fmt->GetSegments()[i]; in GetActualValuesFromTexel() local 287 const auto& seg = fmt->GetSegments()[i]; in ScaleTexelValuesIfNeeded() local 320 const auto& seg = fmt->GetSegments()[i]; in IsTexelEqualToExpected() local 369 const auto& seg = fmt->GetSegments()[i]; in GetTexelInRGBA() local
|
/aosp_15_r20/external/libvpx/vp9/common/ |
H A 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()
|
/aosp_15_r20/external/webrtc/modules/third_party/g711/ |
H A D | g711.h | 215 int seg; in linear_to_ulaw() local 288 int seg; in linear_to_alaw() local 322 int seg; in alaw_to_linear() local
|
/aosp_15_r20/external/coreboot/src/lib/ |
H A D | selfboot.c | 130 static int last_loadable_segment(struct cbfs_payload_segment *seg) in last_loadable_segment() 140 struct cbfs_payload_segment *seg, segment; in check_payload_segments() local 164 struct cbfs_payload_segment *first_segment, *seg, segment; in load_payload_segments() local
|
/aosp_15_r20/external/coreboot/src/device/oprom/x86emu/ |
H A D | debug.c | 85 void disassemble_forward (u16 seg, u16 off, int n) in disassemble_forward() 201 u16 seg,off; in x86emu_print_int_vect() local 209 void X86EMU_dump_memory (u16 seg, u16 off, u32 amt) in X86EMU_dump_memory()
|
/aosp_15_r20/external/coreboot/src/device/dram/ |
H A D | rcd.c | 100 struct i2c_msg seg[2]; in rcd_readd() local 131 struct i2c_msg seg; in rcd_writed() local 150 struct i2c_msg seg; in rcd_writeb() local
|
/aosp_15_r20/external/libffi/src/ |
H A D | closures.c | 882 msegmentptr seg = segment_holding (gm, start); in dlmunmap() local 928 msegmentptr seg = segment_holding (gm, ptr); in ffi_closure_alloc() local 939 msegmentptr seg = segment_holding (gm, data); in ffi_data_to_code_pointer() local 958 msegmentptr seg = segment_holding_code (gm, ptr); in ffi_closure_free() local
|
/aosp_15_r20/external/freetype/src/autofit/ |
H A D | afcjk.c | 185 AF_Segment seg, limit, link; in af_cjk_metrics_init_widths() local 811 AF_Segment seg; in af_cjk_hints_compute_segments() local 957 AF_Segment seg; in af_cjk_hints_link_segments() local 1016 AF_Segment seg; in af_cjk_hints_compute_edges() local 2204 AF_Segment seg = edge->first; in af_cjk_align_edge_points() local
|
/aosp_15_r20/external/skia/tools/viewer/ |
H A D | VariableWidthStrokerSlide.cpp | 533 for (const PathSegment& seg : strokes.fOuter) { in getFillPath() local 537 for (const PathSegment& seg : strokes.fInner) { in getFillPath() local 640 const PathSegment& seg, const ScalarBezCurve& distanceFunc) const { in strokeSegment() argument 886 int SkVarWidthStroker::segmentDegree(const PathSegment& seg) { in segmentDegree() 900 void SkVarWidthStroker::splitSegment(const PathSegment& seg, in splitSegment() 923 void SkVarWidthStroker::approximateSegment(const PathSegment& seg, in approximateSegment() 971 SkPoint SkVarWidthStroker::unitNormal(const PathSegment& seg, float t, SkPoint* tangentOut) { in unitNormal()
|
/aosp_15_r20/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
|
/aosp_15_r20/external/pdfium/core/fxcrt/ |
H A D | fx_bidi.cpp | 72 m_Order.begin(), m_Order.end(), [](const CFX_BidiChar::Segment& seg) { in CFX_BidiString() 77 m_Order.begin(), m_Order.end(), [](const CFX_BidiChar::Segment& seg) { in CFX_BidiString()
|
/aosp_15_r20/external/strace/ |
H A D | kexec.c | 44 const kernel_ulong_t *seg; in print_seg() local 75 kernel_ulong_t seg[4]; in print_kexec_segments() local
|