OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sbc_calc_scalefactors_j
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluez/sbc/
sbc_primitives.h
67
int (*
sbc_calc_scalefactors_j
)(int32_t sb_sample_f[16][2][8],
member in struct:sbc_encoder_state
sbc_primitives.c
445
static int
sbc_calc_scalefactors_j
(
function
536
state->
sbc_calc_scalefactors_j
=
sbc_calc_scalefactors_j
;
sbc_primitives_neon.c
885
state->
sbc_calc_scalefactors_j
= sbc_calc_scalefactors_j_neon;
sbc.c
1094
int j = priv->enc_state.
sbc_calc_scalefactors_j
(
Completed in 1229 milliseconds