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

  /external/libvpx/libvpx/vp8/common/x86/
idct_blk_mmx.c 15 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);
26 (short *q, short *dq,
34 vp8_dequant_idct_add_mmx (q, dq, dst, stride);
37 vp8_dc_only_idct_add_mmx (q[0]*dq[0], dst, stride, dst, stride);
42 vp8_dequant_idct_add_mmx (q+16, dq, dst+4, stride);
45 vp8_dc_only_idct_add_mmx (q[16]*dq[0], dst+4, stride,
51 vp8_dequant_idct_add_mmx (q+32, dq, dst+8, stride);
54 vp8_dc_only_idct_add_mmx (q[32]*dq[0], dst+8, stride
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
quantize.c 186 int dq; local
192 dq = dequant_ptr[rc];
193 round = dq >> 1;
198 if (x >= dq)
206 dqcoeff_ptr[rc] = x * dq;
  /external/strace/
quota.c 338 struct if_dqblk dq; local
345 if (umove(tcp, data, &dq) < 0)
350 tprintf("{bhardlimit=%" PRIu64 ", ", dq.dqb_bhardlimit);
351 tprintf("bsoftlimit=%" PRIu64 ", ", dq.dqb_bsoftlimit);
352 tprintf("curspace=%" PRIu64 ", ", dq.dqb_curspace);
353 tprintf("ihardlimit=%" PRIu64 ", ", dq.dqb_ihardlimit);
354 tprintf("isoftlimit=%" PRIu64 ", ", dq.dqb_isoftlimit);
355 tprintf("curinodes=%" PRIu64 ", ", dq.dqb_curinodes);
358 tprintf("btime=%" PRIu64 ", ", dq.dqb_btime);
359 tprintf("itime=%" PRIu64 ", ", dq.dqb_itime)
371 struct v1_dqblk dq; local
396 struct v2_dqblk dq; local
421 struct xfs_dqblk dq; local
480 struct if_dqinfo dq; local
503 struct v2_dqinfo dq; local
525 struct v1_dqstats dq; local
549 struct v2_dqstats dq; local
574 struct xfs_dqstats dq; local
    [all...]

Completed in 124 milliseconds