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

  /external/libvpx/vp8/decoder/arm/
dequantize_arm.c 18 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;
34 vp8_dequantize_b_loop_neon(Q, DQC, DQ);
42 short *DQ = d->dqcoeff;
46 vp8_dequantize_b_loop_v6(Q, DQC, DQ);
  /external/libvpx/vp8/decoder/
dequantize.c 24 short *DQ = d->dqcoeff;
30 DQ[i] = Q[i] * DQC[i];
34 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *pred,
44 input[i] = dq[i] * input[i];
73 void vp8_dequant_dc_idct_add_c(short *input, short *dq, unsigned char *pred,
86 input[i] = dq[i] * input[i];
  /external/libvpx/vp8/decoder/arm/armv6/
dequantize_v6.asm 16 ;void vp8_dequantize_b_loop_v6(short *Q, short *DQC, short *DQ);
19 ; r2 short *DQ
  /system/core/adb/
adb.h 376 #define DQ(...) adb_qemu_trace(__VA_ARGS__)
378 #define DQ(...) ((void)0)
  /external/openssl/crypto/perlasm/
x86masm.pl 122 DQ 2 dup (?)
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
crypto.js     [all...]
  /external/v8/benchmarks/
crypto.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-crypto.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-crypto.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-crypto.js     [all...]
  /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 1513 milliseconds