HomeSort by relevance Sort by last modified time
    Searched refs:hiroom (Results 1 - 2 of 2) sorted by null

  /external/tremolo/Tremolo/
floor1.c 338 int hiroom=quant_q-predicted; local
340 int room=(hiroom<loroom?hiroom:loroom)<<1;
345 if(hiroom>loroom){
348 val = -1-(val-hiroom);
  /external/libvorbis/lib/
floor1.c 1018 int hiroom=look->quant_q-predicted; local
1020 int room=(hiroom<loroom?hiroom:loroom)<<1;
1025 if(hiroom>loroom){
1028 val = -1-(val-hiroom);

Completed in 164 milliseconds