OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DQ
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/common/
dequantize.c
18
short *
DQ
= d->dqcoeff;
22
DQ
[i] = Q[i] * DQC[i];
26
void vp8_dequant_idct_add_c(short *input, short *
dq
, unsigned char *dest,
31
input[i] =
dq
[i] * input[i];
/external/ImageMagick/MagickCore/
resample.c
328
double U,V,Q,
DQ
,DDQ;
592
DQ
= resample_filter->A*(2.0*U+1) + resample_filter->B*V;
643
Q +=
DQ
;
644
DQ
+= DDQ;
[
all
...]
Completed in 676 milliseconds