Home
last modified time | relevance | path

Searched refs:uint16_t (Results 1 – 25 of 5066) sorted by relevance

12345678910>>...203

/third_party/ffmpeg/libavcodec/
Dopustab.h32 extern const uint16_t ff_silk_model_lbrr_flags_40[];
33 extern const uint16_t ff_silk_model_lbrr_flags_60[];
35 extern const uint16_t ff_silk_model_stereo_s1[];
36 extern const uint16_t ff_silk_model_stereo_s2[];
37 extern const uint16_t ff_silk_model_stereo_s3[];
38 extern const uint16_t ff_silk_model_mid_only[];
40 extern const uint16_t ff_silk_model_frame_type_inactive[];
41 extern const uint16_t ff_silk_model_frame_type_active[];
43 extern const uint16_t ff_silk_model_gain_highbits[3][9];
44 extern const uint16_t ff_silk_model_gain_lowbits[];
[all …]
Dopustab.c31 const uint16_t ff_silk_model_lbrr_flags_40[] = { 256, 0, 53, 106, 256 };
32 const uint16_t ff_silk_model_lbrr_flags_60[] = { 256, 0, 41, 61, 90, 131, 146, 174, 256 };
34 const uint16_t ff_silk_model_stereo_s1[] = {
39 const uint16_t ff_silk_model_stereo_s2[] = {256, 85, 171, 256};
41 const uint16_t ff_silk_model_stereo_s3[] = {256, 51, 102, 154, 205, 256};
43 const uint16_t ff_silk_model_mid_only[] = {256, 192, 256};
45 const uint16_t ff_silk_model_frame_type_inactive[] = {256, 26, 256};
47 const uint16_t ff_silk_model_frame_type_active[] = {256, 24, 98, 246, 256};
49 const uint16_t ff_silk_model_gain_highbits[3][9] = {
55 const uint16_t ff_silk_model_gain_lowbits[] = {256, 32, 64, 96, 128, 160, 192, 224, 256};
[all …]
Daactab.c122 static const uint16_t codes1[81] = {
145 static const uint16_t codes2[81] = {
168 static const uint16_t codes3[81] = {
191 static const uint16_t codes4[81] = {
214 static const uint16_t codes5[81] = {
237 static const uint16_t codes6[81] = {
260 static const uint16_t codes7[64] = {
278 static const uint16_t codes8[64] = {
296 static const uint16_t codes9[169] = {
335 static const uint16_t codes10[169] = {
[all …]
Ddcahuff.c33 static const uint16_t tmode_codes[TMODE_COUNT][4] = {
52 static const uint16_t bitalloc_12_codes[DCA_BITALLOC_12_COUNT][12] = {
75 static const uint16_t scales_codes[SCALES_COUNT][129] = {
252 static const uint16_t bitalloc_3_codes[3] = {
260 static const uint16_t bitalloc_5_codes_a[5] = {
264 static const uint16_t bitalloc_5_codes_b[5] = {
268 static const uint16_t bitalloc_5_codes_c[5] = {
284 static const uint16_t bitalloc_7_codes_a[7] = {
288 static const uint16_t bitalloc_7_codes_b[7] = {
292 static const uint16_t bitalloc_7_codes_c[7] = {
[all …]
/third_party/mbedtls/3rdparty/everest/include/everest/kremlib/
DFStar_UInt64_FStar_UInt32_FStar_UInt16_FStar_UInt8.h151 extern Prims_int FStar_UInt16_v(uint16_t x0);
153 extern uint16_t FStar_UInt16_uint_to_t(Prims_int x0);
155 extern uint16_t FStar_UInt16_add(uint16_t x0, uint16_t x1);
157 extern uint16_t FStar_UInt16_add_underspec(uint16_t x0, uint16_t x1);
159 extern uint16_t FStar_UInt16_add_mod(uint16_t x0, uint16_t x1);
161 extern uint16_t FStar_UInt16_sub(uint16_t x0, uint16_t x1);
163 extern uint16_t FStar_UInt16_sub_underspec(uint16_t x0, uint16_t x1);
165 extern uint16_t FStar_UInt16_sub_mod(uint16_t x0, uint16_t x1);
167 extern uint16_t FStar_UInt16_mul(uint16_t x0, uint16_t x1);
169 extern uint16_t FStar_UInt16_mul_underspec(uint16_t x0, uint16_t x1);
[all …]
/third_party/astc-encoder/Source/
Dastcenc_percentile_tables.cpp39 uint16_t itemcounts[2];
41 uint16_t difscales[2];
43 uint16_t initial_percs[2];
45 const uint16_t *items[2];
49 static const uint16_t percentile_arr_4x4_0[61] {
60 static const uint16_t percentile_arr_4x4_1[84] {
84 static const uint16_t percentile_arr_5x4_0[91] {
99 static const uint16_t percentile_arr_5x4_1[104] {
125 static const uint16_t percentile_arr_5x5_0[129] {
145 static const uint16_t percentile_arr_5x5_1[126] {
[all …]
/third_party/musl/porting/linux/user/ldso/
Dzip_archive.h30 static const uint16_t COMPRESS_STORED = 0;
37 uint16_t file_path_index;
69 uint16_t version_needed;
70 uint16_t flags;
71 uint16_t compression_method;
72 uint16_t modified_time;
73 uint16_t modified_date;
77 uint16_t name_size;
78 uint16_t extra_size;
84 uint16_t version_made;
[all …]
/third_party/musl/ldso/linux/
Dzip_archive.h30 static const uint16_t COMPRESS_STORED = 0;
37 uint16_t file_path_index;
69 uint16_t version_needed;
70 uint16_t flags;
71 uint16_t compression_method;
72 uint16_t modified_time;
73 uint16_t modified_date;
77 uint16_t name_size;
78 uint16_t extra_size;
84 uint16_t version_made;
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
Dbits_test.cc29 static_assert(rotl(uint16_t{0x1234}, 0) == uint16_t{0x1234}, ""); in TEST()
36 EXPECT_EQ(rotl(uint16_t{0x1234}, 0), uint16_t{0x1234}); in TEST()
42 EXPECT_EQ(rotl(uint16_t{0x1234}, 16), uint16_t{0x1234}); in TEST()
48 EXPECT_EQ(rotl(uint16_t{0x1234}, -16), uint16_t{0x1234}); in TEST()
54 EXPECT_EQ(rotl(uint16_t{0x1234}, 4), uint16_t{0x2341}); in TEST()
60 EXPECT_EQ(rotl(uint16_t{0x1234}, -4), uint16_t{0x4123}); in TEST()
68 static_assert(rotr(uint16_t{0x1234}, 0) == uint16_t{0x1234}, ""); in TEST()
75 EXPECT_EQ(rotr(uint16_t{0x1234}, 0), uint16_t{0x1234}); in TEST()
81 EXPECT_EQ(rotr(uint16_t{0x1234}, 16), uint16_t{0x1234}); in TEST()
87 EXPECT_EQ(rotr(uint16_t{0x1234}, -16), uint16_t{0x1234}); in TEST()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCOFF.h61 uint16_t Machine;
66 uint16_t SizeOfOptionalHeader;
67 uint16_t Characteristics;
71 enum : uint16_t { MinBigObjectVersion = 2 };
73 uint16_t Sig1; ///< Must be IMAGE_FILE_MACHINE_UNKNOWN (0).
74 uint16_t Sig2; ///< Must be 0xFFFF.
75 uint16_t Version;
76 uint16_t Machine;
159 uint16_t Type;
248 uint16_t NumberOfRelocations;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DCOFF.h66 uint16_t Machine;
71 uint16_t SizeOfOptionalHeader;
72 uint16_t Characteristics;
76 enum : uint16_t { MinBigObjectVersion = 2 };
78 uint16_t Sig1; ///< Must be IMAGE_FILE_MACHINE_UNKNOWN (0).
79 uint16_t Sig2; ///< Must be 0xFFFF.
80 uint16_t Version;
81 uint16_t Machine;
191 uint16_t Type;
278 uint16_t NumberOfRelocations;
[all …]
/third_party/skia/src/gpu/
DGrUserStencilSettings.h47 uint16_t fRef; // Reference value for stencil test and ops.
49 uint16_t fTestMask; // Bitwise "and" to perform on fRef and stencil values before testing.
53 uint16_t fWriteMask; // Indicates which bits in the stencil buffer should be updated.
57 enum class GrUserStencilTest : uint16_t {
118 template<uint16_t Ref, GrUserStencilTest Test, uint16_t TestMask,
119 GrUserStencilOp PassOp, GrUserStencilOp FailOp, uint16_t WriteMask> struct Init {};
121 template<uint16_t CWRef, uint16_t CCWRef,
123 uint16_t CWTestMask, uint16_t CCWTestMask,
126 uint16_t CWWriteMask, uint16_t CCWWriteMask> struct InitSeparate {};
128 template<uint16_t Ref, GrUserStencilTest Test, uint16_t TestMask,
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dendian.h50 inline uint16_t gbswap_16(uint16_t host_int) { in gbswap_16()
61 inline uint16_t gbswap_16(uint16_t host_int) {
101 inline uint16_t gbswap_16(uint16_t host_int) {
105 return (((host_int & uint16_t{0xFF}) << 8) |
106 ((host_int & uint16_t{0xFF00}) >> 8));
120 inline uint16_t ghtons(uint16_t x) { return gbswap_16(x); } in ghtons()
129 inline uint16_t ghtons(uint16_t x) { return x; } in ghtons()
139 inline uint16_t gntohs(uint16_t x) { return ghtons(x); } in gntohs()
151 inline uint16_t FromHost16(uint16_t x) { return x; } in FromHost16()
152 inline uint16_t ToHost16(uint16_t x) { return x; } in ToHost16()
[all …]
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dtcp.h118 uint16_t source;
119 uint16_t dest;
123 uint16_t res1:4;
124 uint16_t doff:4;
125 uint16_t fin:1;
126 uint16_t syn:1;
127 uint16_t rst:1;
128 uint16_t psh:1;
129 uint16_t ack:1;
130 uint16_t urg:1;
[all …]
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dtcp.h118 uint16_t source;
119 uint16_t dest;
123 uint16_t res1:4;
124 uint16_t doff:4;
125 uint16_t fin:1;
126 uint16_t syn:1;
127 uint16_t rst:1;
128 uint16_t psh:1;
129 uint16_t ack:1;
130 uint16_t urg:1;
[all …]
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dtcp.h118 uint16_t source;
119 uint16_t dest;
123 uint16_t res1:4;
124 uint16_t doff:4;
125 uint16_t fin:1;
126 uint16_t syn:1;
127 uint16_t rst:1;
128 uint16_t psh:1;
129 uint16_t ack:1;
130 uint16_t urg:1;
[all …]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vcn_av1_default.h302 uint16_t classes_cdf[CDF_SIZE(AV1_MV_CLASSES)];
303 uint16_t class0_fp_cdf[AV1_CLASS0_SIZE][CDF_SIZE(AV1_MV_FP_SIZE)];
304 uint16_t fp_cdf[CDF_SIZE(AV1_MV_FP_SIZE)];
305 uint16_t sign_cdf[CDF_SIZE(2)];
306 uint16_t class0_hp_cdf[CDF_SIZE(2)];
307 uint16_t hp_cdf[CDF_SIZE(2)];
308 uint16_t class0_cdf[CDF_SIZE(AV1_CLASS0_SIZE)];
309 uint16_t bits_cdf[AV1_MV_OFFSET_BITS][CDF_SIZE(2)];
313 uint16_t joints_cdf[CDF_SIZE(AV1_MV_JOINTS)];
419 uint16_t txb_skip_cdf[AV1_TX_SIZES][TXB_SKIP_CONTEXTS][CDF_SIZE(2)];
[all …]
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_dec_h264.h35 constexpr uint16_t DXVA_H264_INVALID_PICTURE_INDEX =
38 constexpr uint16_t DXVA_H264_INVALID_PICTURE_ENTRY_VALUE = 0xFF; // This corresponds to DXVA_PicE…
101 uint16_t wFrameWidthInMbsMinus1;
102 uint16_t wFrameHeightInMbsMinus1;
110 uint16_t field_pic_flag : 1;
111 uint16_t MbaffFrameFlag : 1;
112 uint16_t residual_colour_transform_flag : 1;
113 uint16_t sp_for_switch_flag : 1;
114 uint16_t chroma_format_idc : 2;
115 uint16_t RefPicFlag : 1;
[all …]
/third_party/ffmpeg/libavcodec/x86/
Dv210-init.c23 …ff_v210_planar_unpack_unaligned_ssse3(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, …
24 …d ff_v210_planar_unpack_unaligned_avx(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, …
25 … ff_v210_planar_unpack_unaligned_avx2(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, …
27 …d ff_v210_planar_unpack_aligned_ssse3(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, …
28 …oid ff_v210_planar_unpack_aligned_avx(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, …
29 …id ff_v210_planar_unpack_aligned_avx2(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, …
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dtcp.h122 uint16_t source;
123 uint16_t dest;
127 uint16_t res1:4;
128 uint16_t doff:4;
129 uint16_t fin:1;
130 uint16_t syn:1;
131 uint16_t rst:1;
132 uint16_t psh:1;
133 uint16_t ack:1;
134 uint16_t urg:1;
[all …]
/third_party/musl/include/netinet/
Dtcp.h122 uint16_t source;
123 uint16_t dest;
127 uint16_t res1:4;
128 uint16_t doff:4;
129 uint16_t fin:1;
130 uint16_t syn:1;
131 uint16_t rst:1;
132 uint16_t psh:1;
133 uint16_t ack:1;
134 uint16_t urg:1;
[all …]
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Drle.c25 static const uint16_t ESCAPE = 0xA5A5;
41 static uint16_t*
42 appendEncodedByte(uint16_t* buffer, uint16_t* buffLimit, uint8_t value, uint8_t state[],UErrorCode*… in appendEncodedByte()
47 uint16_t c = (uint16_t) ((state[1] << 8) | (((int32_t) value) & 0xFF)); in appendEncodedByte()
66 static uint16_t*
67 encodeRunByte(uint16_t* buffer,uint16_t* bufLimit, uint8_t value, int32_t length, uint8_t state[], … in encodeRunByte()
108 static uint16_t*
109 encodeRunShort(uint16_t* buffer,uint16_t* bufLimit, uint16_t value, int32_t length,UErrorCode* stat… in encodeRunShort()
131 APPEND(buffer,bufLimit,(uint16_t) length, num,status); in encodeRunShort()
132 APPEND(buffer,bufLimit,(uint16_t)value, num, status); /* Don't need to escape this value */ in encodeRunShort()
[all …]
/third_party/icu/icu4c/source/tools/genrb/
Drle.c25 static const uint16_t ESCAPE = 0xA5A5;
41 static uint16_t*
42 appendEncodedByte(uint16_t* buffer, uint16_t* buffLimit, uint8_t value, uint8_t state[],UErrorCode*… in appendEncodedByte()
47 uint16_t c = (uint16_t) ((state[1] << 8) | (((int32_t) value) & 0xFF)); in appendEncodedByte()
66 static uint16_t*
67 encodeRunByte(uint16_t* buffer,uint16_t* bufLimit, uint8_t value, int32_t length, uint8_t state[], … in encodeRunByte()
108 static uint16_t*
109 encodeRunShort(uint16_t* buffer,uint16_t* bufLimit, uint16_t value, int32_t length,UErrorCode* stat… in encodeRunShort()
131 APPEND(buffer,bufLimit,(uint16_t) length, num,status); in encodeRunShort()
132 APPEND(buffer,bufLimit,(uint16_t)value, num, status); /* Don't need to escape this value */ in encodeRunShort()
[all …]
/third_party/node/deps/icu-small/source/tools/genrb/
Drle.c25 static const uint16_t ESCAPE = 0xA5A5;
41 static uint16_t*
42 appendEncodedByte(uint16_t* buffer, uint16_t* buffLimit, uint8_t value, uint8_t state[],UErrorCode*… in appendEncodedByte()
47 uint16_t c = (uint16_t) ((state[1] << 8) | (((int32_t) value) & 0xFF)); in appendEncodedByte()
66 static uint16_t*
67 encodeRunByte(uint16_t* buffer,uint16_t* bufLimit, uint8_t value, int32_t length, uint8_t state[], … in encodeRunByte()
108 static uint16_t*
109 encodeRunShort(uint16_t* buffer,uint16_t* bufLimit, uint16_t value, int32_t length,UErrorCode* stat… in encodeRunShort()
131 APPEND(buffer,bufLimit,(uint16_t) length, num,status); in encodeRunShort()
132 APPEND(buffer,bufLimit,(uint16_t)value, num, status); /* Don't need to escape this value */ in encodeRunShort()
[all …]
/third_party/openh264/codec/encoder/core/inc/
Dsvc_motion_estimate.h74 uint16_t* pMvdCost;
103 uint16_t** pQpelLocationOfFeature;
104 uint16_t* pMvdCostX;
105 uint16_t* pMvdCostY;
111 uint16_t uiSadCostThresh;
188 bool WelsMeSadCostSelect (int32_t* pSadCost, const uint16_t* kpMvdCost, int32_t* pBestCost, const i…
203 uint16_t* pMvdTable,
210 uint32_t SampleSad8x8Hor8_sse41 (uint8_t*, int32_t, uint8_t*, int32_t, uint16_t*, int32_t*);
211 uint32_t SampleSad16x16Hor8_sse41 (uint8_t*, int32_t, uint8_t*, int32_t, uint16_t*, int32_t*);
215 uint16_t* pMvdTable,
[all …]

12345678910>>...203