Home
last modified time | relevance | path

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

/external/bluetooth/bluez/sbc/
Dsbcinfo.c66 int tmp, nrof_subbands, nrof_blocks; in calc_frame_len() local
68 nrof_subbands = (hdr->subbands + 1) * 4; in calc_frame_len()
73 nrof_subbands /= 2; in calc_frame_len()
83 tmp = nrof_blocks * hdr->bitpool + nrof_subbands; in calc_frame_len()
89 return (nrof_subbands + ((tmp + 7) / 8)); in calc_frame_len()
94 int nrof_subbands, nrof_blocks; in calc_bit_rate() local
97 nrof_subbands = (hdr->subbands + 1) * 4; in calc_bit_rate()
118 (nrof_subbands * nrof_blocks)); in calc_bit_rate()