Home
last modified time | relevance | path

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

/external/bluetooth/bluez/sbc/
Dsbc.c578 MULA(synmatrix4[i][0], frame->sb_sample[blk][ch][0], in sbc_synthesize_four()
579 MULA(synmatrix4[i][1], frame->sb_sample[blk][ch][1], in sbc_synthesize_four()
580 MULA(synmatrix4[i][2], frame->sb_sample[blk][ch][2], in sbc_synthesize_four()
581 MUL (synmatrix4[i][3], frame->sb_sample[blk][ch][3]))))); in sbc_synthesize_four()
Dsbc_tables.h91 static const int32_t synmatrix4[8][4] = { variable