/third_party/ffmpeg/libavcodec/ |
H A D | opustab.h | 32 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_lowbit [all...] |
H A D | opustab.c | 31 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_lowbit [all...] |
H A D | scpr3.h | 33 uint16_t size; 36 uint16_t freqs[256]; 37 uint16_t freqs1[256]; 38 uint16_t cnts[256]; 44 uint16_t freqs[2][5]; 45 uint16_t cnts[5]; 51 uint16_t freqs[2][6]; 52 uint16_t cnts[6]; 58 uint16_t freqs[2][256]; 59 uint16_t cnt [all...] |
/third_party/mbedtls/3rdparty/everest/include/everest/kremlib/ |
H A D | FStar_UInt64_FStar_UInt32_FStar_UInt16_FStar_UInt8.h | 151 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 x [all...] |
/third_party/musl/porting/linux/user/ldso/ |
H A D | zip_archive.h | 30 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_mad [all...] |
/third_party/musl/ldso/linux/ |
H A D | zip_archive.h | 30 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_mad [all...] |
/third_party/skia/src/gpu/ |
H A D | GrUserStencilSettings.h | 47 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 CWTestMas [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | v210-init.c | 23 extern void ff_v210_planar_unpack_unaligned_ssse3(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width); 24 extern void ff_v210_planar_unpack_unaligned_avx(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width); 25 extern void ff_v210_planar_unpack_unaligned_avx2(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width); 27 extern void ff_v210_planar_unpack_aligned_ssse3(const uint32_t *src, uint16_t * [all...] |
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_video_dec_h264.h | 35 constexpr uint16_t DXVA_H264_INVALID_PICTURE_INDEX = 38 constexpr uint16_t DXVA_H264_INVALID_PICTURE_ENTRY_VALUE = 0xFF; // This corresponds to DXVA_PicEntry_H264.bPicEntry 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 RefPicFla [all...] |
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/ |
H A D | vulkan_video_codec_h264std_decode.h | 31 uint16_t reserved; // for structure members 32-bit packing/alignment 32 uint16_t frame_num; // 7.4.3 Slice header semantics 33 uint16_t idr_pic_id; // 7.4.3 Slice header semantics 48 uint16_t FrameNum; // 7.4.3.3 Decoded reference picture marking semantics 49 uint16_t reserved; // for structure members 32-bit packing/alignment 62 uint16_t viewOrderIndex; 63 uint16_t viewId; 64 uint16_t temporalId; // move out? 65 uint16_t priorityId; // move out? 66 uint16_t numOfAnchorRefsInL [all...] |
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
H A D | tcp.h | 118 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 ur [all...] |
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
H A D | tcp.h | 118 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 ur [all...] |
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
H A D | tcp.h | 122 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 ur [all...] |
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
H A D | tcp.h | 118 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 ur [all...] |
/third_party/musl/include/netinet/ |
H A D | tcp.h | 122 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 ur [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
H A D | bits_test.cc | 29 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{ in TEST() [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vcn_av1_default.h | 302 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_cd [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | COFF.h | 61 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 NumberOfRelocation [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | COFF.h | 66 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 NumberOfRelocation [all...] |
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | rle.c | 25 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* status) { 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[], UErrorCode* status) { in encodeRunByte() 108 static uint16_t* [all...] |
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | rle.c | 25 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* status) { 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[], UErrorCode* status) { in encodeRunByte() 108 static uint16_t* [all...] |
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | rle.c | 25 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* status) { 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[], UErrorCode* status) { in encodeRunByte() 108 static uint16_t* [all...] |
/third_party/icu/icu4c/source/tools/gencnval/ |
H A D | gencnval.c | 105 uint16_t aliasCount; 106 uint16_t *aliases; /* Index into stringStore */ 110 uint16_t converter; /* Index into stringStore */ 111 uint16_t totalAliasCount; /* Total aliases in this column */ 115 static uint16_t converterCount=0; 121 uint16_t tag; /* Index into tagStore */ 122 uint16_t totalAliasCount; /* Total aliases in this row */ 128 static uint16_t tagCount = 0; 131 static uint16_t knownAliases[MAX_ALIAS_COUNT]; 132 static uint16_t knownAliasesCoun [all...] |
/third_party/skia/third_party/externals/icu/source/tools/gencnval/ |
H A D | gencnval.c | 104 uint16_t aliasCount; 105 uint16_t *aliases; /* Index into stringStore */ 109 uint16_t converter; /* Index into stringStore */ 110 uint16_t totalAliasCount; /* Total aliases in this column */ 114 static uint16_t converterCount=0; 120 uint16_t tag; /* Index into tagStore */ 121 uint16_t totalAliasCount; /* Total aliases in this row */ 127 static uint16_t tagCount = 0; 130 static uint16_t knownAliases[MAX_ALIAS_COUNT]; 131 static uint16_t knownAliasesCoun [all...] |
/third_party/mesa3d/include/vk_video/ |
H A D | vulkan_video_codec_h264std_decode.h | 44 uint16_t reserved; 45 uint16_t frame_num; 46 uint16_t idr_pic_id; 59 uint16_t FrameNum; 60 uint16_t reserved; 73 uint16_t viewOrderIndex; 74 uint16_t viewId; 75 uint16_t temporalId; 76 uint16_t priorityId; 77 uint16_t numOfAnchorRefsInL [all...] |