OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dec_method
(Results
1 - 5
of
5
) sorted by null
/external/libaom/libaom/test/
ec_test.cc
91
int
dec_method
;
local
95
dec_method
= 3 + (rand() & 1);
97
dec_method
= enc_method[j];
99
switch (
dec_method
) {
119
<< " decoding method: " <<
dec_method
<< "\n";
local
/external/tremolo/Tremolo/
codebook.h
47
int
dec_method
;
member in struct:codebook
codebook.c
628
s->
dec_method
= 0;
630
s->
dec_method
= 1;
633
s->
dec_method
= 2;
635
s->
dec_method
= 3;
637
s->
dec_method
= 4;
670
switch (book->
dec_method
)
dpen.s
73
@ r7 = book->
dec_method
87
@ r7 =
dec_method
/external/libopus/celt/tests/
test_unit_entropy.c
282
int
dec_method
;
local
283
dec_method
=rand()/((RAND_MAX>>2)+1);
284
switch(
dec_method
){
312
enc_method[j],
dec_method
);
Completed in 1367 milliseconds