HomeSort by relevance Sort by last modified time
    Searched defs:DQ (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp8/common/arm/
dequantize_arm.c 16 extern void vp8_dequantize_b_loop_neon(short *Q, short *DQC, short *DQ);
20 extern void vp8_dequantize_b_loop_v6(short *Q, short *DQC, short *DQ);
27 short *DQ = d->dqcoeff;
30 vp8_dequantize_b_loop_neon(Q, DQC, DQ);
37 short *DQ = d->dqcoeff;
40 vp8_dequantize_b_loop_v6(Q, DQC, DQ);
  /external/libvpx/libvpx/vp8/common/
dequantize.c 20 short *DQ = d->dqcoeff;
25 DQ[i] = Q[i] * DQC[i];
29 void vp8_dequant_idct_add_c(short *input, short *dq,
36 input[i] = dq[i] * input[i];
  /system/core/adb/
adb.h 373 #define DQ(...) adb_qemu_trace(__VA_ARGS__)
375 #define DQ(...) ((void)0)
  /external/qemu/
ppc-dis.c 315 /* 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
    [all...]

Completed in 2888 milliseconds