Home
last modified time | relevance | path

Searched refs:dimension (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.15/drivers/media/platform/verisilicon/
H A Dhantro_hw.h467 static inline unsigned short hantro_vp9_num_sbs(unsigned short dimension) in hantro_vp9_num_sbs() argument
469 return (dimension + 63) / 64; in hantro_vp9_num_sbs()
549 static inline unsigned short hantro_av1_num_sbs(unsigned short dimension) in hantro_av1_num_sbs() argument
551 return DIV_ROUND_UP(dimension, 64); in hantro_av1_num_sbs()
/linux-6.15/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-uvc249 bAspectRatioY the X dimension of the picture aspect
251 bAspectRatioX the Y dimension of the picture aspect
305 bAspectRatioY the X dimension of the picture aspect
307 bAspectRatioX the Y dimension of the picture aspect
364 bAspectRatioY the X dimension of the picture aspect
366 bAspectRatioX the Y dimension of the picture aspect
/linux-6.15/net/netfilter/ipset/
H A Dip_set_hash_mac.c124 .dimension = IPSET_DIM_ONE,
H A Dip_set_bitmap_port.c291 .dimension = IPSET_DIM_ONE,
H A Dip_set_hash_ip.c278 .dimension = IPSET_DIM_ONE,
H A Dip_set_hash_ipmac.c267 .dimension = IPSET_DIM_TWO,
H A Dip_set_hash_ipmark.c283 .dimension = IPSET_DIM_TWO,
H A Dip_set_bitmap_ip.c340 .dimension = IPSET_DIM_ONE,
H A Dip_set_hash_net.c360 .dimension = IPSET_DIM_ONE,
H A Dip_set_bitmap_ipmac.c380 .dimension = IPSET_DIM_TWO,
H A Dip_set_hash_ipport.c365 .dimension = IPSET_DIM_TWO,
H A Dip_set_hash_ipportip.c360 .dimension = IPSET_DIM_THREE,
H A Dip_set_hash_netport.c464 .dimension = IPSET_DIM_TWO,
H A Dip_set_hash_netiface.c475 .dimension = IPSET_DIM_TWO,
H A Dip_set_hash_netnet.c478 .dimension = IPSET_DIM_TWO,
H A Dip_set_hash_ipportnet.c519 .dimension = IPSET_DIM_THREE,
H A Dip_set_hash_netportnet.c575 .dimension = IPSET_DIM_THREE,
H A Dip_set_core.c749 if (opt->dim < set->type->dimension || in ip_set_test()
785 if (opt->dim < set->type->dimension || in ip_set_add()
807 if (opt->dim < set->type->dimension || in ip_set_del()
H A Dip_set_list_set.c649 .dimension = IPSET_DIM_ONE,
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-jpeg.rst28 spatial dimension. See :ref:`itu-t81`, clause A.1.1. for more
H A Dvidioc-queryctrl.rst263 - The number of dimension in the N-dimensional array. If this
267 - The size of each dimension. The first ``nr_of_dims`` elements of
/linux-6.15/Documentation/admin-guide/media/
H A Drkisp1.rst137 node with dimension 900x800 planar format YUV 4:2:2. It uses all cropping
184 to dimension `900x800`.
/linux-6.15/Documentation/mm/
H A Dksm.rst30 When the sharing passes this threshold, KSM adds a second dimension to
/linux-6.15/include/linux/netfilter/ipset/
H A Dip_set.h216 u8 dimension; member
/linux-6.15/Documentation/userspace-api/
H A Ddma-buf-alloc-exchange.rst158 storage is tightly clipped to either dimension.
176 Buffers may also be padded further in the y dimension, simply by allocating a

12