HomeSort by relevance Sort by last modified time
    Searched refs:dq (Results 26 - 50 of 121) sorted by null

12 3 4 5

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/
idct_blk_dspr2.c 17 (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);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
integer-warn.asm 5 dq 0xABCDEF012345678989abb label
integer.asm 6 dq 0xABCDEF0123456789 label
  /external/clang/test/CodeGen/
debug-info-crash.c 10 dispatch_item_t LEGACY_dispatch_call(dispatch_queue_t dq,
14 dispatch_async(dq, ^{
  /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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
macho-reloc64-err.asm 10 aha dq blah
11 aha2 dq blah+4
12 aha3 dq blah-uhoh
machotest64.asm 94 localptr dq localint ; [5] [17]
95 _textptr dq _greet ; [15]
96 _selfptr dq _selfptr ; [16]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
dequantize.c 20 short *DQ = d->dqcoeff;
25 DQ[i] = Q[i] * DQC[i];
29 void vp8_dequant_idct_add_c(short *input, short *dq,
36 input[i] = dq[i] * input[i];
  /external/libvpx/libvpx/vp8/common/
dequantize.c 20 short *DQ = d->dqcoeff;
25 DQ[i] = Q[i] * DQC[i];
29 void vp8_dequant_idct_add_c(short *input, short *dq,
36 input[i] = dq[i] * input[i];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
dequantize.c 20 short *DQ = d->dqcoeff;
25 DQ[i] = Q[i] * DQC[i];
29 void vp8_dequant_idct_add_c(short *input, short *dq,
36 input[i] = dq[i] * input[i];
  /external/compiler-rt/lib/asan/
asan_mac.cc 312 INTERCEPTOR(void, dispatch_x_f, dispatch_queue_t dq, void *ctxt, \
321 return REAL(dispatch_x_f)(dq, (void*)asan_ctxt, \
330 dispatch_queue_t dq, void *ctxt,
338 return REAL(dispatch_after_f)(when, dq, (void*)asan_ctxt,
343 dispatch_queue_t dq, void *ctxt,
352 REAL(dispatch_group_async_f)(group, dq, (void*)asan_ctxt,
358 void dispatch_async(dispatch_queue_t dq, void(^work)(void));
359 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_block)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
win64-dataref.asm 13 savidentptr2 dq __savident
15 x86identptr2 dq x86ident
17 foobarptr2 dq foobar
19 foobar2ptr2 dq foobar2
21 foobar3ptr2 dq foobar3
23 xptr2 dq x
142 foo_foobar3ptr2 dq foobar3
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_dct_ssse3.asm 71 INTERLEAVE_2X dq, %1, %3, %9
72 INTERLEAVE_2X dq, %2, %4, %9
73 INTERLEAVE_2X dq, %5, %7, %9
74 INTERLEAVE_2X dq, %6, %8, %9
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
dequant_idct_neon.c 18 int16_t *dq,
38 // load dq
39 q5 = vld1q_s16(dq);
40 dq += 8;
41 q6 = vld1q_s16(dq);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_detokenize.c 73 dqv = dq[1]; \
83 int16_t *dqcoeff, TX_SIZE tx_size, const int16_t *dq,
103 int16_t dqv = dq[0];
118 dqv = dq[1];
  /external/libvpx/libvpx/vp8/common/arm/neon/
dequant_idct_neon.c 18 int16_t *dq,
38 // load dq
39 q5 = vld1q_s16(dq);
40 dq += 8;
41 q6 = vld1q_s16(dq);
  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 73 dqv = dq[1]; \
83 int16_t *dqcoeff, TX_SIZE tx_size, const int16_t *dq,
103 int16_t dqv = dq[0];
118 dqv = dq[1];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
dequant_idct_neon.c 18 int16_t *dq,
38 // load dq
39 q5 = vld1q_s16(dq);
40 dq += 8;
41 q6 = vld1q_s16(dq);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_detokenize.c 73 dqv = dq[1]; \
83 int16_t *dqcoeff, TX_SIZE tx_size, const int16_t *dq,
103 int16_t dqv = dq[0];
118 dqv = dq[1];
  /ndk/tests/build/b14825026-aarch64-FP_LO_REGS/jni/
idct_dequant_full_2x_neon.c 19 int16_t *dq,
32 // load dq
33 q0 = vld1q_s16(dq);
34 dq += 8;
35 q1 = vld1q_s16(dq);
  /external/chromium_org/third_party/libwebp/enc/
frame.c 29 #define DQ_LIMIT 0.4 // convergence is considered reached if dq < DQ_LIMIT
35 float dq; member in struct:__anon16893
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/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:__anon37062
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/libvpx/mips-dspr2/
vp8_rtcd.h 72 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride);
73 void vp8_dequant_idct_add_dspr2(short *input, short *dq, unsigned char *output, int stride);
76 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
77 void vp8_dequant_idct_add_uv_block_dspr2(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
80 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
81 void vp8_dequant_idct_add_y_block_dspr2(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vp8_rtcd.h 31 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride);
32 void vp8_dequant_idct_add_dspr2(short *input, short *dq, unsigned char *output, int stride);
35 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
36 void vp8_dequant_idct_add_y_block_dspr2(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
39 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
40 void vp8_dequant_idct_add_uv_block_dspr2(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
dequant_idct_v6.asm 13 ;void vp8_dequant_idct_v6(short *input, short *dq,
16 ; r1 = dq
24 ldr r5, [r1], #4 ;dq
36 ldr r5, [r1], #4 ;dq

Completed in 540 milliseconds

12 3 4 5