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

/external/libvpx/vp8/decoder/x86/
H A Dx86_dsystemdependent.c18 void vp8_dequantize_b_impl_mmx(short *sq, short *dq, short *q);
23 short *dq = (short *) d->dqcoeff; local
25 vp8_dequantize_b_impl_mmx(sq, dq, q);
H A Didct_blk_mmx.c16 (short *q, short *dq, unsigned char *pre,
24 vp8_dequant_dc_idct_add_mmx (q, dq, pre, dst, 16, stride, dc[0]);
29 vp8_dequant_dc_idct_add_mmx (q+16, dq, pre+4, dst+4, 16, stride, dc[1]);
34 vp8_dequant_dc_idct_add_mmx (q+32, dq, pre+8, dst+8, 16, stride, dc[2]);
39 vp8_dequant_dc_idct_add_mmx (q+48, dq, pre+12, dst+12, 16, stride, dc[3]);
52 (short *q, short *dq, unsigned char *pre,
60 vp8_dequant_idct_add_mmx (q, dq, pre, dst, 16, stride);
63 vp8_dc_only_idct_add_mmx (q[0]*dq[0], pre, dst, 16, stride);
68 vp8_dequant_idct_add_mmx (q+16, dq, pre+4, dst+4, 16, stride);
71 vp8_dc_only_idct_add_mmx (q[16]*dq[
15 vp8_dequant_dc_idct_add_y_block_mmx(short *q, short *dq, unsigned char *pre, unsigned char *dst, int stride, char *eobs, short *dc) argument
51 vp8_dequant_idct_add_y_block_mmx(short *q, short *dq, unsigned char *pre, unsigned char *dst, int stride, char *eobs) argument
98 vp8_dequant_idct_add_uv_block_mmx(short *q, short *dq, unsigned char *pre, unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) argument
[all...]
H A Didct_blk_sse2.c16 (short *q, short *dq, unsigned char *pre,
19 (short *q, short *dq, unsigned char *pre,
23 (short *q, short *dq ,unsigned char *pre,
26 (short *q, short *dq ,unsigned char *pre,
30 (short *q, short *dq, unsigned char *pre,
38 idct_dequant_dc_full_2x_sse2 (q, dq, pre, dst, stride, dc);
40 idct_dequant_dc_0_2x_sse2 (q, dq, pre, dst, stride, dc);
43 idct_dequant_dc_full_2x_sse2 (q+32, dq, pre+8, dst+8, stride, dc+2);
45 idct_dequant_dc_0_2x_sse2 (q+32, dq, pre+8, dst+8, stride, dc+2);
56 (short *q, short *dq, unsigne
29 vp8_dequant_dc_idct_add_y_block_sse2(short *q, short *dq, unsigned char *pre, unsigned char *dst, int stride, char *eobs, short *dc) argument
55 vp8_dequant_idct_add_y_block_sse2(short *q, short *dq, unsigned char *pre, unsigned char *dst, int stride, char *eobs) argument
80 vp8_dequant_idct_add_uv_block_sse2(short *q, short *dq, unsigned char *pre, unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) argument
[all...]
/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/vp8/decoder/arm/armv6/
H A Didct_blk_v6.c16 (short *q, short *dq, unsigned char *pre,
24 vp8_dequant_dc_idct_add_v6 (q, dq, pre, dst, 16, stride, dc[0]);
29 vp8_dequant_dc_idct_add_v6 (q+16, dq, pre+4, dst+4, 16, stride, dc[1]);
34 vp8_dequant_dc_idct_add_v6 (q+32, dq, pre+8, dst+8, 16, stride, dc[2]);
39 vp8_dequant_dc_idct_add_v6 (q+48, dq, pre+12, dst+12, 16, stride, dc[3]);
52 (short *q, short *dq, unsigned char *pre,
60 vp8_dequant_idct_add_v6 (q, dq, pre, dst, 16, stride);
63 vp8_dc_only_idct_add_v6 (q[0]*dq[0], pre, dst, 16, stride);
68 vp8_dequant_idct_add_v6 (q+16, dq, pre+4, dst+4, 16, stride);
71 vp8_dc_only_idct_add_v6 (q[16]*dq[
15 vp8_dequant_dc_idct_add_y_block_v6(short *q, short *dq, unsigned char *pre, unsigned char *dst, int stride, char *eobs, short *dc) argument
51 vp8_dequant_idct_add_y_block_v6(short *q, short *dq, unsigned char *pre, unsigned char *dst, int stride, char *eobs) argument
98 vp8_dequant_idct_add_uv_block_v6(short *q, short *dq, unsigned char *pre, unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) argument
[all...]
/external/libvpx/vp8/decoder/arm/neon/
H A Didct_blk_neon.c19 (short *input, short *dq, unsigned char *pre, unsigned char *dst,
24 (short *q, short *dq, unsigned char *pre, unsigned char *dst,
27 (short *q, short dq, unsigned char *pre, int pitch,
31 (short *q, short *dq, unsigned char *pre,
39 idct_dequant_dc_full_2x_neon (q, dq, pre, dst, stride, dc);
44 idct_dequant_dc_full_2x_neon (q+32, dq, pre+8, dst+8, stride, dc+2);
57 (short *q, short *dq, unsigned char *pre,
65 idct_dequant_full_2x_neon (q, dq, pre, dst, 16, stride);
67 idct_dequant_0_2x_neon (q, dq[0], pre, 16, dst, stride);
70 idct_dequant_full_2x_neon (q+32, dq, pr
30 vp8_dequant_dc_idct_add_y_block_neon(short *q, short *dq, unsigned char *pre, unsigned char *dst, int stride, char *eobs, short *dc) argument
56 vp8_dequant_idct_add_y_block_neon(short *q, short *dq, unsigned char *pre, unsigned char *dst, int stride, char *eobs) argument
81 vp8_dequant_idct_add_uv_block_neon(short *q, short *dq, unsigned char *pre, unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) argument
[all...]
/external/libvpx/vp8/decoder/
H A Didct_blk.c15 void vp8_dequant_dc_idct_add_c(short *input, short *dq, unsigned char *pred,
18 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *pred,
24 (short *q, short *dq, unsigned char *pre,
34 vp8_dequant_dc_idct_add_c (q, dq, pre, dst, 16, stride, dc[0]);
50 (short *q, short *dq, unsigned char *pre,
60 vp8_dequant_idct_add_c (q, dq, pre, dst, 16, stride);
63 vp8_dc_only_idct_add_c (q[0]*dq[0], pre, dst, 16, stride);
78 (short *q, short *dq, unsigned char *pre,
88 vp8_dequant_idct_add_c (q, dq, pre, dstu, 8, stride);
91 vp8_dc_only_idct_add_c (q[0]*dq[
23 vp8_dequant_dc_idct_add_y_block_c(short *q, short *dq, unsigned char *pre, unsigned char *dst, int stride, char *eobs, short *dc) argument
49 vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *pre, unsigned char *dst, int stride, char *eobs) argument
77 vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *pre, unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) argument
[all...]
H A Ddequantize.c34 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *pred, argument
44 input[i] = dq[i] * input[i];
73 void vp8_dequant_dc_idct_add_c(short *input, short *dq, unsigned char *pred, argument
86 input[i] = dq[i] * input[i];
/external/libvpx/vp8/decoder/mips/
H A Didct_blk_mips.c17 (short *q, short *dq, unsigned char *pre,
27 vp8_dequant_dc_idct_add_mips(q, dq, pre, dst, 16, stride, dc[0]);
36 vp8_dequant_dc_idct_add_mips(q, dq, pre, dst, 16, stride, dc[1]);
45 vp8_dequant_dc_idct_add_mips(q, dq, pre, dst, 16, stride, dc[2]);
54 vp8_dequant_dc_idct_add_mips(q, dq, pre, dst, 16, stride, dc[3]);
67 (short *q, short *dq, unsigned char *pre,
77 vp8_dequant_idct_add_mips(q, dq, pre, dst, 16, stride);
80 vp8_dc_only_idct_add_mips(q[0]*dq[0], pre, dst, 16, stride);
89 vp8_dequant_idct_add_mips(q, dq, pre, dst, 16, stride);
92 vp8_dc_only_idct_add_mips(q[0]*dq[
16 vp8_dequant_dc_idct_add_y_block_mips(short *q, short *dq, unsigned char *pre, unsigned char *dst, int stride, char *eobs, short *dc) argument
66 vp8_dequant_idct_add_y_block_mips(short *q, short *dq, unsigned char *pre, unsigned char *dst, int stride, char *eobs) argument
127 vp8_dequant_idct_add_uv_block_mips(short *q, short *dq, unsigned char *pre, unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) argument
[all...]
H A Ddequantize_mips.c50 void vp8_dequant_idct_add_mips(short *input, short *dq, unsigned char *pred, argument
64 "lh %[dq1], 0(%[dq]) \n\t"
66 "lh %[dq2], 2(%[dq]) \n\t"
76 : [dq] "r" (dq), [input] "r" (input),
82 input_temp[i] = dq[i] * input[i];
110 void vp8_dequant_dc_idct_add_mips(short *input, short *dq, unsigned char *pred, argument
127 "lh %[dq1], 2(%[dq]) \n\t"
129 "lh %[dq2], 4(%[dq]) \n\t"
139 : [dq] "
[all...]
/external/libvpx/vp8/encoder/
H A Dquantize.c185 int dq; local
191 dq = dequant_ptr[rc];
192 round = dq >> 1;
197 if (x >= dq)
205 dqcoeff_ptr[rc] = x * dq;
/external/compiler-rt/lib/asan/
H A Dasan_mac.cc269 void dispatch_async_f(dispatch_queue_t dq, void *ctxt,
271 void dispatch_sync_f(dispatch_queue_t dq, void *ctxt,
273 void dispatch_after_f(dispatch_time_t when, dispatch_queue_t dq, void *ctxt,
275 void dispatch_barrier_async_f(dispatch_queue_t dq, void *ctxt,
277 void dispatch_group_async_f(dispatch_group_t group, dispatch_queue_t dq,
332 INTERCEPTOR(void, dispatch_x_f, dispatch_queue_t dq, void *ctxt, \
341 return REAL(dispatch_x_f)(dq, (void*)asan_ctxt, \
350 dispatch_queue_t dq, void *ctxt,
358 return REAL(dispatch_after_f)(when, dq, (void*)asan_ctxt,
363 dispatch_queue_t dq, voi
349 INTERCEPTOR(void, dispatch_after_f, dispatch_time_t when, dispatch_queue_t dq, void *ctxt, dispatch_function_t func) argument
362 INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, dispatch_queue_t dq, void *ctxt, dispatch_function_t func) argument
405 INTERCEPTOR(void, dispatch_async, dispatch_queue_t dq, void(^work)(void)) argument
411 INTERCEPTOR(void, dispatch_group_async, dispatch_group_t dg, dispatch_queue_t dq, void(^work)(void)) argument
[all...]
/external/webp/src/dec/
H A Dvp8.c481 int ctx, const quant_t dq, int n, int16_t* out) {
526 out[j] = VP8GetSigned(br, v) * dq[j > 0];
480 GetCoeffs(VP8BitReader* const br, ProbaArray prob, int ctx, const quant_t dq, int n, int16_t* out) argument
/external/strace/
H A Dquota.c338 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
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 209 milliseconds