Home
last modified time | relevance | path

Searched refs:RESTRICT (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/embdrv/sbc/decoder/include/
Doi_codec_sbc_private.h40 #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/
Dsynthesis-sbc.c247 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()
Dsynthesis-dct8.c83 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()
Ddecoder-private.c181 int32_t* RESTRICT s = common->subdata; in OI_SBC_ReadSamples()
Dreadsamplesjoint.inc62 int32_t * RESTRICT s = common->subdata;
Dsynthesis-8-generated.c51 SBC_BUFFER_T const* RESTRICT buffer, in SynthWindow80_generated()
Dbitalloc.c339 uint8_t RESTRICT* allocBits; in oneChannelBitAllocation()