Home
last modified time | relevance | path

Searched refs:s16 (Results 1 – 25 of 31) sorted by relevance

12

/CafeSDK-2.12.13-1/system/include/cafe/pads/wpad/
Dwpad.h326 s16 x; // 0 <= x < WPAD_DPD_IMG_RESO_WX
327 s16 y; // 0 <= y < WPAD_DPD_IMG_RESO_WY
341 s16 range_x1;
342 s16 range_y1;
343 s16 range_x2;
344 s16 range_y2;
356 s16 accX; // -WPAD_ACC_RESO/2 <= accX < WPAD_ACC_RESO/2
357 s16 accY; // -WPAD_ACC_RESO/2 <= accY < WPAD_ACC_RESO/2
358 s16 accZ; // -WPAD_ACC_RESO/2 <= accZ < WPAD_ACC_RESO/2
368 s16 accX; // -WPAD_ACC_RESO/2 <= accX < WPAD_ACC_RESO/2
[all …]
DwpadTrain.h27 s16 accX; // -WPAD_ACC_RESO/2 <= accX < WPAD_ACC_RESO/2
28 s16 accY; // -WPAD_ACC_RESO/2 <= accY < WPAD_ACC_RESO/2
29 s16 accZ; // -WPAD_ACC_RESO/2 <= accZ < WPAD_ACC_RESO/2
DwpadBulk.h50 s16 accX; // -WPAD_ACC_RESO/2 <= accX < WPAD_ACC_RESO/2
51 s16 accY; // -WPAD_ACC_RESO/2 <= accY < WPAD_ACC_RESO/2
52 s16 accZ; // -WPAD_ACC_RESO/2 <= accZ < WPAD_ACC_RESO/2
DwpadBalance.h31 s16 accX; // -WPAD_ACC_RESO/2 <= accX < WPAD_ACC_RESO/2
32 s16 accY; // -WPAD_ACC_RESO/2 <= accY < WPAD_ACC_RESO/2
33 s16 accZ; // -WPAD_ACC_RESO/2 <= accZ < WPAD_ACC_RESO/2
/CafeSDK-2.12.13-1/system/bin/win64/
Ddsptool.h29 s16 coef[16];
32 s16 yn1;
33 s16 yn2;
37 s16 loop_yn1;
38 s16 loop_yn2;
57 s16 *src, // location of source samples (16bit PCM signed little endian)
66 s16 *dst, // location of destination buffer (16 bits / sample)
81 typedef void (*dspToolFnType3)(s16*, u8*, ADPCMINFO*, u32);
82 typedef void (*dspToolFnType4)(u8*, s16*, ADPCMINFO*, u32);
/CafeSDK-2.12.13-1/system/bin/win32/
Ddsptool.h29 s16 coef[16];
32 s16 yn1;
33 s16 yn2;
37 s16 loop_yn1;
38 s16 loop_yn2;
57 s16 *src, // location of source samples (16bit PCM signed little endian)
66 s16 *dst, // location of destination buffer (16 bits / sample)
81 typedef void (*dspToolFnType3)(s16*, u8*, ADPCMINFO*, u32);
82 typedef void (*dspToolFnType4)(u8*, s16*, ADPCMINFO*, u32);
/CafeSDK-2.12.13-1/system/include/cafe/
Dax.h100 s16 currentDelta;
116 s16 volDelta;
341 s16 xn1;
342 s16 xn2;
343 s16 yn1;
344 s16 yn2;
345 s16 b0;
346 s16 b1;
347 s16 b2;
348 s16 a1;
[all …]
Dmix.h270 s16 aux[AX_AUX_ID_MAX_NUM]; // aux send values in 0.1dB
271 s16 pan;
272 s16 span;
273 s16 fader;
274 s16 lfe;
284 s16 inputLevel;
291 s16 tvChns[AX_MAX_NUM_TVS][AX_MAX_NUM_TV_CHS];
299 s16 drcChns[AX_MAX_NUM_DRCS][AX_MAX_NUM_DRC_CHS];
305 s16 rmtChns[AX_MAX_NUM_RMTS][AX_MAX_NUM_RMT_CHS];
323 void MIXSetDeviceAux(AXVPB *p, AXPBDeviceType device, u32 Id, u32 auxId, s16 dB);
[all …]
Dh264.h71 s16 sar_width;
72 s16 sar_height;
95 s16 max_bytes_per_pic_denom;
96 s16 max_bits_per_mb_denom;
97 s16 log2_max_mv_length_horizontal;
98 s16 log2_max_mv_length_vertical;
99 s16 num_reorder_frames;
100 s16 max_dec_frame_buffering;
Daacdec.h114 s16 **decodedPcm,
133 s16 **decodedPcm,
Dwenc.h80 const s16* pbyPcmData,
/CafeSDK-2.12.13-1/system/src/lib/demo/
Ddemoavx.c46 ALIGNED_VAR(static s16, 32, __AVX_internal_buffer[AVX_FRAME_SIZE_WORDS*AVX_INTERNAL_NUM_FRAMES]);
56 static s16 *__AVX_left_buffer; // Pointer to the caller's left-channel sample buffer.
57 static s16 *__AVX_right_buffer; // Pointer to the caller's right-channel sample buffer.
178 … __AVX_left_buffer [__AVX_write_ptr] = (s16)(__AVX_buffer[curr_frame * AVX_FRAME_SIZE_WORDS + j]); in DEMOAVXRefreshBuffer()
179 …__AVX_right_buffer[__AVX_write_ptr] = (s16)(__AVX_buffer[curr_frame * AVX_FRAME_SIZE_WORDS + j + 1… in DEMOAVXRefreshBuffer()
202 void DEMOAVXInit(s16 *left, s16 *right, u32 size) in DEMOAVXInit()
DdemoPad.c94 dmpad->stickDeltaX = (s16)(pad->stickX - dmpad->stickX); in SetPadInfo()
95 dmpad->stickDeltaY = (s16)(pad->stickY - dmpad->stickY); in SetPadInfo()
96 dmpad->substickDeltaX = (s16)(pad->substickX - dmpad->substickX); in SetPadInfo()
97 dmpad->substickDeltaY = (s16)(pad->substickY - dmpad->substickY); in SetPadInfo()
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoGfxTypes.h223 struct{ s16 x, y, z, w;} v;
224 struct{ s16 r, g, b, a;} c;
225 s16 S16[4];
235 struct{ s16 x, y, z;} v;
236 struct{ s16 r, g, b;} c;
237 s16 S16[3];
247 struct{ s16 x, y;} v;
248 struct{ s16 r, g;} c;
249 s16 S16[2];
259 struct{ s16 x;} v;
[all …]
Ddemoavx.h34 void DEMOAVXInit (s16 *left, s16 *right, u32 size);
DdemoPad.h74 s16 stickDeltaX; ///< Stick delta x
75 s16 stickDeltaY; ///< Stick delta y
76 s16 substickDeltaX; ///< Substick delta x
77 s16 substickDeltaY; ///< Substick delta y
/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoGfxTypes.h223 struct{ s16 x, y, z, w;} v;
224 struct{ s16 r, g, b, a;} c;
225 s16 S16[4];
235 struct{ s16 x, y, z;} v;
236 struct{ s16 r, g, b;} c;
237 s16 S16[3];
247 struct{ s16 x, y;} v;
248 struct{ s16 r, g;} c;
249 s16 S16[2];
259 struct{ s16 x;} v;
[all …]
Ddemoavx.h34 void DEMOAVXInit (s16 *left, s16 *right, u32 size);
DdemoPad.h74 s16 stickDeltaX; ///< Stick delta x
75 s16 stickDeltaY; ///< Stick delta y
76 s16 substickDeltaX; ///< Substick delta x
77 s16 substickDeltaY; ///< Substick delta y
/CafeSDK-2.12.13-1/system/include/
Dtypes.h35 typedef signed short s16; typedef
94 typedef signed short s16; typedef
120 typedef signed short s16; typedef
135 typedef __int16 s16; typedef
165 typedef volatile s16 vs16;
/CafeSDK-2.12.13-1/system/include/cafe/mtx/
DmtxGeoTypes.h46 s16 x; ///< X component
47 s16 y; ///< Y component
48 s16 z; ///< Z component
/CafeSDK-2.12.13-1/system/src/lib/mtx/headers/cafe/mtx/
DmtxGeoTypes.h46 s16 x; ///< X component
47 s16 y; ///< Y component
48 s16 z; ///< Z component
/CafeSDK-2.12.13-1/system/include/cafe/os/
DOSFastCast.h177 static inline f32 OSs16tof32Value(const s16 * in) in OSs16tof32Value()
183 static inline void OSs16tof32(const s16* in, volatile f32* out) in OSs16tof32()
234 static inline void OSf32tos16(const f32* in, volatile s16* out) in OSf32tos16()
240 static inline s16 __OSf32tos16Value(const f32 in) in __OSf32tos16Value()
242 s16 value; in __OSf32tos16Value()
/CafeSDK-2.12.13-1/system/include/nn/
Dtypes.h66 typedef signed short int s16;
93 typedef volatile s16 vs16;
/CafeSDK-2.12.13-1/system/include/cafe/vpad/
DvpadTypes.h160 s16 offsetX;
161 s16 offsetY;

12