Searched refs:dq (Results 1 - 25 of 41) sorted by relevance

12

/external/libvpx/libvpx/vp8/common/arm/neon/
H A Didct_blk_neon.c17 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, argument
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, argument
60 idct_dequant_full_2x_neon (q, dq, dstu, stride);
62 idct_dequant_0_2x_neon (q, dq[
[all...]
H A Ddequant_idct_neon.c18 int16_t *dq,
38 // load dq
39 q5 = vld1q_s16(dq);
40 dq += 8;
41 q6 = vld1q_s16(dq);
16 vp8_dequant_idct_add_neon( int16_t *input, int16_t *dq, unsigned char *dst, int stride) argument
H A Didct_dequant_full_2x_neon.asm18 ;void idct_dequant_full_2x_neon(short *q, short *dq,
21 ; r1 *dq,
27 vld1.16 {q0, q1}, [r1] ; dq (same l/r)
45 ; dequant: q[i] = q[i] * dq[i]
/external/libvpx/libvpx/vp8/common/x86/
H A Didct_blk_sse2.c15 (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, dst
21 vp8_dequant_idct_add_y_block_sse2(short *q, short *dq, unsigned char *dst, int stride, char *eobs) argument
49 vp8_dequant_idct_add_uv_block_sse2(short *q, short *dq, unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) argument
[all...]
H A Didct_blk_mmx.c16 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[
26 vp8_dequant_idct_add_y_block_mmx(short *q, short *dq, unsigned char *dst, int stride, char *eobs) argument
75 vp8_dequant_idct_add_uv_block_mmx(short *q, short *dq, unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) argument
[all...]
H A Ddequantize_mmx.asm15 ;void vp8_dequantize_b_impl_mmx(short *sq, short *dq, short *q)
26 mov rdi, arg(1) ;dq
55 ;short *dq, 1
68 mov rdx, arg(1) ;dq
/external/strace/
H A Dquota.c260 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
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/libvpx/libvpx/vp8/common/arm/armv6/
H A Didct_blk_v6.c15 void vp8_dequant_idct_add_y_block_v6(short *q, short *dq, argument
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, argument
[all...]
H A Ddequant_idct_v6.asm13 ;void vp8_dequant_idct_v6(short *input, short *dq,
16 ; r1 = dq
24 ldr r5, [r1], #4 ;dq
36 ldr r5, [r1], #4 ;dq
/external/libvpx/libvpx/vp8/common/
H A Didct_blk.c15 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);
21 vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs) argument
47 vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) argument
H A Ddequantize.c29 void vp8_dequant_idct_add_c(short *input, short *dq, argument
36 input[i] = dq[i] * input[i];
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Ddequantize_dspr2.c17 void vp8_dequant_idct_add_dspr2(short *input, short *dq, argument
24 input[i] = dq[i] * input[i];
H A Didct_blk_dspr2.c17 (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);
16 vp8_dequant_idct_add_y_block_dspr2(short *q, short *dq, unsigned char *dst, int stride, char *eobs) argument
42 vp8_dequant_idct_add_uv_block_dspr2(short *q, short *dq, unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) argument
/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/e2fsprogs/lib/quota/
H A Dmkquota.c109 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,
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/
H A Dupload_system_symbols.go137 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 *DumpQueu
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_mac.cc319 INTERCEPTOR(void, dispatch_x_f, dispatch_queue_t dq, void *ctxt, \
328 return REAL(dispatch_x_f)(dq, (void*)asan_ctxt, \
337 dispatch_queue_t dq, void *ctxt,
345 return REAL(dispatch_after_f)(when, dq, (void*)asan_ctxt,
350 dispatch_queue_t dq, void *ctxt,
359 REAL(dispatch_group_async_f)(group, dq, (void*)asan_ctxt,
365 void dispatch_async(dispatch_queue_t dq, void(^work)(void));
366 void dispatch_group_async(dispatch_group_t dg, dispatch_queue_t dq,
385 dispatch_queue_t dq, void(^work)(void)) {
388 REAL(dispatch_async)(dq, asan_bloc
336 INTERCEPTOR(void, dispatch_after_f, dispatch_time_t when, dispatch_queue_t dq, void *ctxt, dispatch_function_t func) argument
349 INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, dispatch_queue_t dq, void *ctxt, dispatch_function_t func) argument
384 INTERCEPTOR(void, dispatch_async, dispatch_queue_t dq, void(^work)(void)) argument
391 INTERCEPTOR(void, dispatch_group_async, dispatch_group_t dg, dispatch_queue_t dq, void(^work)(void)) argument
[all...]
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_ssse3_x86_64.asm72 INTERLEAVE_2X dq, %1, %3, %9
73 INTERLEAVE_2X dq, %2, %4, %9
74 INTERLEAVE_2X dq, %5, %7, %9
75 INTERLEAVE_2X dq, %6, %8, %9
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_detokenize.c44 dqv = dq[1]; \
54 int16_t *dqcoeff, TX_SIZE tx_size, const int16_t *dq,
73 int16_t dqv = dq[0];
88 dqv = dq[1];
53 decode_coefs(VP9_COMMON *cm, const MACROBLOCKD *xd, PLANE_TYPE type, int16_t *dqcoeff, TX_SIZE tx_size, const int16_t *dq, int ctx, const int16_t *scan, const int16_t *nb, vp9_reader *r) argument
/external/webp/src/enc/
H A Dframe.c29 #define DQ_LIMIT 0.4 // convergence is considered reached if dq < DQ_LIMIT
35 float dq; member in struct:__anon16957
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
[all...]
/external/libvpx/mips-dspr2/
H A Dvp8_rtcd.h75 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride);
76 void vp8_dequant_idct_add_dspr2(short *input, short *dq, unsigned char *output, int stride);
79 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
80 void vp8_dequant_idct_add_uv_block_dspr2(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
83 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
84 void vp8_dequant_idct_add_y_block_dspr2(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_idct_ssse3_x86_64.asm95 INTERLEAVE_2X dq, %1, %3, %9
96 INTERLEAVE_2X dq, %2, %4, %9
97 INTERLEAVE_2X dq, %5, %7, %9
98 INTERLEAVE_2X dq, %6, %8, %9
/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/armv7a/
H A Dvp8_rtcd.h79 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride);
80 void vp8_dequant_idct_add_v6(short *input, short *dq, unsigned char *output, int stride);
83 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
84 void vp8_dequant_idct_add_uv_block_v6(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
87 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
88 void vp8_dequant_idct_add_y_block_v6(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
/external/libvpx/armv7a-neon/
H A Dvp8_rtcd.h88 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride);
89 void vp8_dequant_idct_add_v6(short *input, short *dq, unsigned char *output, int stride);
90 void vp8_dequant_idct_add_neon(short *input, short *dq, unsigned char *output, int stride);
93 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
94 void vp8_dequant_idct_add_uv_block_v6(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
95 void vp8_dequant_idct_add_uv_block_neon(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
98 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
99 void vp8_dequant_idct_add_y_block_v6(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
100 void vp8_dequant_idct_add_y_block_neon(short *q, short *dq, unsigned char *dst, int stride, char *eobs);

Completed in 531 milliseconds

12