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

  /external/libvpx/libvpx/vp8/common/x86/
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/x86/
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...]
  /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/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/libhevc/common/
ihevc_deblk_edge_filter.c 110 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/vp8/encoder/
quantize.c 186 int dq; local
192 dq = dequant_ptr[rc];
193 rounding = dq >> 1;
198 if (x >= dq)
206 dqcoeff_ptr[rc] = x * dq;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
quantize.c 186 int dq; local
192 dq = dequant_ptr[rc];
193 rounding = dq >> 1;
198 if (x >= dq)
206 dqcoeff_ptr[rc] = x * dq;
  /external/libhevc/common/x86/
ihevc_deblk_ssse3_intr.c 112 WORD32 d, dp, dq, d_sam0, d_sam3; local
175 // dq dp d3 d0
190 dq = _mm_cvtsi128_si32(mask_16x8b);
227 deq = (dq < (beta + (beta >> 1)) >> 3) ? 1 : 0;
549 WORD32 d0, d3, dp, dq, d; local
635 // dq dp d3 d0
650 dq = _mm_cvtsi128_si32(mask_16x8b);
687 deq = (dq < (beta + (beta >> 1)) >> 3) ? 1 : 0;
    [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/webp/src/enc/
frame.c 29 #define DQ_LIMIT 0.4 // convergence is considered reached if dq < DQ_LIMIT
35 float dq; member in struct:__anon21229
48 s->dq = 10.f;
63 float dq; local
65 dq = (s->value > s->target) ? -s->dq : s->dq;
69 dq = (float)(slope * (s->last_q - s->q));
71 dq = 0.; // we're done?!
74 s->dq = Clamp(dq, -30.f, 30.f)
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 1717 float dq = A * (2 * U + 1) + B * V; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 1708 GLfloat dq = A * (2 * U + 1) + B * V; local
    [all...]

Completed in 300 milliseconds