HomeSort by relevance Sort by last modified time
    Searched defs:dq (Results 1 - 22 of 22) 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;
  /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;
  /device/google/contexthub/firmware/src/algos/
fusion.c 473 struct Vec3 dq; local
474 mat33Apply(&dq, &K[0], &e);
483 q.x = fusion->x0.x + 0.5f * (F[0].x * dq.x + F[1].x * dq.y + F[2].x * dq.z);
484 q.y = fusion->x0.y + 0.5f * (F[0].y * dq.x + F[1].y * dq.y + F[2].y * dq.z);
485 q.z = fusion->x0.z + 0.5f * (F[0].z * dq.x + F[1].z * dq.y + F[2].z * dq.z)
    [all...]
  /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
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/webp/src/enc/
frame.c 30 #define DQ_LIMIT 0.4 // convergence is considered reached if dq < DQ_LIMIT
36 float dq; member in struct:__anon26611
49 s->dq = 10.f;
64 float dq; local
66 dq = (s->value > s->target) ? -s->dq : s->dq;
70 dq = (float)(slope * (s->last_q - s->q));
72 dq = 0.; // we're done?!
75 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/v8/src/x87/
assembler-x87.cc 2064 void Assembler::dq(uint64_t data) { function in class:v8::internal::Assembler
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 1708 GLfloat dq = A * (2 * U + 1) + B * V; local
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 2896 void Assembler::dq(uint64_t data) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/ppc/
assembler-ppc.cc 2384 void Assembler::dq(uint64_t value) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 4081 void Assembler::dq(uint64_t data) { function in class:v8::internal::Assembler
4087 void Assembler::dq(Label* label) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 2879 void Assembler::dq(uint64_t data) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 3189 void Assembler::dq(uint64_t data) { function in class:v8::internal::Assembler
    [all...]
  /external/robolectric/v3/runtime/
tagsoup-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/
tagsoup-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/
tagsoup-1.2.1.jar 
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 

Completed in 729 milliseconds