OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quant_q
(Results
1 - 3
of
3
) sorted by null
/external/libvorbis/lib/
codec_internal.h
148
int
quant_q
;
member in struct:__anon21121
floor1.c
233
look->
quant_q
=256;
236
look->
quant_q
=128;
239
look->
quant_q
=86;
242
look->
quant_q
=64;
820
int headroom=(look->
quant_q
-predicted<predicted?
821
look->
quant_q
-predicted:predicted);
854
look->postbits+=ilog(look->
quant_q
-1)*2;
855
oggpack_write(opb,out[0],ilog(look->
quant_q
-1));
856
oggpack_write(opb,out[1],ilog(look->
quant_q
-1));
980
fit_value[0]=oggpack_read(&vb->opb,ilog(look->
quant_q
-1))
[
all
...]
/external/tremolo/Tremolo/
floor1.c
295
int
quant_q
=quant_look[info->mult-1];
local
299
fit_value[0]=oggpack_read(&vd->opb,ilog(
quant_q
-1));
300
fit_value[1]=oggpack_read(&vd->opb,ilog(
quant_q
-1));
338
int hiroom=
quant_q
-predicted;
Completed in 32 milliseconds