Searched refs:RESTRICT (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/include/ |
D | oi_codec_sbc_private.h | 40 #define RESTRICT restrict macro 42 #define RESTRICT macro 181 PRIVATE void cosineModulateSynth4(SBC_BUFFER_T* RESTRICT out, 182 int32_t const* RESTRICT in); 186 INLINE void dct3_4(int32_t* RESTRICT out, int32_t const* RESTRICT in); 187 PRIVATE void analyze4_generated(SBC_BUFFER_T analysisBuffer[RESTRICT 40], 191 INLINE void dct3_8(int32_t* RESTRICT out, int32_t const* RESTRICT in); 193 PRIVATE void analyze8_generated(SBC_BUFFER_T analysisBuffer[RESTRICT 80], 199 SBC_BUFFER_T analysisBuffer[RESTRICT 112], int16_t* pcm,
|
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/ |
D | synthesis-sbc.c | 247 SBC_BUFFER_T const* RESTRICT buffer, 250 SBC_BUFFER_T const* RESTRICT buffer, 252 PRIVATE void dct2_8(SBC_BUFFER_T* RESTRICT out, int32_t const* RESTRICT x); 526 PRIVATE void cosineModulateSynth4(SBC_BUFFER_T* RESTRICT out, in cosineModulateSynth4() 527 int32_t const* RESTRICT in) { in cosineModulateSynth4()
|
D | synthesis-dct8.c | 83 PRIVATE void float_dct2_8(float* RESTRICT out, int32_t const* RESTRICT in) { in float_dct2_8() 250 PRIVATE void dct2_8(SBC_BUFFER_T* RESTRICT out, int32_t const* RESTRICT in) { in dct2_8()
|
D | decoder-private.c | 181 int32_t* RESTRICT s = common->subdata; in OI_SBC_ReadSamples()
|
D | readsamplesjoint.inc | 62 int32_t * RESTRICT s = common->subdata;
|
D | synthesis-8-generated.c | 51 SBC_BUFFER_T const* RESTRICT buffer, in SynthWindow80_generated()
|
D | bitalloc.c | 339 uint8_t RESTRICT* allocBits; in oneChannelBitAllocation()
|