Searched defs:DQ (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/vp8/decoder/arm/
H A Ddequantize_arm.c18 extern void vp8_dequantize_b_loop_neon(short *Q, short *DQC, short *DQ);
22 extern void vp8_dequantize_b_loop_v6(short *Q, short *DQC, short *DQ);
30 short *DQ = d->dqcoeff; local
34 vp8_dequantize_b_loop_neon(Q, DQC, DQ);
42 short *DQ = d->dqcoeff; local
46 vp8_dequantize_b_loop_v6(Q, DQC, DQ);
/external/libvpx/vp8/decoder/
H A Ddequantize.c24 short *DQ = d->dqcoeff; local
30 DQ[i] = Q[i] * DQC[i];
/external/qemu/
H A Dppc-dis.c315 /* This operand is for the DQ field in a DQ form instruction. */
571 /* The DQ field in a DQ form instruction. This is like D, but the
573 #define DQ DES + 1
580 #define DS DQ + 1
688 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */
697 /* The RA field in the DQ form lq instruction, which has special
1423 /* The RA field in the DQ form lq instruction, which has special
4682 { "lq", OP(56), OP_MASK, POWER4, { RTQ, DQ, RA
569 #define DQ macro
[all...]

Completed in 994 milliseconds