Searched defs:subbands (Results 1 - 7 of 7) sorted by relevance

/external/adhd/cras/src/common/
H A Dcras_sbc_codec.c97 uint8_t mode, uint8_t subbands, uint8_t alloc,
116 data->sbc.subbands = subbands;
96 cras_sbc_codec_create(uint8_t freq, uint8_t mode, uint8_t subbands, uint8_t alloc, uint8_t blocks, uint8_t bitpool) argument
H A Da2dp-codecs.h94 uint8_t subbands:2; member in struct:__anon722
116 uint8_t subbands:2; member in struct:__anon724
/external/adhd/cras/src/server/
H A Dcras_a2dp_info.c17 uint8_t frequency = 0, mode = 0, subbands = 0, allocation, blocks = 0, local
43 switch (sbc->subbands) {
45 subbands = SBC_SB_4;
48 subbands = SBC_SB_8;
69 a2dp->codec = cras_sbc_codec_create(frequency, mode, subbands,
/external/libxaac/decoder/
H A Dixheaacd_mps_decorr.c188 void ixheaacd_mps_decor_init(ia_mps_decor_struct_handle self, WORD32 subbands, argument
207 self->num_bins = subbands;
H A Dixheaacd_env_calc.c950 WORD32 subbands) {
956 for (band = subbands - 1; band >= 0; band--) {
949 ixheaacd_equalize_filt_buff_exp(WORD16 *ptr_filt_buf, WORD16 *nrg_gain, WORD32 subbands) argument
/external/adhd/cras/src/tests/
H A Da2dp_info_unittest.cc57 sbc.subbands = SBC_SUBBANDS_8;
178 uint8_t mode, uint8_t subbands, uint8_t alloc,
190 codec_create_subbands_val = subbands;
177 cras_sbc_codec_create(uint8_t freq, uint8_t mode, uint8_t subbands, uint8_t alloc, uint8_t blocks, uint8_t bitpool) argument
/external/aac/libSBRdec/src/
H A Denv_calc.cpp116 one or more QMF-subbands are grouped to one SBR-band. An envelope contains
133 Depending on the frequency range set in the bitstream, only QMF-subbands
172 int subbands);
837 compared to the total gain over all subbands. \li Boost gain: Calculate and
1095 limiter bands exceeds the number of subbands. The latter can be caused by
1820 int subbands) /*!< Number of QMF subbands */
1825 for (band = 0; band < subbands; band++) {
2380 int noSubbands, /*!< Number of QMF subbands */
2485 int noSubbands, /*!< Number of QMF subbands */
1815 equalizeFiltBufferExp( FIXP_DBL *filtBuffer, SCHAR *filtBuffer_e, FIXP_DBL *nrgGain, SCHAR *nrgGain_e, int subbands) argument
[all...]

Completed in 1364 milliseconds