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

/external/libvpx/libvpx/vp8/common/
H A Dmfqe.c131 unsigned char *ud,
159 vpx_variance8x8(u, uv_stride, ud, uvd_stride, &sse);
165 usad = (vpx_sad8x8(u, uv_stride, ud, uvd_stride) + 32) >> 6;
176 vpx_variance4x4(u, uv_stride, ud, uvd_stride, &sse);
182 usad = (vpx_sad4x4(u, uv_stride, ud, uvd_stride) + 8) >> 4;
219 ud, vd, uvd_stride,
228 vp8_copy_mem8x8(u, uv_stride, ud, uvd_stride);
234 for (up = u, udp = ud, i = 0; i < uvblksize; ++i, up += uv_stride, udp += uvd_stride)
120 multiframe_quality_enhance_block( int blksize, int qcurr, int qprev, unsigned char *y, unsigned char *u, unsigned char *v, int y_stride, int uv_stride, unsigned char *yd, unsigned char *ud, unsigned char *vd, int yd_stride, int uvd_stride ) argument
/external/libvpx/libvpx/vp9/common/
H A Dvp9_mfqe.c74 int uv_stride, uint8_t *ud, uint8_t *vd,
79 vp9_filter_by_weight8x8(u, uv_stride, ud, uvd_stride, weight);
83 vp9_filter_by_weight16x16(u, uv_stride, ud, uvd_stride, weight);
87 filter_by_weight32x32(u, uv_stride, ud, uvd_stride, weight);
134 int y_stride, int uv_stride, uint8_t *yd, uint8_t *ud,
139 copy_mem8x8(u, uv_stride, ud, uvd_stride);
143 copy_mem16x16(u, uv_stride, ud, uvd_stride);
147 copy_mem32x32(u, uv_stride, ud, uvd_stride);
166 uint8_t *yd, uint8_t *ud, uint8_t *vd, int yd_stride,
194 apply_ifactor(y, y_stride, yd, yd_stride, u, v, uv_stride, ud, v
72 apply_ifactor(const uint8_t *y, int y_stride, uint8_t *yd, int yd_stride, const uint8_t *u, const uint8_t *v, int uv_stride, uint8_t *ud, uint8_t *vd, int uvd_stride, BLOCK_SIZE block_size, int weight) argument
133 copy_block(const uint8_t *y, const uint8_t *u, const uint8_t *v, int y_stride, int uv_stride, uint8_t *yd, uint8_t *ud, uint8_t *vd, int yd_stride, int uvd_stride, BLOCK_SIZE bs) argument
164 mfqe_block(BLOCK_SIZE bs, const uint8_t *y, const uint8_t *u, const uint8_t *v, int y_stride, int uv_stride, uint8_t *yd, uint8_t *ud, uint8_t *vd, int yd_stride, int uvd_stride, int qdiff) argument
217 mfqe_partition(VP9_COMMON *cm, MODE_INFO *mi, BLOCK_SIZE bs, const uint8_t *y, const uint8_t *u, const uint8_t *v, int y_stride, int uv_stride, uint8_t *yd, uint8_t *ud, uint8_t *vd, int yd_stride, int uvd_stride) argument
381 uint8_t *ud = dest->u_buffer + row_offset_uv * uvd_stride + local
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ssa.cpp428 LValue *ud = new_LValue(func, lval); local
430 nop->setDef(0, ud);
432 return ud;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu.h97 GLuint ud; member in union:brw_reg::__anon14538
405 static INLINE struct brw_reg brw_imm_ud( GLuint ud )
408 imm.dw1.ud = ud;
416 imm.dw1.ud = uw | (uw << 16);
439 imm.dw1.ud = v;
450 imm.dw1.ud = v;
467 imm.dw1.ud = ((v0 << 0) |
H A Dbrw_structs.h1532 GLuint ud; member in union:brw_instruction::__anon14624
/external/clang/test/SemaCXX/
H A Dconversion-function.cpp309 void test2(UeberDerived ud) { argument
310 int i = ud; // expected-error{{ambiguous conversion from derived class 'rdar8018274::SuperDerived' to base class 'rdar8018274::Base'}}
/external/iptables/extensions/
H A Dlibxt_hashlimit.c200 static bool parse_bytes(const char *rate, uint32_t *val, struct hashlimit_mt_udata *ud) argument
225 ud->mult = XT_HASHLIMIT_BYTE_EXPIRE;
230 int parse_rate(const char *rate, uint32_t *val, struct hashlimit_mt_udata *ud) argument
235 ud->mult = 1; /* Seconds by default. */
242 ud->mult = 1;
244 ud->mult = 60;
246 ud->mult = 60*60;
248 ud->mult = 24*60*60;
256 *val = XT_HASHLIMIT_SCALE * ud->mult / r;
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dmbloopfilter_neon.c467 unsigned char *us, *ud; local
591 ud = u - 4;
592 vst1_u8(ud, vget_low_u8(q3));
593 ud += pitch;
594 vst1_u8(ud, vget_low_u8(q4));
595 ud += pitch;
596 vst1_u8(ud, vget_low_u8(q5));
597 ud += pitch;
598 vst1_u8(ud, vget_low_u8(q6));
599 ud
[all...]
H A Dvp8_loopfilter_neon.c443 unsigned char *us, *ud; local
541 ud = u - 2;
542 write_4x8(ud, pitch, q4ResultL);
/external/kernel-headers/original/uapi/rdma/
H A Drdma_user_cm.h267 struct rdma_ucm_ud_param ud; member in union:rdma_ucm_event_resp::__anon8636
H A Dib_user_verbs.h709 } ud; member in union:ib_uverbs_send_wr::__anon8608
/external/valgrind/VEX/test/
H A Dmmxtest.c42 unsigned int ud[2]; /* 2 Unsigned Doubleword */ member in union:__anon18596
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 277 milliseconds