Home
last modified time | relevance | path

Searched full:segmentation (Results 1 – 25 of 254) sorted by relevance

1234567891011

/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dsegmentation-offloads.rst4 Segmentation Offloads
12 to take advantage of segmentation offload capabilities of various NICs.
15 * TCP Segmentation Offload - TSO
18 * Generic Segmentation Offload - GSO
20 * Partial Generic Segmentation Offload - GSO_PARTIAL
24 TCP Segmentation Offload
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
[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/kernel/net/ethtool/
H A Dcommon.c25 [NETIF_F_GSO_BIT] = "tx-generic-segmentation",
32 [NETIF_F_TSO_BIT] = "tx-tcp-segmentation",
34 [NETIF_F_TSO_ECN_BIT] = "tx-tcp-ecn-segmentation",
35 [NETIF_F_TSO_MANGLEID_BIT] = "tx-tcp-mangleid-segmentation",
36 [NETIF_F_TSO6_BIT] = "tx-tcp6-segmentation",
37 [NETIF_F_FSO_BIT] = "tx-fcoe-segmentation",
38 [NETIF_F_GSO_GRE_BIT] = "tx-gre-segmentation",
39 [NETIF_F_GSO_GRE_CSUM_BIT] = "tx-gre-csum-segmentation",
40 [NETIF_F_GSO_IPXIP4_BIT] = "tx-ipxip4-segmentation",
41 [NETIF_F_GSO_IPXIP6_BIT] = "tx-ipxip6-segmentation",
[all …]
/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.c906 /* segmentation header info */ in decode_parser_header()
907 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()
936 s->segmentation.temporal, s->segmentation.update_map); in decode_parser_header()
937 s->segmentation.ignore_refmap = 1; */ in decode_parser_header()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_parser2_syntax.c212 /* Segmentation */ in av1d_fill_picparams()
213 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/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/yocto/meta-openembedded/meta-oe/recipes-devtools/libsombok3/
H A Dlibsombok3_2.4.0.bb1 SUMMARY = "Sombok - Unicode Text Segmentation Package."
6 Cluster segmentation described in Annex #29 (UAX #29)."
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdev_features.h34 NETIF_F_TSO_BIT /* ... TCPv4 segmentation */
39 NETIF_F_TSO6_BIT, /* ... TCPv6 segmentation */
40 NETIF_F_FSO_BIT, /* ... FCoE segmentation */
192 /* Segmentation offload feature mask */
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dma/ti/
H A Dk3-udma.yaml16 The UDMA-P architecture facilitates the segmentation and reassembly of SoC DMA
20 segmentation or reassembly operations to be ongoing. The DMA controller
22 segmentation and reassembly operations to be time division multiplexed between
/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/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/video/
H A Dbackground_segm.hpp55 /** @brief Base class for background/foreground segmentation. :
58 segmentation algorithms.
85 /** @brief Gaussian Mixture-based Background/Foreground Segmentation Algorithm.
224 /** @brief K-nearest neighbours - based Background/Foreground Segmentation Algorithm.
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/video/
H A Dbackground_segm.hpp55 /** @brief Base class for background/foreground segmentation. :
58 segmentation algorithms.
85 /** @brief Gaussian Mixture-based Background/Foreground Segmentation Algorithm.
224 /** @brief K-nearest neighbours - based Background/Foreground Segmentation Algorithm.
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-force-tm.c13 * a segmentation fault. This happens for COUNT_MAX times.
96 * segmentation fault, since the ck structures are NULL. in usr_signal_handler()
/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()
1237 /* Segmentation */ in vdpu_av1d_set_segmentation()
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()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DSignals.html267 referenced address that raised a segmentation fault.
271 Program received signal SIGSEGV, Segmentation fault.
312 <pre class="smallexample">Program received signal SIGSEGV, Segmentation fault
319 <pre class="smallexample">Program received signal SIGSEGV, Segmentation fault
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DSignals.html267 referenced address that raised a segmentation fault.
271 Program received signal SIGSEGV, Segmentation fault.
312 <pre class="smallexample">Program received signal SIGSEGV, Segmentation fault
319 <pre class="smallexample">Program received signal SIGSEGV, Segmentation fault
/OK3568_Linux_fs/buildroot/package/haproxy/
H A DConfig.in4 # src/proto_http.c:6330:1: internal compiler error: Segmentation fault
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dhsv-formats.rst13 useful format for image segmentation algorithms.
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Deva.h25 * platform specific configuration of the segmentation registers,
/OK3568_Linux_fs/kernel/net/mpls/
H A DKconfig22 This is helper module to allow segmentation of non-MPLS GSO packets
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-imx-viv/
H A DConfig.in28 obscure message like "Segmentation fault at address 0xc").

1234567891011