Home
last modified time | relevance | path

Searched refs:_v (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Du_atomic.h43 #define p_atomic_set(_v, _i) __atomic_store_n((_v), (_i), __ATOMIC_RELEASE) argument
44 #define p_atomic_read(_v) __atomic_load_n((_v), __ATOMIC_ACQUIRE) argument
45 #define p_atomic_read_relaxed(_v) __atomic_load_n((_v), __ATOMIC_RELAXED) argument
59 #define p_atomic_set(_v, _i) (*(_v) = (_i)) argument
60 #define p_atomic_read(_v) (*(_v)) argument
61 #define p_atomic_read_relaxed(_v) (*(_v)) argument
92 #define p_atomic_set(_v, _i) (*(_v) = (_i)) argument
93 #define p_atomic_read(_v) (*(_v)) argument
94 #define p_atomic_read_relaxed(_v) (*(_v)) argument
95 #define p_atomic_dec_zero(_v) (p_atomic_dec_return(_v) == 0) argument
[all …]
/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format_yuv.h70 const int _v = scale * ( (0.439f * _r) - (0.368f * _g) - (0.071f * _b)); in util_format_rgb_float_to_yuv() local
74 *v = _v + 128; in util_format_rgb_float_to_yuv()
84 const int _v = v - 128; in util_format_yuv_to_rgb_float() local
90 *r = scale * (y_factor * _y + 1.596f * _v); in util_format_yuv_to_rgb_float()
91 *g = scale * (y_factor * _y - 0.391f * _u - 0.813f * _v); in util_format_yuv_to_rgb_float()
112 const int _v = v - 128; in util_format_yuv_to_rgb_8unorm() local
114 const int _r = (298 * _y + 409 * _v + 128) >> 8; in util_format_yuv_to_rgb_8unorm()
115 const int _g = (298 * _y - 100 * _u - 208 * _v + 128) >> 8; in util_format_yuv_to_rgb_8unorm()
/hardware/interfaces/tv/tuner/assets/
Dtuner_frontend_input.ts473 ��G�-�آ������I(�6Y�|��`�4����������B0���෷�J~��,�\� -_v"�)�1u�[o�� ����U������w~"\|�C�:��…
1840 …�ȃ��W>'0}<�3���EF�%���Ae G�v��q����������R����Àr491�+zN�2�Q%#K�д��_v����Yl+�1��k\h>p@����…
4874 …�1'8.%��Q�j�����H�K�>�h��t/��h�$P';�8}L�v*O*��k��^���%���ue�Q��_v�^��$�F>?����G/…
Dtuner_frontend_input.es744 ��-�آ������I(�6Y�|��`�4����������B0���෷�J~��,�\� -_v"�)�1u�[o�� ����U������w~"\|�C�:������…
1829 …���s�k��'��^��W�7�v��j�&\|�&Y���H��'Dxk�L�������g�";���s��P�=�����fˆ_v��y�N�����V<��h�mv��…
1901 …����cg�2�� a�o�Ԩ�#O\�y��뾤��Tnm&�Z$�������>2ka/�ϳ�pF�������ٯW,'��e` �_v�9�ҲT�E�1=��o����r�…
1914 …�ȃ��W>'0}<�3���EF�%���Ae G�v��q����������R����Àr491�+zN�2�Q%#K�д��_v����Yl+�1��k\h>p@����…
4647 …�1'8.%��Q�j�����H�K�>�h��t/��h�$P';�8}L�v*O*��k��^���%���ue�Q��_v�^��$�F>?����G/…
4657 …1xp�O��||�J[��.i��@�:����Z��bh���F�� � �0���d���4l<n:?�^��Ȍ�L$ ������_v�k�NA}��A[6X|\��Q.b…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dresources.adoc4646 _v~plane~_) unnormalized coordinates of the reduced-resolution plane, and
4648 _v~color~_) unnormalized coordinates of the color aspect for which chroma
4649 reconstruction operations operate on the same (_u~plane~_, _v~plane~_) or