Searched refs:divisors (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djcdctmgr.c32 /* The actual post-DCT divisors --- not identical to the quant table
36 DCTELEM * divisors[NUM_QUANT_TBLS]; member in struct:__anon688
74 /* Compute divisors for this quant table */
79 /* For LL&M IDCT method, divisors are equal to raw quantization
82 if (fdct->divisors[qtblno] == NULL) {
83 fdct->divisors[qtblno] = (DCTELEM *)
87 dtbl = fdct->divisors[qtblno];
96 /* For AA&N IDCT method, divisors are equal to quantization
116 if (fdct->divisors[qtblno] == NULL) {
117 fdct->divisors[qtbln
193 DCTELEM * divisors = fdct->divisors[compptr->quant_tbl_no]; local
283 FAST_FLOAT * divisors = fdct->float_divisors[compptr->quant_tbl_no]; local
[all...]

Completed in 30 milliseconds