HomeSort by relevance Sort by last modified time
    Searched refs:dq (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
idct_blk_neon.c 17 void idct_dequant_full_2x_neon(short *q, short *dq,
19 void idct_dequant_0_2x_neon(short *q, short dq,
23 void vp8_dequant_idct_add_y_block_neon(short *q, short *dq,
34 idct_dequant_full_2x_neon (q, dq, dst, stride);
36 idct_dequant_0_2x_neon (q, dq[0], dst, stride);
42 idct_dequant_full_2x_neon (q+32, dq, dst+8, stride);
44 idct_dequant_0_2x_neon (q+32, dq[0], dst+8, stride);
52 void vp8_dequant_idct_add_uv_block_neon(short *q, short *dq,
60 idct_dequant_full_2x_neon (q, dq, dstu, stride);
62 idct_dequant_0_2x_neon (q, dq[0], dstu, stride)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
idct_blk_sse2.c 15 (short *q, short *dq ,
18 (short *q, short *dq ,
22 (short *q, short *dq,
32 vp8_idct_dequant_full_2x_sse2 (q, dq, dst, stride);
34 vp8_idct_dequant_0_2x_sse2 (q, dq, dst, stride);
39 vp8_idct_dequant_full_2x_sse2 (q+32, dq, dst+8, stride);
41 vp8_idct_dequant_0_2x_sse2 (q+32, dq, dst+8, stride);
50 (short *q, short *dq,
56 vp8_idct_dequant_full_2x_sse2 (q, dq, dstu, stride);
58 vp8_idct_dequant_0_2x_sse2 (q, dq, dstu, stride)
    [all...]
idct_blk_mmx.c 16 extern void vp8_dequantize_b_impl_mmx(short *sq, short *dq, short *q);
21 short *dq = (short *) d->dqcoeff; local
23 vp8_dequantize_b_impl_mmx(sq, dq, DQC);
27 (short *q, short *dq,
35 vp8_dequant_idct_add_mmx (q, dq, dst, stride);
38 vp8_dc_only_idct_add_mmx (q[0]*dq[0], dst, stride, dst, stride);
43 vp8_dequant_idct_add_mmx (q+16, dq, dst+4, stride);
46 vp8_dc_only_idct_add_mmx (q[16]*dq[0], dst+4, stride,
52 vp8_dequant_idct_add_mmx (q+32, dq, dst+8, stride);
55 vp8_dc_only_idct_add_mmx (q[32]*dq[0], dst+8, stride
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
float.asm 4 dq 3.141592653589793 label
9 dq -45102571092751092341095.5827509174509178450917845019 label
float-err.asm 5 dq 3.141592653589793e-158105 label
11 dq -45102571092751092341095.5827509174509178450917845019e15555 label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
uscore.asm 0 dq 0000_1111_2222_3333h
2 dq 0000111122223333h label
1 dq 0000_1111_2222_3333h label
  /external/libvpx/libvpx/vp8/common/arm/neon/
idct_blk_neon.c 17 void idct_dequant_full_2x_neon(short *q, short *dq,
19 void idct_dequant_0_2x_neon(short *q, short dq,
23 void vp8_dequant_idct_add_y_block_neon(short *q, short *dq,
34 idct_dequant_full_2x_neon (q, dq, dst, stride);
36 idct_dequant_0_2x_neon (q, dq[0], dst, stride);
42 idct_dequant_full_2x_neon (q+32, dq, dst+8, stride);
44 idct_dequant_0_2x_neon (q+32, dq[0], dst+8, stride);
52 void vp8_dequant_idct_add_uv_block_neon(short *q, short *dq,
60 idct_dequant_full_2x_neon (q, dq, dstu, stride);
62 idct_dequant_0_2x_neon (q, dq[0], dstu, stride)
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
idct_blk_sse2.c 15 (short *q, short *dq ,
18 (short *q, short *dq ,
22 (short *q, short *dq,
32 vp8_idct_dequant_full_2x_sse2 (q, dq, dst, stride);
34 vp8_idct_dequant_0_2x_sse2 (q, dq, dst, stride);
39 vp8_idct_dequant_full_2x_sse2 (q+32, dq, dst+8, stride);
41 vp8_idct_dequant_0_2x_sse2 (q+32, dq, dst+8, stride);
50 (short *q, short *dq,
56 vp8_idct_dequant_full_2x_sse2 (q, dq, dstu, stride);
58 vp8_idct_dequant_0_2x_sse2 (q, dq, dstu, stride)
    [all...]
idct_blk_mmx.c 16 extern void vp8_dequantize_b_impl_mmx(short *sq, short *dq, short *q);
21 short *dq = (short *) d->dqcoeff; local
23 vp8_dequantize_b_impl_mmx(sq, dq, DQC);
27 (short *q, short *dq,
35 vp8_dequant_idct_add_mmx (q, dq, dst, stride);
38 vp8_dc_only_idct_add_mmx (q[0]*dq[0], dst, stride, dst, stride);
43 vp8_dequant_idct_add_mmx (q+16, dq, dst+4, stride);
46 vp8_dc_only_idct_add_mmx (q[16]*dq[0], dst+4, stride,
52 vp8_dequant_idct_add_mmx (q+32, dq, dst+8, stride);
55 vp8_dc_only_idct_add_mmx (q[32]*dq[0], dst+8, stride
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
idct_blk_neon.c 17 void idct_dequant_full_2x_neon(short *q, short *dq,
19 void idct_dequant_0_2x_neon(short *q, short dq,
23 void vp8_dequant_idct_add_y_block_neon(short *q, short *dq,
34 idct_dequant_full_2x_neon (q, dq, dst, stride);
36 idct_dequant_0_2x_neon (q, dq[0], dst, stride);
42 idct_dequant_full_2x_neon (q+32, dq, dst+8, stride);
44 idct_dequant_0_2x_neon (q+32, dq[0], dst+8, stride);
52 void vp8_dequant_idct_add_uv_block_neon(short *q, short *dq,
60 idct_dequant_full_2x_neon (q, dq, dstu, stride);
62 idct_dequant_0_2x_neon (q, dq[0], dstu, stride)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
idct_blk_sse2.c 15 (short *q, short *dq ,
18 (short *q, short *dq ,
22 (short *q, short *dq,
32 vp8_idct_dequant_full_2x_sse2 (q, dq, dst, stride);
34 vp8_idct_dequant_0_2x_sse2 (q, dq, dst, stride);
39 vp8_idct_dequant_full_2x_sse2 (q+32, dq, dst+8, stride);
41 vp8_idct_dequant_0_2x_sse2 (q+32, dq, dst+8, stride);
50 (short *q, short *dq,
56 vp8_idct_dequant_full_2x_sse2 (q, dq, dstu, stride);
58 vp8_idct_dequant_0_2x_sse2 (q, dq, dstu, stride)
    [all...]
idct_blk_mmx.c 16 extern void vp8_dequantize_b_impl_mmx(short *sq, short *dq, short *q);
21 short *dq = (short *) d->dqcoeff; local
23 vp8_dequantize_b_impl_mmx(sq, dq, DQC);
27 (short *q, short *dq,
35 vp8_dequant_idct_add_mmx (q, dq, dst, stride);
38 vp8_dc_only_idct_add_mmx (q[0]*dq[0], dst, stride, dst, stride);
43 vp8_dequant_idct_add_mmx (q+16, dq, dst+4, stride);
46 vp8_dc_only_idct_add_mmx (q[16]*dq[0], dst+4, stride,
52 vp8_dequant_idct_add_mmx (q+32, dq, dst+8, stride);
55 vp8_dc_only_idct_add_mmx (q[32]*dq[0], dst+8, stride
    [all...]
  /external/strace/
quota.c 260 struct if_dqblk dq; local
266 if (umove(tcp, data, &dq) < 0) {
270 tprintf("{bhardlimit=%" PRIu64 ", ", dq.dqb_bhardlimit);
271 tprintf("bsoftlimit=%" PRIu64 ", ", dq.dqb_bsoftlimit);
272 tprintf("curspace=%" PRIu64 ", ", dq.dqb_curspace);
273 tprintf("ihardlimit=%" PRIu64 ", ", dq.dqb_ihardlimit);
274 tprintf("isoftlimit=%" PRIu64 ", ", dq.dqb_isoftlimit);
275 tprintf("curinodes=%" PRIu64 ", ", dq.dqb_curinodes);
277 tprintf("btime=%" PRIu64 ", ", dq.dqb_btime);
278 tprintf("itime=%" PRIu64 ", ", dq.dqb_itime)
290 struct v1_dqblk dq; local
313 struct v2_dqblk dq; local
336 struct xfs_dqblk dq; local
390 struct if_dqinfo dq; local
411 struct v2_dqinfo dq; local
431 struct v1_dqstats dq; local
453 struct v2_dqstats dq; local
476 struct xfs_dqstats dq; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
idct_blk_v6.c 15 void vp8_dequant_idct_add_y_block_v6(short *q, short *dq,
24 vp8_dequant_idct_add_v6 (q, dq, dst, stride);
27 vp8_dc_only_idct_add_v6 (q[0]*dq[0], dst, stride, dst, stride);
32 vp8_dequant_idct_add_v6 (q+16, dq, dst+4, stride);
35 vp8_dc_only_idct_add_v6 (q[16]*dq[0], dst+4, stride, dst+4, stride);
40 vp8_dequant_idct_add_v6 (q+32, dq, dst+8, stride);
43 vp8_dc_only_idct_add_v6 (q[32]*dq[0], dst+8, stride, dst+8, stride);
48 vp8_dequant_idct_add_v6 (q+48, dq, dst+12, stride);
51 vp8_dc_only_idct_add_v6 (q[48]*dq[0], dst+12, stride,dst+12,stride);
61 void vp8_dequant_idct_add_uv_block_v6(short *q, short *dq,
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/armv6/
idct_blk_v6.c 15 void vp8_dequant_idct_add_y_block_v6(short *q, short *dq,
24 vp8_dequant_idct_add_v6 (q, dq, dst, stride);
27 vp8_dc_only_idct_add_v6 (q[0]*dq[0], dst, stride, dst, stride);
32 vp8_dequant_idct_add_v6 (q+16, dq, dst+4, stride);
35 vp8_dc_only_idct_add_v6 (q[16]*dq[0], dst+4, stride, dst+4, stride);
40 vp8_dequant_idct_add_v6 (q+32, dq, dst+8, stride);
43 vp8_dc_only_idct_add_v6 (q[32]*dq[0], dst+8, stride, dst+8, stride);
48 vp8_dequant_idct_add_v6 (q+48, dq, dst+12, stride);
51 vp8_dc_only_idct_add_v6 (q[48]*dq[0], dst+12, stride,dst+12,stride);
61 void vp8_dequant_idct_add_uv_block_v6(short *q, short *dq,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
idct_blk_v6.c 15 void vp8_dequant_idct_add_y_block_v6(short *q, short *dq,
24 vp8_dequant_idct_add_v6 (q, dq, dst, stride);
27 vp8_dc_only_idct_add_v6 (q[0]*dq[0], dst, stride, dst, stride);
32 vp8_dequant_idct_add_v6 (q+16, dq, dst+4, stride);
35 vp8_dc_only_idct_add_v6 (q[16]*dq[0], dst+4, stride, dst+4, stride);
40 vp8_dequant_idct_add_v6 (q+32, dq, dst+8, stride);
43 vp8_dc_only_idct_add_v6 (q[32]*dq[0], dst+8, stride, dst+8, stride);
48 vp8_dequant_idct_add_v6 (q+48, dq, dst+12, stride);
51 vp8_dc_only_idct_add_v6 (q[48]*dq[0], dst+12, stride,dst+12,stride);
61 void vp8_dequant_idct_add_uv_block_v6(short *q, short *dq,
    [all...]
  /packages/apps/Email/tests/src/com/android/email/service/
AttachmentServiceTests.java 49 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
50 assertEquals(0, dq.getSize());
51 assertTrue(dq.isEmpty());
55 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
58 final boolean result = dq.addRequest(dr);
60 assertEquals(1, dq.getSize());
61 assertFalse(dq.isEmpty());
65 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
68 dq.addRequest(null);
73 assertEquals(0, dq.getSize())
78 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
94 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
112 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
130 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
149 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
163 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
174 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
189 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
225 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
231 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
304 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
356 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
idct_blk.c 15 void vp8_dequant_idct_add_c(short *input, short *dq,
22 (short *q, short *dq,
32 vp8_dequant_idct_add_c (q, dq, dst, stride);
35 vp8_dc_only_idct_add_c (q[0]*dq[0], dst, stride, dst, stride);
48 (short *q, short *dq,
58 vp8_dequant_idct_add_c (q, dq, dstu, stride);
61 vp8_dc_only_idct_add_c (q[0]*dq[0], dstu, stride, dstu, stride);
77 vp8_dequant_idct_add_c (q, dq, dstv, stride);
80 vp8_dc_only_idct_add_c (q[0]*dq[0], dstv, stride, dstv, stride);
  /external/libvpx/libvpx/vp8/common/
idct_blk.c 15 void vp8_dequant_idct_add_c(short *input, short *dq,
22 (short *q, short *dq,
32 vp8_dequant_idct_add_c (q, dq, dst, stride);
35 vp8_dc_only_idct_add_c (q[0]*dq[0], dst, stride, dst, stride);
48 (short *q, short *dq,
58 vp8_dequant_idct_add_c (q, dq, dstu, stride);
61 vp8_dc_only_idct_add_c (q[0]*dq[0], dstu, stride, dstu, stride);
77 vp8_dequant_idct_add_c (q, dq, dstv, stride);
80 vp8_dc_only_idct_add_c (q[0]*dq[0], dstv, stride, dstv, stride);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
idct_blk.c 15 void vp8_dequant_idct_add_c(short *input, short *dq,
22 (short *q, short *dq,
32 vp8_dequant_idct_add_c (q, dq, dst, stride);
35 vp8_dc_only_idct_add_c (q[0]*dq[0], dst, stride, dst, stride);
48 (short *q, short *dq,
58 vp8_dequant_idct_add_c (q, dq, dstu, stride);
61 vp8_dc_only_idct_add_c (q[0]*dq[0], dstu, stride, dstu, stride);
77 vp8_dequant_idct_add_c (q, dq, dstv, stride);
80 vp8_dc_only_idct_add_c (q[0]*dq[0], dstv, stride, dstv, stride);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/mips/dspr2/
dequantize_dspr2.c 17 void vp8_dequant_idct_add_dspr2(short *input, short *dq,
24 input[i] = dq[i] * input[i];
idct_blk_dspr2.c 17 (short *q, short *dq,
27 vp8_dequant_idct_add_dspr2(q, dq, dst, stride);
30 vp8_dc_only_idct_add_dspr2(q[0]*dq[0], dst, stride, dst, stride);
43 (short *q, short *dq,
53 vp8_dequant_idct_add_dspr2(q, dq, dstu, stride);
56 vp8_dc_only_idct_add_dspr2(q[0]*dq[0], dstu, stride, dstu, stride);
72 vp8_dequant_idct_add_dspr2(q, dq, dstv, stride);
75 vp8_dc_only_idct_add_dspr2(q[0]*dq[0], dstv, stride, dstv, stride);
  /external/libvpx/libvpx/vp8/common/mips/dspr2/
dequantize_dspr2.c 17 void vp8_dequant_idct_add_dspr2(short *input, short *dq,
24 input[i] = dq[i] * input[i];
idct_blk_dspr2.c 17 (short *q, short *dq,
27 vp8_dequant_idct_add_dspr2(q, dq, dst, stride);
30 vp8_dc_only_idct_add_dspr2(q[0]*dq[0], dst, stride, dst, stride);
43 (short *q, short *dq,
53 vp8_dequant_idct_add_dspr2(q, dq, dstu, stride);
56 vp8_dc_only_idct_add_dspr2(q[0]*dq[0], dstu, stride, dstu, stride);
72 vp8_dequant_idct_add_dspr2(q, dq, dstv, stride);
75 vp8_dc_only_idct_add_dspr2(q[0]*dq[0], dstv, stride, dstv, stride);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/
dequantize_dspr2.c 17 void vp8_dequant_idct_add_dspr2(short *input, short *dq,
24 input[i] = dq[i] * input[i];

Completed in 406 milliseconds

1 2 3 4 5