Home
last modified time | relevance | path

Searched refs:segmentation (Results 1 – 25 of 58) sorted by relevance

123

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser2_syntax.c33 seg->enabled = s->segmentation.enabled; in vp9d_fill_segmentation()
34 seg->update_map = s->segmentation.update_map; in vp9d_fill_segmentation()
35 seg->temporal_update = s->segmentation.temporal; in vp9d_fill_segmentation()
36 seg->abs_delta = s->segmentation.absolute_vals; in vp9d_fill_segmentation()
48 seg->feature_data[i][0] = s->segmentation.feat[i].q_val; in vp9d_fill_segmentation()
49 seg->feature_data[i][1] = s->segmentation.feat[i].lf_val; in vp9d_fill_segmentation()
50 seg->feature_data[i][2] = s->segmentation.feat[i].ref_val; in vp9d_fill_segmentation()
51 seg->feature_data[i][3] = s->segmentation.feat[i].skip_enabled; in vp9d_fill_segmentation()
52 seg->feature_mask[i] = s->segmentation.feat[i].q_enabled in vp9d_fill_segmentation()
53 | (s->segmentation.feat[i].lf_enabled << 1) in vp9d_fill_segmentation()
[all …]
H A Dvp9d_parser.c907 s->segmentation.update_map = 0; in decode_parser_header()
908 s->segmentation.ignore_refmap = 0; in decode_parser_header()
909 if ((s->segmentation.enabled = mpp_get_bit1(&s->gb))) { in decode_parser_header()
911 if ((s->segmentation.update_map = mpp_get_bit1(&s->gb))) { in decode_parser_header()
918 s->segmentation.temporal = mpp_get_bit1(&s->gb); in decode_parser_header()
919 if (s->segmentation.temporal) { in decode_parser_header()
931 if ((!s->segmentation.update_map || s->segmentation.temporal) && in decode_parser_header()
943 s->segmentation.absolute_vals = mpp_get_bit1(&s->gb); in decode_parser_header()
944 vp9d_dbg(VP9D_DBG_HEADER, "abs_delta %d", s->segmentation.absolute_vals); in decode_parser_header()
946 if ((s->segmentation.feat[i].q_enabled = mpp_get_bit1(&s->gb))) in decode_parser_header()
[all …]
H A Dvp9d_parser.h180 } segmentation; member
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dsegmentation-offloads.rst12 to take advantage of segmentation offload capabilities of various NICs.
27 TCP segmentation allows a device to segment a single frame into multiple
29 When TCP segmentation requested the bit for either SKB_GSO_TCPV4 or
33 TCP segmentation is dependent on support for the use of partial checksum
37 In order to support TCP segmentation offload it is necessary to populate
43 For IPv4 segmentation we support one of two types in terms of the IP ID.
70 for such instances an additional set of segmentation offload types were
72 SKB_GSO_UDP_TUNNEL. These extra segmentation types are used to identify
110 Generic segmentation offload is a pure software offload that is meant to
116 Before enabling any hardware segmentation offload a corresponding software
[all …]
H A Dvxlan.rst66 - `tx-udp_tnl-segmentation`
67 - `tx-udp_tnl-csum-segmentation`
68 ability to perform TCP segmentation offload of UDP encapsulated frames
H A Dnetdev-features.rst114 * Transmit TCP segmentation offload
119 * Transmit UDP segmentation offload
122 gso_size. On segmentation, it segments the payload on gso_size boundaries and
H A Dindex.rst34 segmentation-offloads
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pycocotools_2.0.4.bb1 SUMMARY = "COCO is a large image dataset designed for object detection, segmentation, \
2 person keypoints detection, stuff segmentation, and caption generation."
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_parser2_syntax.c213 pp->segmentation.enabled = frame_header->segmentation_enabled; in av1d_fill_picparams()
214 pp->segmentation.update_map = frame_header->segmentation_update_map; in av1d_fill_picparams()
215 pp->segmentation.update_data = frame_header->segmentation_update_data; in av1d_fill_picparams()
216 pp->segmentation.temporal_update = frame_header->segmentation_temporal_update; in av1d_fill_picparams()
219 pp->segmentation.feature_mask[i] |= frame_header->feature_enabled[i][j] << j; in av1d_fill_picparams()
220 pp->segmentation.feature_data[i][j] = frame_header->feature_value[i][j]; in av1d_fill_picparams()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/elfutils/files/
H A D0001-libelf-elf_end.c-check-data_list.data.d.d_buf-before.patch9 This can fix a segmentation fault when prelink libqb_1.0.3:
12 The segmentation fault happens when prelink call elf_end().
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf/
H A D0001-Lower-init-prio-for-extension-attributes.patch14 This is needed in some applications to avoid segmentation fault.
50 +// Some embedded systems get a segmentation fault if extension attributes are
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dhsv-formats.rst13 useful format for image segmentation algorithms.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/libsombok3/
H A Dlibsombok3_2.4.0.bb6 Cluster segmentation described in Annex #29 (UAX #29)."
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1043 if (dxva->segmentation.enabled && in vdpu_av1d_set_reference_frames()
1238 regs->swreg13.sw_segment_temp_upd_e = dxva->segmentation.temporal_update; in vdpu_av1d_set_segmentation()
1239 regs->swreg13.sw_segment_upd_e = dxva->segmentation.update_map; in vdpu_av1d_set_segmentation()
1240 regs->swreg13.sw_segment_e = dxva->segmentation.enabled; in vdpu_av1d_set_segmentation()
1268 if (dxva->segmentation.enabled) { in vdpu_av1d_set_segmentation()
1269 RK_S32 (*segdata)[SEG_AV1_LVL_MAX] = dxva->segmentation.feature_data; in vdpu_av1d_set_segmentation()
1272 if (dxva->segmentation.feature_mask[s] & (1 << SEG_AV1_LVL_ALT_Q)) { in vdpu_av1d_set_segmentation()
1278 if (dxva->segmentation.feature_mask[s] & (1 << SEG_AV1_LVL_ALT_LF_Y_V)) in vdpu_av1d_set_segmentation()
1282 if (dxva->segmentation.feature_mask[s] & (1 << SEG_AV1_LVL_ALT_LF_Y_H)) in vdpu_av1d_set_segmentation()
1286 if (dxva->segmentation.feature_mask[s] & (1 << SEG_AV1_LVL_ALT_LF_U)) in vdpu_av1d_set_segmentation()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libcheck/
H A Dlibcheck_0.15.2.bb5 segmentation faults or other signals can be caught. Test results are \
/OK3568_Linux_fs/kernel/net/mpls/
H A DKconfig22 This is helper module to allow segmentation of non-MPLS GSO packets
/OK3568_Linux_fs/kernel/Documentation/arm/
H A Dswp_emulation.rst10 sequence. If a memory access fault (an abort) occurs, a segmentation fault is
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/connman/connman-gnome/
H A Dnull_check_for_ipv4_config.patch4 it contains "dhcp" string, a segmentation fault is generated.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-telnet/files/
H A D0001-telnetd-utility.c-Fix-buffer-overflow-in-netoprintf.patch30 with segmentation fault.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.15.049 - Fixed segmentation fault due to null pointer usage in qdeclarativepolylinemapitem.cpp.
/OK3568_Linux_fs/kernel/drivers/staging/media/meson/vdec/
H A Dcodec_vp9.c386 struct segmentation { struct
477 struct segmentation seg_4lf;
495 static int segfeature_active(struct segmentation *seg, int segment_id, in segfeature_active()
502 static int get_segdata(struct segmentation *seg, int segment_id, in get_segdata()
539 struct segmentation *seg_4lf = &vp9->seg_4lf; in vp9_loop_filter_init()
544 memset(seg_4lf, 0, sizeof(struct segmentation)); in vp9_loop_filter_init()
574 vp9_loop_filter_frame_init(struct amvdec_core *core, struct segmentation *seg, in vp9_loop_filter_frame_init()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dav1d_syntax.h164 } segmentation; member
/OK3568_Linux_fs/kernel/net/can/
H A DKconfig65 segmentation is needed to transport longer Protocol Data Units (PDU)
/OK3568_Linux_fs/kernel/Documentation/filesystems/spufs/
H A Dspu_run.rst49 A DMA segmentation error
/OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/
H A DCHANGES58 ADDR should cause a "segmentation violation", the memory read

123