Lines Matching refs:dtbl
172 compute_reciprocal (UINT16 divisor, DCTELEM * dtbl) in compute_reciprocal() argument
184 dtbl[DCTSIZE2 * 0] = (DCTELEM) 1; /* reciprocal */ in compute_reciprocal()
185 dtbl[DCTSIZE2 * 1] = (DCTELEM) 0; /* correction */ in compute_reciprocal()
186 dtbl[DCTSIZE2 * 2] = (DCTELEM) 1; /* scale */ in compute_reciprocal()
187 dtbl[DCTSIZE2 * 3] = (DCTELEM) (-sizeof(DCTELEM) * 8); /* shift */ in compute_reciprocal()
209 dtbl[DCTSIZE2 * 0] = (DCTELEM) fq; /* reciprocal */ in compute_reciprocal()
210 dtbl[DCTSIZE2 * 1] = (DCTELEM) c; /* correction + roundfactor */ in compute_reciprocal()
211 dtbl[DCTSIZE2 * 2] = (DCTELEM) (1 << (sizeof(DCTELEM)*8*2 - r)); /* scale */ in compute_reciprocal()
212 dtbl[DCTSIZE2 * 3] = (DCTELEM) r - sizeof(DCTELEM)*8; /* shift */ in compute_reciprocal()
237 DCTELEM * dtbl; in start_pass_fdctmgr() local
260 dtbl = fdct->divisors[qtblno]; in start_pass_fdctmgr()
263 if(!compute_reciprocal(qtbl->quantval[i] << 3, &dtbl[i]) in start_pass_fdctmgr()
267 dtbl[i] = ((DCTELEM) qtbl->quantval[i]) << 3; in start_pass_fdctmgr()
300 dtbl = fdct->divisors[qtblno]; in start_pass_fdctmgr()
306 CONST_BITS-3), &dtbl[i]) in start_pass_fdctmgr()
310 dtbl[i] = (DCTELEM) in start_pass_fdctmgr()