HomeSort by relevance Sort by last modified time
    Searched refs:uint8x3_t (Results 1 - 6 of 6) sorted by null

  /system/media/audio_utils/private/
private.h 31 typedef struct {uint8_t c[3];} __attribute__((__packed__)) uint8x3_t; typedef in typeref:struct:__anon70153
  /system/media/audio_utils/
channels.c 33 * Converts a uint8x3_t into an int32_t
35 inline int32_t uint8x3_to_int32(uint8x3_t val) {
45 * Converts an int32_t to a uint8x3_t
47 inline uint8x3_t int32_to_uint8x3(int32_t in) {
48 uint8x3_t out;
157 * NOTE: Can not be used for uint8x3_t samples, see CONTRACT_TO_MONO_24() below.
182 /* Channel contracts from a MULTICHANNEL uint8x3_t input buffer to a MONO uint8x3_t output buffer
257 CONTRACT_TO_MONO_24((const uint8x3_t*)in_buff,
258 (uint8x3_t*)out_buff, num_in_bytes)
    [all...]
primitives.c 392 uint8x3_t *udst = (uint8x3_t*)dst;
393 const uint8x3_t *usrc = (const uint8x3_t*)src;
394 static const uint8x3_t zero; /* tricky - we use this to zero out a sample */
447 uint8x3_t *udst = (uint8x3_t*)dst;
448 const uint8x3_t *usrc = (const uint8x3_t*)src;
449 static const uint8x3_t zero
    [all...]
  /system/media/audio_utils/tests/
primitives_tests.cpp 380 typedef struct {uint8_t c[3];} __attribute__((__packed__)) uint8x3_t; typedef in typeref:struct:__anon70155
381 uint8x3_t *u24ref = new uint8x3_t[65536];
382 uint8x3_t *u24ary = new uint8x3_t[65536];
386 EXPECT_EQ((size_t)3, sizeof(uint8x3_t)); // 3 bytes per struct
464 typedef struct {uint8_t c[3];} __attribute__((__packed__)) uint8x3_t; typedef in typeref:struct:__anon70156
465 uint8x3_t *u24ref = new uint8x3_t[65536];
466 uint8x3_t *u24ary = new uint8x3_t[65536]
549 typedef struct {uint8_t c[3];} __attribute__((__packed__)) uint8x3_t; typedef in typeref:struct:__anon70157
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x-google/include/
arm_neon.h     [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x-google/include/
arm_neon.h     [all...]

Completed in 407 milliseconds