OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
603
s->
dec_method
= 0;
605
s->
dec_method
= 1;
608
s->
dec_method
= 2;
610
s->
dec_method
= 3;
612
s->
dec_method
= 4;
644
switch (book->
dec_method
)
dpen.s
72
@ r7 = book->
dec_method
86
@ r7 =
dec_method
/external/chromium_org/third_party/opus/src/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 53 milliseconds