HomeSort by relevance Sort by last modified time
    Searched refs:dec_method (Results 1 - 5 of 5) 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 73 @ r7 = book->dec_method
87 @ 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);
  /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 4036 milliseconds