OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nadjqus
(Results
1 - 3
of
3
) sorted by null
/external/libldac/src/
bitalloc_ldac.c
177
int
nadjqus
)
196
if (iqu <
nadjqus
) {
549
int
nadjqus
= LDAC_MAXNADJQUS>>1;
local
630
nbits_spec = nbits_fix + encode_audio_block_b_ldac(p_ab,
nadjqus
);
637
nadjqus
+= step;
638
if (
nadjqus
> p_ab->nqus) {
639
nadjqus
= p_ab->nqus;
643
nadjqus
-= step;
646
if (
nadjqus
> p_ab->nqus) {
647
nadjqus
= p_ab->nqus
[
all
...]
ldac.h
218
int
nadjqus
;
member in struct:_audio_block_ldac
pack_ldac.c
152
pack_store_ldac(p_ab->
nadjqus
, LDAC_NADJQUBITS, p_stream, p_loc);
Completed in 681 milliseconds