OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dec_method
(Results
1 - 4
of
4
) sorted by null
/external/tremolo/Tremolo/
codebook.h
47
int
dec_method
;
member in struct:codebook
codebook.c
621
s->
dec_method
= 0;
623
s->
dec_method
= 1;
626
s->
dec_method
= 2;
628
s->
dec_method
= 3;
630
s->
dec_method
= 4;
663
switch (book->
dec_method
)
dpen.s
73
@ r7 = book->
dec_method
87
@ r7 =
dec_method
/external/libopus/celt/tests/
test_unit_entropy.c
281
int
dec_method
;
local
282
dec_method
=rand()/((RAND_MAX>>2)+1);
283
switch(
dec_method
){
311
enc_method[j],
dec_method
);
Completed in 82 milliseconds