Searched defs:dq (Results 1 - 25 of 47) sorted by relevance

12

/external/libvpx/libvpx/vp8/common/x86/
H A Didct_blk_mmx.c16 extern void vp8_dequantize_b_impl_mmx(short *sq, short *dq, short *q);
20 short *dq = (short *)d->dqcoeff; local
22 vp8_dequantize_b_impl_mmx(sq, dq, DQC);
H A Didct_blk_sse2.c14 void vp8_idct_dequant_0_2x_sse2(short *q, short *dq, unsigned char *dst,
16 void vp8_idct_dequant_full_2x_sse2(short *q, short *dq, unsigned char *dst,
19 void vp8_dequant_idct_add_y_block_sse2(short *q, short *dq, unsigned char *dst, argument
26 vp8_idct_dequant_full_2x_sse2(q, dq, dst, stride);
28 vp8_idct_dequant_0_2x_sse2(q, dq, dst, stride);
33 vp8_idct_dequant_full_2x_sse2(q + 32, dq, dst + 8, stride);
35 vp8_idct_dequant_0_2x_sse2(q + 32, dq, dst + 8, stride);
44 void vp8_dequant_idct_add_uv_block_sse2(short *q, short *dq, argument
50 vp8_idct_dequant_full_2x_sse2(q, dq, dstu, stride);
52 vp8_idct_dequant_0_2x_sse2(q, dq, dst
[all...]
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Ddequantize_dspr2.c16 void vp8_dequant_idct_add_dspr2(short *input, short *dq, unsigned char *dest, argument
21 input[i] = dq[i] * input[i];
H A Didct_blk_dspr2.c16 void vp8_dequant_idct_add_y_block_dspr2(short *q, short *dq, unsigned char *dst, argument
23 vp8_dequant_idct_add_dspr2(q, dq, dst, stride);
25 vp8_dc_only_idct_add_dspr2(q[0] * dq[0], dst, stride, dst, stride);
37 void vp8_dequant_idct_add_uv_block_dspr2(short *q, short *dq, argument
46 vp8_dequant_idct_add_dspr2(q, dq, dstu, stride);
48 vp8_dc_only_idct_add_dspr2(q[0] * dq[0], dstu, stride, dstu, stride);
62 vp8_dequant_idct_add_dspr2(q, dq, dstv, stride);
64 vp8_dc_only_idct_add_dspr2(q[0] * dq[0], dstv, stride, dstv, stride);
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Didct_blk_neon.c17 void idct_dequant_full_2x_neon(short *q, short *dq, unsigned char *dst,
19 void idct_dequant_0_2x_neon(short *q, short dq, unsigned char *dst, int stride);
21 void vp8_dequant_idct_add_y_block_neon(short *q, short *dq, unsigned char *dst, argument
28 idct_dequant_full_2x_neon(q, dq, dst, stride);
30 idct_dequant_0_2x_neon(q, dq[0], dst, stride);
35 idct_dequant_full_2x_neon(q + 32, dq, dst + 8, stride);
37 idct_dequant_0_2x_neon(q + 32, dq[0], dst + 8, stride);
45 void vp8_dequant_idct_add_uv_block_neon(short *q, short *dq, argument
51 idct_dequant_full_2x_neon(q, dq, dstu, stride);
53 idct_dequant_0_2x_neon(q, dq[
[all...]
H A Didct_dequant_0_2x_neon.c13 void idct_dequant_0_2x_neon(int16_t *q, int16_t dq, unsigned char *dst, argument
22 a0 = ((q[0] * dq) + 4) >> 3;
23 a1 = ((q[16] * dq) + 4) >> 3;
H A Ddequant_idct_neon.c22 void vp8_dequant_idct_add_neon(int16_t *input, int16_t *dq, unsigned char *dst, argument
41 // load dq
42 q5 = vld1q_s16(dq);
43 dq += 8;
44 q6 = vld1q_s16(dq);
H A Didct_dequant_full_2x_neon.c17 void idct_dequant_full_2x_neon(int16_t *q, int16_t *dq, unsigned char *dst, argument
29 // load dq
30 q0 = vld1q_s16(dq);
31 dq += 8;
32 q1 = vld1q_s16(dq);
/external/libvpx/libvpx/vp8/common/mips/mmi/
H A Ddequantize_mmi.c58 void vp8_dequant_idct_add_mmi(int16_t *input, int16_t *dq, unsigned char *dest, argument
63 "gsldlc1 %[ftmp0], 0x07(%[dq]) \n\t"
64 "gsldrc1 %[ftmp0], 0x00(%[dq]) \n\t"
65 "gsldlc1 %[ftmp1], 0x0f(%[dq]) \n\t"
66 "gsldrc1 %[ftmp1], 0x08(%[dq]) \n\t"
67 "gsldlc1 %[ftmp2], 0x17(%[dq]) \n\t"
68 "gsldrc1 %[ftmp2], 0x10(%[dq]) \n\t"
69 "gsldlc1 %[ftmp3], 0x1f(%[dq]) \n\t"
70 "gsldrc1 %[ftmp3], 0x18(%[dq]) \n\t"
97 : [dq] "
[all...]
H A Didct_blk_mmi.c14 void vp8_dequant_idct_add_y_block_mmi(int16_t *q, int16_t *dq, uint8_t *dst, argument
21 vp8_dequant_idct_add_mmi(q, dq, dst, stride);
23 vp8_dc_only_idct_add_mmi(q[0] * dq[0], dst, stride, dst, stride);
35 void vp8_dequant_idct_add_uv_block_mmi(int16_t *q, int16_t *dq, uint8_t *dstu, argument
43 vp8_dequant_idct_add_mmi(q, dq, dstu, stride);
45 vp8_dc_only_idct_add_mmi(q[0] * dq[0], dstu, stride, dstu, stride);
59 vp8_dequant_idct_add_mmi(q, dq, dstv, stride);
61 vp8_dc_only_idct_add_mmi(q[0] * dq[0], dstv, stride, dstv, stride);
/external/clang/test/CodeGen/
H A Ddebug-info-crash.c10 dispatch_item_t LEGACY_dispatch_call(dispatch_queue_t dq, argument
14 dispatch_async(dq, ^{
/external/libvpx/libvpx/vp8/common/
H A Ddequantize.c26 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *dest, argument
31 input[i] = dq[i] * input[i];
H A Didct_blk.c15 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *dest,
21 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, argument
28 vp8_dequant_idct_add_c(q, dq, dst, stride);
30 vp8_dc_only_idct_add_c(q[0] * dq[0], dst, stride, dst, stride);
42 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dstu, argument
50 vp8_dequant_idct_add_c(q, dq, dstu, stride);
52 vp8_dc_only_idct_add_c(q[0] * dq[0], dstu, stride, dstu, stride);
66 vp8_dequant_idct_add_c(q, dq, dstv, stride);
68 vp8_dc_only_idct_add_c(q[0] * dq[0], dstv, stride, dstv, stride);
/external/e2fsprogs/debugfs/
H A Dquota.c92 static int list_quota_callback(struct dquot *dq, argument
96 dq->dq_id, (long long)dq->dq_dqb.dqb_curspace,
97 (long long)dq->dq_dqb.dqb_bsoftlimit,
98 (long long)dq->dq_dqb.dqb_bhardlimit,
99 (long long)dq->dq_dqb.dqb_curinodes,
100 (long long)dq->dq_dqb.dqb_isoftlimit,
101 (long long)dq->dq_dqb.dqb_ihardlimit);
138 struct dquot *dq; local
163 dq
[all...]
/external/strace/tests/
H A Dquotactl-xfs.c92 struct fs_disk_quota *dq = ptr; local
96 printf("%p", dq);
100 PRINT_FIELD_D("{", *dq, d_version);
102 printflags(xfs_dqblk_flags, (uint8_t) dq->d_flags, "XFS_???_QUOTA");
104 PRINT_FIELD_X(", ", *dq, d_fieldmask);
105 PRINT_FIELD_U(", ", *dq, d_id);
106 PRINT_FIELD_U(", ", *dq, d_blk_hardlimit);
107 PRINT_FIELD_U(", ", *dq, d_blk_softlimit);
108 PRINT_FIELD_U(", ", *dq, d_ino_hardlimit);
109 PRINT_FIELD_U(", ", *dq, d_ino_softlimi
[all...]
/external/strace/tests-m32/
H A Dquotactl-xfs.c92 struct fs_disk_quota *dq = ptr; local
96 printf("%p", dq);
100 PRINT_FIELD_D("{", *dq, d_version);
102 printflags(xfs_dqblk_flags, (uint8_t) dq->d_flags, "XFS_???_QUOTA");
104 PRINT_FIELD_X(", ", *dq, d_fieldmask);
105 PRINT_FIELD_U(", ", *dq, d_id);
106 PRINT_FIELD_U(", ", *dq, d_blk_hardlimit);
107 PRINT_FIELD_U(", ", *dq, d_blk_softlimit);
108 PRINT_FIELD_U(", ", *dq, d_ino_hardlimit);
109 PRINT_FIELD_U(", ", *dq, d_ino_softlimi
[all...]
/external/strace/tests-mx32/
H A Dquotactl-xfs.c92 struct fs_disk_quota *dq = ptr; local
96 printf("%p", dq);
100 PRINT_FIELD_D("{", *dq, d_version);
102 printflags(xfs_dqblk_flags, (uint8_t) dq->d_flags, "XFS_???_QUOTA");
104 PRINT_FIELD_X(", ", *dq, d_fieldmask);
105 PRINT_FIELD_U(", ", *dq, d_id);
106 PRINT_FIELD_U(", ", *dq, d_blk_hardlimit);
107 PRINT_FIELD_U(", ", *dq, d_blk_softlimit);
108 PRINT_FIELD_U(", ", *dq, d_ino_hardlimit);
109 PRINT_FIELD_U(", ", *dq, d_ino_softlimi
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_mac.cc191 INTERCEPTOR(void, dispatch_x_f, dispatch_queue_t dq, void *ctxt, \
200 return REAL(dispatch_x_f)(dq, (void*)asan_ctxt, \
209 dispatch_queue_t dq, void *ctxt,
217 return REAL(dispatch_after_f)(when, dq, (void*)asan_ctxt,
222 dispatch_queue_t dq, void *ctxt,
231 REAL(dispatch_group_async_f)(group, dq, (void*)asan_ctxt,
237 void dispatch_async(dispatch_queue_t dq, void(^work)(void));
238 void dispatch_group_async(dispatch_group_t dg, dispatch_queue_t dq,
257 dispatch_queue_t dq, void(^work)(void)) {
260 REAL(dispatch_async)(dq, asan_bloc
208 INTERCEPTOR(void, dispatch_after_f, dispatch_time_t when, dispatch_queue_t dq, void *ctxt, dispatch_function_t func) argument
221 INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, dispatch_queue_t dq, void *ctxt, dispatch_function_t func) argument
256 INTERCEPTOR(void, dispatch_async, dispatch_queue_t dq, void(^work)(void)) argument
263 INTERCEPTOR(void, dispatch_group_async, dispatch_group_t dg, dispatch_queue_t dq, void(^work)(void)) argument
[all...]
/external/f2fs-tools/fsck/
H A Dmkquota.c29 static void print_dquot(const char *desc, struct dquot *dq) argument
34 dq->dq_id, (long long) dq->dq_dqb.dqb_curspace,
35 (long long) dq->dq_dqb.dqb_bsoftlimit,
36 (long long) dq->dq_dqb.dqb_bhardlimit,
37 (long long) dq->dq_dqb.dqb_curinodes,
38 (long long) dq->dq_dqb.dqb_isoftlimit,
39 (long long) dq->dq_dqb.dqb_ihardlimit);
48 struct dquot *dq; local
51 dq
202 struct dquot *dq; local
225 struct dquot *dq; local
247 struct dquot *dq; local
268 struct dquot *dq; local
317 struct dquot *dq; local
365 struct dquot *dq; local
[all...]
/external/libhevc/common/
H A Dihevc_deblk_edge_filter.c110 WORD32 dp0, dp3, dq0, dq3, d0, d3, dp, dq, d; local
148 dq = dq0 + dq3;
180 deq = (dq < (beta + (beta >> 1)) >> 3) ? 1 : 0;
347 WORD32 dp0, dp3, dq0, dq3, d0, d3, dp, dq, d; local
390 dq = dq0 + dq3;
426 deq = (dq < ((beta + (beta >> 1)) >> 3)) ? 1 : 0;
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_detokenize.c75 tran_low_t *dqcoeff, TX_SIZE tx_size, const int16_t *dq,
92 int16_t dqv = dq[0];
129 dqv = dq[1];
212 dqv = dq[1];
74 decode_coefs(const MACROBLOCKD *xd, PLANE_TYPE type, tran_low_t *dqcoeff, TX_SIZE tx_size, const int16_t *dq, int ctx, const int16_t *scan, const int16_t *nb, vpx_reader *r) argument
/external/ltp/tools/pounder21/src/memxfer5b/
H A Dmemxfer5b.c76 double *dp, *dq; local
224 dq = (double *)p2;
226 *dp++ = *dq++;
227 *dp++ = *dq++;
228 *dp++ = *dq++;
229 *dp++ = *dq++;
/external/e2fsprogs/lib/support/
H A Dmkquota.c49 static void print_dquot(const char *desc, struct dquot *dq) argument
54 dq->dq_id, dq->dq_dqb.dqb_curspace,
55 dq->dq_dqb.dqb_bsoftlimit, dq->dq_dqb.dqb_bhardlimit,
56 dq->dq_dqb.dqb_curinodes,
57 dq->dq_dqb.dqb_isoftlimit, dq->dq_dqb.dqb_ihardlimit);
61 struct dquot *dq EXT2FS_ATTR((unused)))
148 struct dquot *dq; local
350 struct dquot *dq; local
376 struct dquot *dq; local
403 struct dquot *dq; local
428 struct dquot *dq; local
507 struct dquot *dq; local
626 struct dquot *dq; local
[all...]
/external/strace/
H A Dquota.c183 struct if_dqblk dq; local
190 if (umove_or_printaddr(tcp, data, &dq))
192 PRINT_FIELD_U("{", dq, dqb_bhardlimit);
193 PRINT_FIELD_U(", ", dq, dqb_bsoftlimit);
194 PRINT_FIELD_U(", ", dq, dqb_curspace);
195 PRINT_FIELD_U(", ", dq, dqb_ihardlimit);
196 PRINT_FIELD_U(", ", dq, dqb_isoftlimit);
197 PRINT_FIELD_U(", ", dq, dqb_curinodes);
199 PRINT_FIELD_U(", ", dq, dqb_btime);
200 PRINT_FIELD_U(", ", dq, dqb_itim
211 struct if_nextdqblk dq; local
253 struct xfs_dqblk dq; local
316 struct if_dqinfo dq; local
332 struct xfs_dqstats dq; local
366 struct fs_quota_statv dq; local
[all...]
/external/tensorflow/tensorflow/cc/training/
H A Dqueue_runner_test.cc324 std::vector<Tensor> dq; local
325 TF_EXPECT_OK(session->Run({}, {kDequeueOp1}, {}, &dq));
326 EXPECT_EQ(*dq[0].scalar<int>().data(), 10);

Completed in 466 milliseconds

12