OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grad_os_h
(Results
1 - 5
of
5
) sorted by null
/external/libldac/src/
bitalloc_ldac.c
37
int
grad_os_h
= p_ab->
grad_os_h
;
local
49
p_grad[iqu] = -
grad_os_h
;
55
tmp =
grad_os_h
- grad_os_l;
291
int
grad_os_h
= p_ab->
grad_os_h
;
local
293
int step = LDAC_MAXGRADOS -
grad_os_h
;
299
while (
grad_os_h
< LDAC_MAXGRADOS) {
305
grad_os_h
-= step;
306
if (
grad_os_h
< 0)
[
all
...]
ldaclib_api.c
570
int
grad_os_h
,
595
if ((
grad_os_h
< 0) || (LDAC_NIDSF <=
grad_os_h
)) {
618
hData->
grad_os_h
=
grad_os_h
;
622
hData->
grad_os_h
= LDAC_DEFGRADOSH;
696
hData->grad_qu_l, hData->grad_qu_h, hData->grad_os_l, hData->
grad_os_h
,
ldac.h
216
int
grad_os_h
;
member in struct:_audio_block_ldac
249
int
grad_os_h
;
member in struct:_handle_ldac_struct
encode_ldac.c
211
int
grad_os_h
,
225
p_ab->
grad_os_h
=
grad_os_h
;
pack_ldac.c
144
pack_store_ldac(p_ab->
grad_os_h
, LDAC_GRADOSBITS, p_stream, p_loc);
Completed in 357 milliseconds