Searched defs:xd (Results 1 - 19 of 19) sorted by relevance

/external/libvpx/vp8/common/
H A Dfindnearmv.h42 static void vp8_clamp_mv(MV *mv, const MACROBLOCKD *xd) argument
44 if (mv->col < (xd->mb_to_left_edge - LEFT_TOP_MARGIN))
45 mv->col = xd->mb_to_left_edge - LEFT_TOP_MARGIN;
46 else if (mv->col > xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN)
47 mv->col = xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN;
49 if (mv->row < (xd->mb_to_top_edge - LEFT_TOP_MARGIN))
50 mv->row = xd->mb_to_top_edge - LEFT_TOP_MARGIN;
51 else if (mv->row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN)
52 mv->row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN;
57 MACROBLOCKD *xd,
[all...]
H A Dfindnearmv.c26 MACROBLOCKD *xd,
36 const MODE_INFO *above = here - xd->mode_info_stride;
138 vp8_clamp_mv(nearest, xd);
139 vp8_clamp_mv(nearby, xd);
140 vp8_clamp_mv(best_mv, xd); /*TODO: move this up before the copy*/
24 vp8_find_near_mvs( MACROBLOCKD *xd, const MODE_INFO *here, MV *nearest, MV *nearby, MV *best_mv, int cnt[4], int refframe, int *ref_frame_sign_bias ) argument
/external/valgrind/main/coregrind/m_demangle/
H A Dsafe-ctype.c144 #define xd _sch_isxdigit macro
148 #define XL (const unsigned short) (lo|is|xd|pr) /* lowercase hex digit */
150 #define XU (const unsigned short) (up|is|xd|pr) /* uppercase hex digit */
151 #define D (const unsigned short) (di |xd|pr) /* decimal digit */
/external/srtp/tables/
H A Daes_tables.c146 uint8_t x, xe, x9, xd, xb; local
155 xd = gf2_8_multiply(0x0d, x);
160 tmp.v8[2] = xd;
167 tmp.v8[3] = xd;
170 tmp.v8[0] = xd;
177 tmp.v8[1] = xd;
/external/clang/test/SemaTemplate/
H A Dmember-template-access-expr.cpp25 void test_f1(XDerived xd) { argument
26 int &ir = f1<X>(xd);
/external/libvpx/vp8/decoder/
H A Ddecodframe.c64 void mb_init_dequantizer(VP8D_COMP *pbi, MACROBLOCKD *xd) argument
68 MB_MODE_INFO *mbmi = &xd->mode_info_context->mbmi;
72 if (xd->segmentation_enabled)
75 if (xd->mb_segement_abs_delta == SEGMENT_ABSDATA)
76 QIndex = xd->segment_feature_data[MB_LVL_ALT_Q][mbmi->segment_id];
81 QIndex = pc->base_qindex + xd->segment_feature_data[MB_LVL_ALT_Q][mbmi->segment_id];
91 xd->block[i].dequant = pc->Y1dequant[QIndex];
96 xd->block[i].dequant = pc->UVdequant[QIndex];
99 xd->block[24].dequant = pc->Y2dequant[QIndex];
112 static void skip_recon_mb(VP8D_COMP *pbi, MACROBLOCKD *xd) argument
127 clamp_mv_to_umv_border(MV *mv, const MACROBLOCKD *xd) argument
150 clamp_uvmv_to_umv_border(MV *mv, const MACROBLOCKD *xd) argument
159 clamp_mvs(MACROBLOCKD *xd) argument
178 decode_macroblock(VP8D_COMP *pbi, MACROBLOCKD *xd) argument
324 decode_mb_row(VP8D_COMP *pbi, VP8_COMMON *pc, int mb_row, MACROBLOCKD *xd) argument
504 MACROBLOCKD *const xd = & pbi->mb; local
572 MACROBLOCKD *const xd = & pbi->mb; local
[all...]
H A Dreconintra_mt.c606 MACROBLOCKD *xd,
619 BLOCKD *x = &xd->block[num];
605 vp8mt_predict_intra4x4(VP8D_COMP *pbi, MACROBLOCKD *xd, int b_mode, unsigned char *predictor, int mb_row, int mb_col, int num) argument
H A Dthreading.c26 extern void mb_init_dequantizer(VP8D_COMP *pbi, MACROBLOCKD *xd);
27 extern void clamp_mvs(MACROBLOCKD *xd);
36 static void setup_decoding_thread_data(VP8D_COMP *pbi, MACROBLOCKD *xd, MB_ROW_DEC *mbrd, int count) argument
45 mbd->rtcd = xd->rtcd;
47 mbd->subpixel_predict = xd->subpixel_predict;
48 mbd->subpixel_predict8x4 = xd->subpixel_predict8x4;
49 mbd->subpixel_predict8x8 = xd->subpixel_predict8x8;
50 mbd->subpixel_predict16x16 = xd->subpixel_predict16x16;
64 mbd->segmentation_enabled = xd->segmentation_enabled;
65 mbd->mb_segement_abs_delta = xd
90 decode_macroblock(VP8D_COMP *pbi, MACROBLOCKD *xd, int mb_row, int mb_col) argument
237 MACROBLOCKD *xd = &mbrd->mbd; local
681 vp8mt_decode_mb_rows( VP8D_COMP *pbi, MACROBLOCKD *xd) argument
[all...]
/external/libvpx/vp8/encoder/
H A Dethreading.c75 MACROBLOCKD *xd = &x->e_mbd; local
102 xd->above_context = cm->above_context;
103 xd->left_context = &mb_row_left_context;
107 xd->up_available = (mb_row != 0);
131 xd->mb_to_left_edge = -((mb_col * 16) << 3);
132 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3;
133 xd->mb_to_top_edge = -((mb_row * 16) << 3);
134 xd->mb_to_bottom_edge = ((cm->mb_rows - 1 - mb_row) * 16) << 3;
142 xd->dst.y_buffer = cm->yv12_fb[dst_fb_idx].y_buffer + recon_yoffset;
143 xd
351 MACROBLOCKD *xd = &x->e_mbd; local
399 MACROBLOCKD *const xd = & x->e_mbd; local
[all...]
H A Dencodeframe.c308 MACROBLOCKD *xd = &x->e_mbd; local
312 if (xd->segmentation_enabled)
315 if (xd->mb_segement_abs_delta == SEGMENT_ABSDATA)
317 QIndex = xd->segment_feature_data[MB_LVL_ALT_Q][xd->mode_info_context->mbmi.segment_id];
321 QIndex = cpi->common.base_qindex + xd->segment_feature_data[MB_LVL_ALT_Q][xd->mode_info_context->mbmi.segment_id];
468 MACROBLOCKD *xd,
495 xd->above_context = cm->above_context;
497 xd
464 encode_mb_row(VP8_COMP *cpi, VP8_COMMON *cm, int mb_row, MACROBLOCK *x, MACROBLOCKD *xd, TOKENEXTRA **tp, int *segment_counts, int *totalrate) argument
682 MACROBLOCKD *const xd = & x->e_mbd; local
1120 const MACROBLOCKD *xd = & x->e_mbd; local
1233 MACROBLOCKD *const xd = &x->e_mbd; local
[all...]
H A Dbitstream.c919 MACROBLOCKD *xd = &cpi->mb.e_mbd; local
923 xd->mb_to_left_edge = -((mb_col * 16) << 3);
924 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3;
925 xd->mb_to_top_edge = -((mb_row * 16)) << 3;
926 xd->mb_to_bottom_edge = ((pc->mb_rows - 1 - mb_row) * 16) << 3;
977 vp8_find_near_mvs(xd, m, &n1, &n2, &best_mv, ct, rf, cpi->common.ref_frame_sign_bias);
1360 MACROBLOCKD *const xd = & cpi->mb.e_mbd; local
1416 vp8_write_bit(bc, (xd->segmentation_enabled) ? 1 : 0);
1419 if (xd->segmentation_enabled)
1422 vp8_write_bit(bc, (xd
[all...]
H A Dpickinter.c217 MACROBLOCKD *const xd = &mb->e_mbd; local
219 int cost = mb->mbmode_cost [xd->frame_type] [B_PRED];
223 vp8_intra_prediction_down_copy(xd);
227 MODE_INFO *const mic = xd->mode_info_context;
228 const int mis = xd->mode_info_stride;
234 pick_intra4x4block(rtcd, mb, mb->block + i, xd->block + i,
240 mic->bmi[i].mode = xd->block[i].bmi.mode = best_mode;
248 xd->block[i].bmi.mv.as_int = 0;
419 MACROBLOCKD *xd = &x->e_mbd; local
615 vp8_cal_sad(cpi,xd,
[all...]
H A Dfirstpass.c409 MACROBLOCKD * const xd = & x->e_mbd; local
419 xd->pre.y_buffer = recon_buffer->y_buffer + recon_yoffset;
428 MACROBLOCKD *const xd = & x->e_mbd; local
446 xd->pre.y_buffer = recon_buffer->y_buffer + recon_yoffset;
491 MACROBLOCKD *const xd = & x->e_mbd; local
519 xd->pre = *lst_yv12;
520 xd->dst = *new_yv12;
524 xd->mode_info_context = cm->mi;
554 xd->up_available = (mb_row != 0);
571 xd
[all...]
H A Drdopt.c671 MACROBLOCKD *const xd = &mb->e_mbd; local
673 int cost = mb->mbmode_cost [xd->frame_type] [B_PRED];
688 vp8_intra_prediction_down_copy(xd);
694 MODE_INFO *const mic = xd->mode_info_context;
695 const int mis = xd->mode_info_stride;
708 cpi, mb, mb->block + i, xd->block + i, &best_mode, bmode_costs,
715 mic->bmi[i].mode = xd->block[i].bmi.mode = best_mode;
888 MACROBLOCKD *const xd = & x->e_mbd; local
889 MODE_INFO *const mic = xd->mode_info_context;
890 const int mis = xd
1521 vp8_mv_pred( VP8_COMP *cpi, MACROBLOCKD *xd, const MODE_INFO *here, MV *mvp, int refframe, int *ref_frame_sign_bias, int *sr, int near_sadidx[] ) argument
1669 vp8_cal_sad(VP8_COMP *cpi, MACROBLOCKD *xd, MACROBLOCK *x, int recon_yoffset, int near_sadidx[]) argument
1729 MACROBLOCKD *xd = &x->e_mbd; local
[all...]
/external/grub/stage2/
H A Dfsys_jfs.c109 u32 xd, ioffset; local
115 xd = (inum & (INOSPERIAG - 1)) >> L2INOSPEREXT;
122 3072 + xd*sizeof(pxd_t), sizeof(pxd_t), (char *)&pxd);
161 pxd_t *xd; local
176 xd = &((idtentry_t *)dtr->slot)[(int)dtr->header.stbl[0]].xd;
178 devread (addressPXD (xd) << jfs.bdlog, 0,
182 xd = &de[(int)((s8 *)&de[(int)dtpage->header.stblindex])[0]].xd;
H A Djfs.h126 * physical xd (pxd)
294 pxd_t xd; /* 8: child extent descriptor */ member in struct:__anon5036
/external/opencv/cv/src/
H A Dcvemd.cpp457 float* xd = xs + dims; local
460 memset( xd, 0, dims*sizeof(xd[0]));
473 xd[i] += signature2[j + i + 1] * weight;
476 lb = dist_func( xs, xd, user_param ) / state->weight;
H A Dcvfundam.cpp1347 float* xd = dst->data.fl; local
1348 float* yd = xd + d_plane_stride;
1371 *xd = x; *yd = y; *zd = z;
1372 xd += d_stride; yd += d_stride; zd += d_stride;
1380 *xd = x; *yd = y;
1381 xd += d_stride; yd += d_stride;
1393 double* xd = dst->data.db; local
1394 double* yd = xd + d_plane_stride;
1417 *xd = x; *yd = y; *zd = z;
1418 xd
[all...]
/external/qemu/
H A Dconsole.c307 /* copy from (xs, ys) to (xd, yd) a rectangle of size (w, h) */
308 static void vga_bitblt(DisplayState *ds, int xs, int ys, int xd, int yd, int w, int h) argument
320 ds_get_linesize(ds) * yd + bpp * xd;
330 ds_get_linesize(ds) * (yd + h - 1) + bpp * xd;

Completed in 250 milliseconds