OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sbc_calc_scalefactors
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluez/sbc/
sbc_primitives.h
63
void (*
sbc_calc_scalefactors
)(int32_t sb_sample_f[16][2][8],
member in struct:sbc_encoder_state
sbc_primitives_mmx.c
370
state->
sbc_calc_scalefactors
= sbc_calc_scalefactors_mmx;
sbc_primitives.c
425
static void
sbc_calc_scalefactors
(
function
535
state->
sbc_calc_scalefactors
=
sbc_calc_scalefactors
;
sbc_primitives_neon.c
884
state->
sbc_calc_scalefactors
= sbc_calc_scalefactors_neon;
sbc.c
1099
priv->enc_state.
sbc_calc_scalefactors
(
Completed in 365 milliseconds