OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DQ
(Results
1 - 3
of
3
) 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
329
double U,V,Q,
DQ
,DDQ;
593
DQ
= resample_filter->A*(2.0*U+1) + resample_filter->B*V;
644
Q +=
DQ
;
645
DQ
+= DDQ;
[
all
...]
/toolchain/binutils/binutils-2.25/opcodes/
ppc-opc.c
306
/* The
DQ
field in a
DQ
form instruction. This is like D, but the
308
#define
DQ
D8 + 1
314
#define DS
DQ
+ 1
458
/* The RA field in an D, DS,
DQ
, X, XO, M, or MDS form instruction. */
467
/* The RA field in the
DQ
form lq or an lswx instruction, which have special
524
/* The RS and RT fields of the DS form stq and
DQ
form lq instructions,
[
all
...]
Completed in 164 milliseconds