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

1 2 3 4 5

  /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...]
idct_dequant_0_2x_neon.c 15 int16_t dq,
26 a0 = ((q[0] * dq) + 4) >> 3;
27 a1 = ((q[16] * dq) + 4) >> 3;
  /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
262 if (umove_or_printaddr(tcp, data, &dq))
264 tprintf("{bhardlimit=%" PRIu64 ", ", dq.dqb_bhardlimit);
265 tprintf("bsoftlimit=%" PRIu64 ", ", dq.dqb_bsoftlimit);
266 tprintf("curspace=%" PRIu64 ", ", dq.dqb_curspace);
267 tprintf("ihardlimit=%" PRIu64 ", ", dq.dqb_ihardlimit);
268 tprintf("isoftlimit=%" PRIu64 ", ", dq.dqb_isoftlimit);
269 tprintf("curinodes=%" PRIu64 ", ", dq.dqb_curinodes);
271 tprintf("btime=%" PRIu64 ", ", dq.dqb_btime);
272 tprintf("itime=%" PRIu64 ", ", dq.dqb_itime)
284 struct v1_dqblk dq; local
301 struct v2_dqblk dq; local
318 struct xfs_dqblk dq; local
360 struct if_dqinfo dq; local
375 struct v2_dqinfo dq; local
389 struct v1_dqstats dq; local
405 struct v2_dqstats dq; local
422 struct xfs_dqstats dq; local
    [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/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);
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];
  /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);
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];
  /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];
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/clang/test/CodeGen/
debug-info-crash.c 10 dispatch_item_t LEGACY_dispatch_call(dispatch_queue_t dq,
14 dispatch_async(dq, ^{
  /external/e2fsprogs/lib/quota/
mkquota.c 109 struct dquot *dq; local
112 dq = dnode_get(n);
113 if (dq) {
114 dq->dq_h = qh;
115 update_grace_times(dq);
116 qh->qh_ops->commit_dquot(dq);
269 struct dquot *dq; local
274 dq = dnode_get(n);
276 if (ext2fs_get_mem(sizeof(struct dquot), &dq)) {
280 memset(dq, 0, sizeof(struct dquot))
294 struct dquot *dq; local
320 struct dquot *dq; local
345 struct dquot *dq; local
417 struct dquot *dq; local
    [all...]
  /external/google-breakpad/src/tools/mac/upload_system_symbols/
upload_system_symbols.go 137 dq := StartDumpQueue(*systemRoot, dumpPath, uq)
138 dq.Wait()
229 dq := &DumpQueue{
234 dq.WorkerPool = StartWorkerPool(12, dq.worker)
236 findLibsInRoot(root, dq)
238 return dq
243 func (dq *DumpQueue) DumpSymbols(filepath string, arch string) {
244 dq.queue <- dumpRequest{
250 func (dq *DumpQueue) Wait()
    [all...]
  /external/compiler-rt/lib/asan/
asan_mac.cc 158 INTERCEPTOR(void, dispatch_x_f, dispatch_queue_t dq, void *ctxt, \
167 return REAL(dispatch_x_f)(dq, (void*)asan_ctxt, \
176 dispatch_queue_t dq, void *ctxt,
184 return REAL(dispatch_after_f)(when, dq, (void*)asan_ctxt,
189 dispatch_queue_t dq, void *ctxt,
198 REAL(dispatch_group_async_f)(group, dq, (void*)asan_ctxt,
204 void dispatch_async(dispatch_queue_t dq, void(^work)(void));
205 void dispatch_group_async(dispatch_group_t dg, dispatch_queue_t dq,
224 dispatch_queue_t dq, void(^work)(void)) {
227 REAL(dispatch_async)(dq, asan_block)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_ssse3_x86_64.asm 35 INTERLEAVE_2X dq, %1, %3, %9
36 INTERLEAVE_2X dq, %2, %4, %9
37 INTERLEAVE_2X dq, %5, %7, %9
38 INTERLEAVE_2X dq, %6, %8, %9
  /external/libvpx/config/mips32-dspr2/
vp8_rtcd.h 69 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride);
70 void vp8_dequant_idct_add_dspr2(short *input, short *dq, unsigned char *output, int stride);
73 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
74 void vp8_dequant_idct_add_uv_block_dspr2(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
77 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
78 void vp8_dequant_idct_add_y_block_dspr2(short *q, short *dq, unsigned char *dst, int stride, char *eobs);

Completed in 639 milliseconds

1 2 3 4 5