Home
last modified time | relevance | path

Searched refs:intra (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/media/platform/qcom/venus/
H A Dhfi_cmds.c756 struct hfi_intra_period *in = pdata, *intra = prop_data; in pkt_session_set_property_1x() local
758 intra->pframes = in->pframes; in pkt_session_set_property_1x()
759 intra->bframes = in->bframes; in pkt_session_set_property_1x()
760 pkt->shdr.hdr.size += sizeof(u32) + sizeof(*intra); in pkt_session_set_property_1x()
810 struct hfi_intra_refresh *in = pdata, *intra = prop_data; in pkt_session_set_property_1x() local
824 intra->mode = in->mode; in pkt_session_set_property_1x()
825 intra->air_mbs = in->air_mbs; in pkt_session_set_property_1x()
826 intra->air_ref = in->air_ref; in pkt_session_set_property_1x()
827 intra->cir_mbs = in->cir_mbs; in pkt_session_set_property_1x()
828 pkt->shdr.hdr.size += sizeof(u32) + sizeof(*intra); in pkt_session_set_property_1x()
[all …]
/linux/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.c250 unsigned int input_step, bool intra) in fwht() argument
256 int add = intra ? 256 : 0; in fwht()
383 fwht16(const s16 *block, s16 *output_block, int stride, int intra) in fwht16() argument
467 ifwht(const s16 *block, s16 *output_block, int intra) in ifwht() argument
474 int inter = intra ? 0 : 1; in ifwht()
/linux/net/tipc/
H A DKconfig11 specially designed for intra cluster communication. This protocol
/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-codec.rst1172 Enable constrained intra prediction for H264. Applicable to the H264
1181 Cyclic intra macroblock refresh. This is the number of continuous
1193 Sets the type of intra refresh. The period to refresh
1215 for which the whole frame will be intra-refreshed. An example:
1218 intra-refreshed on frameX and the other half of macroblocks
2091 Setting this prevents intra 4x4 mode in the intra mode decision.
2582 Indicates constant intra prediction for HEVC encoder. Specifies the
2583 constrained intra prediction in which intra larges
[all...]
/linux/fs/nfsd/
H A Dtrace.h2290 __field(bool, intra)
2314 __entry->intra = test_bit(NFSD4_COPY_F_INTRA, &copy->cp_flags);
2334 TP_printk("client=%pISpc intra=%d async=%d "
2339 __get_sockaddr(addr), __entry->intra, __entry->async,
2356 DEFINE_COPY_EVENT(intra);
2367 __field(bool, intra)
2373 __entry->intra = test_bit(NFSD4_COPY_F_INTRA, &copy->cp_flags);
2378 TP_printk("addr=%pISpc status=%d intra=%d async=%d",
2379 __get_sockaddr(addr), __entry->status, __entry->intra, __entry->async
2390 __field(bool, intra)
[all...]
/linux/Documentation/admin-guide/hw-vuln/
H A Drsb.rst183 However, note that eIBRS and IBRS do not mitigate intra-mode attacks.
208 intra-mode BTI attack. This is mitigated by clearing the BHB on
215 intra-mode BTI, and the processor both enumerates RRSBA and
H A Dindirect-target-selection.rst154 - System is vulnerable to intra-mode BTI, but not affected by eIBRS
/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec-vp9.c132 u32 intra[4][2]; member
913 vp9_ctx->intra_cnts.intra_inter = &intra_cnts->intra; in rkvdec_init_v4l2_vp9_count_tbl()
/linux/Documentation/networking/device_drivers/ethernet/freescale/
H A Ddpaa.rst209 be processed by the same CPU. This ensures intra-flow order preservation
/linux/Documentation/driver-api/cxl/linux/
H A Dcxl-driver.rst629 example-configurations/intra-hb-interleave.rst
/linux/Documentation/translations/sp_SP/
H A Dmemory-barriers.txt89 (*) Efectos de barrera adquiriendo intra-CPU.
2202 Consulte también la sección "Efectos de barrera adquiriendo intra-CPU".
/linux/Documentation/virt/kvm/
H A Dapi.rst8431 This is intended to support intra-host migration of VMs between userspace VMMs,