Searched refs:RESTRICT (Results 1 – 7 of 7) sorted by relevance
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_codec_sbc_private.h | 40 #define RESTRICT restrict macro 42 #define RESTRICT macro 182 PRIVATE void cosineModulateSynth4(SBC_BUFFER_T* RESTRICT out, 183 int32_t const* RESTRICT in); 187 INLINE void dct3_4(int32_t* RESTRICT out, int32_t const* RESTRICT in); 188 PRIVATE void analyze4_generated(SBC_BUFFER_T analysisBuffer[RESTRICT 40], 192 INLINE void dct3_8(int32_t* RESTRICT out, int32_t const* RESTRICT in); 194 PRIVATE void analyze8_generated(SBC_BUFFER_T analysisBuffer[RESTRICT 80], 200 SBC_BUFFER_T analysisBuffer[RESTRICT 112], int16_t* pcm,
|
/system/bt/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 | 182 int32_t* RESTRICT s = common->subdata; in OI_SBC_ReadSamples()
|
D | synthesis-8-generated.c | 51 SBC_BUFFER_T const* RESTRICT buffer, in SynthWindow80_generated()
|
D | readsamplesjoint.inc | 62 int32_t * RESTRICT s = common->subdata;
|
D | bitalloc.c | 339 uint8_t RESTRICT* allocBits; in oneChannelBitAllocation()
|