/external/clang/test/CodeGenCXX/ |
microsoft-templ-uuidof.cpp | 33 const _GUID &xd = __uuidof(X<C>); variable 34 // CHECK-DAG: @"\01?xd@@3ABU_GUID@@B" = {{.*}} @_GUID_dddddddd_dddd_dddd_dddd_dddddddddddd
|
/external/libvpx/libvpx/vp8/encoder/ |
encodeintra.c | 87 MACROBLOCKD *xd = &mb->e_mbd; local 88 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16); 98 MACROBLOCKD *xd = &x->e_mbd; local 100 vp8_build_intra_predictors_mby_s(xd, 101 xd->dst.y_buffer - xd->dst.y_stride, 102 xd->dst.y_buffer - 1, 103 xd->dst.y_stride 120 MACROBLOCKD *xd = &x->e_mbd; local [all...] |
ethreading.c | 65 MACROBLOCKD *xd = &x->e_mbd; local 101 xd->above_context = cm->above_context; 102 xd->left_context = &mb_row_left_context; 106 xd->up_available = (mb_row != 0); 135 xd->mb_to_left_edge = -((mb_col * 16) << 3); 136 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3; 137 xd->mb_to_top_edge = -((mb_row * 16) << 3); 138 xd->mb_to_bottom_edge = ((cm->mb_rows - 1 - mb_row) * 16) << 3; 148 xd->dst.y_buffer = cm->yv12_fb[dst_fb_idx].y_buffer + recon_yoffset; 149 xd->dst.u_buffer = cm->yv12_fb[dst_fb_idx].u_buffer + recon_uvoffset 387 MACROBLOCKD *xd = &x->e_mbd; local 457 MACROBLOCKD *const xd = & x->e_mbd; local [all...] |
tokenize.c | 110 MACROBLOCKD *xd = &x->e_mbd; local 121 b = xd->block + 24; 123 a = (ENTROPY_CONTEXT *)xd->above_context + 8; 124 l = (ENTROPY_CONTEXT *)xd->left_context + 8; 125 eob = xd->eobs[24]; 199 MACROBLOCKD *xd = &x->e_mbd; local 212 b = xd->block; 220 a = (ENTROPY_CONTEXT *)xd->above_context + tmp1; 221 l = (ENTROPY_CONTEXT *)xd->left_context + tmp2; 295 a = (ENTROPY_CONTEXT *)xd->above_context + tmp1 385 MACROBLOCKD *xd = &x->e_mbd; local 569 MACROBLOCKD *xd = &x->e_mbd; local [all...] |
vp8_quantize.c | 368 MACROBLOCKD *xd = &x->e_mbd; local 372 if (xd->segmentation_enabled) 375 if (xd->mb_segement_abs_delta == SEGMENT_ABSDATA) 376 QIndex = xd->segment_feature_data[MB_LVL_ALT_Q][xd->mode_info_context->mbmi.segment_id]; 380 QIndex = cpi->common.base_qindex + xd->segment_feature_data[MB_LVL_ALT_Q][xd->mode_info_context->mbmi.segment_id]; 397 xd->dequant_y1_dc[0] = 1; 398 xd->dequant_y1[0] = cpi->common.Y1dequant[QIndex][0]; 399 xd->dequant_y2[0] = cpi->common.Y2dequant[QIndex][0] [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
encodeintra.c | 85 MACROBLOCKD *xd = &mb->e_mbd; local 86 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16); 96 MACROBLOCKD *xd = &x->e_mbd; local 98 vp8_build_intra_predictors_mby_s(xd, 99 xd->dst.y_buffer - xd->dst.y_stride, 100 xd->dst.y_buffer - 1, 101 xd->dst.y_stride 118 MACROBLOCKD *xd = &x->e_mbd; local [all...] |
ethreading.c | 67 MACROBLOCKD *xd = &x->e_mbd; local 103 xd->above_context = cm->above_context; 104 xd->left_context = &mb_row_left_context; 108 xd->up_available = (mb_row != 0); 137 xd->mb_to_left_edge = -((mb_col * 16) << 3); 138 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3; 139 xd->mb_to_top_edge = -((mb_row * 16) << 3); 140 xd->mb_to_bottom_edge = ((cm->mb_rows - 1 - mb_row) * 16) << 3; 150 xd->dst.y_buffer = cm->yv12_fb[dst_fb_idx].y_buffer + recon_yoffset; 151 xd->dst.u_buffer = cm->yv12_fb[dst_fb_idx].u_buffer + recon_uvoffset 371 MACROBLOCKD *xd = &x->e_mbd; local 443 MACROBLOCKD *const xd = & x->e_mbd; local [all...] |
quantize.c | 614 MACROBLOCKD *xd = &x->e_mbd; local 618 if (xd->segmentation_enabled) 621 if (xd->mb_segement_abs_delta == SEGMENT_ABSDATA) 622 QIndex = xd->segment_feature_data[MB_LVL_ALT_Q][xd->mode_info_context->mbmi.segment_id]; 626 QIndex = cpi->common.base_qindex + xd->segment_feature_data[MB_LVL_ALT_Q][xd->mode_info_context->mbmi.segment_id]; 643 xd->dequant_y1_dc[0] = 1; 644 xd->dequant_y1[0] = cpi->common.Y1dequant[QIndex][0]; 645 xd->dequant_y2[0] = cpi->common.Y2dequant[QIndex][0] [all...] |
/development/perftests/panorama/feature_stab/db_vlvm/ |
db_utilities.cpp | 106 int xd=0, yd=0; local 111 //xd = static_cast<unsigned int>(lut_x[j][i]); 113 xd = (unsigned int)(lut_x[j][i]); 115 if ( xd >= w || yd >= h || 116 xd < 0 || yd < 0) 119 dst[j][i] = src[yd][xd]; 127 double xd=0.0, yd=0.0; local 132 xd = static_cast<double>(lut_x[j][i]); 134 if ( xd > w || yd > h || 135 xd < 0.0 || yd < 0.0 [all...] |
/external/bison/lib/ |
float.in.h | 98 struct { unsigned int lo; unsigned int hi; unsigned int exponent; } xd; member in union:gl_long_double_union
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities.cpp | 106 int xd=0, yd=0; local 111 //xd = static_cast<unsigned int>(lut_x[j][i]); 113 xd = (unsigned int)(lut_x[j][i]); 115 if ( xd >= w || yd >= h || 116 xd < 0 || yd < 0) 119 dst[j][i] = src[yd][xd]; 127 double xd=0.0, yd=0.0; local 132 xd = static_cast<double>(lut_x[j][i]); 134 if ( xd > w || yd > h || 135 xd < 0.0 || yd < 0.0 [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
GridPoint2.java | 79 int xd = other.x - x; local 82 return xd * xd + yd * yd; 91 int xd = x - this.x; local 94 return xd * xd + yd * yd; 102 int xd = other.x - x; local 105 return (float)Math.sqrt(xd * xd + yd * yd); 114 int xd = x - this.x local [all...] |
GridPoint3.java | 86 int xd = other.x - x; local 90 return xd * xd + yd * yd + zd * zd; 100 int xd = x - this.x; local 104 return xd * xd + yd * yd + zd * zd; 112 int xd = other.x - x; local 116 return (float)Math.sqrt(xd * xd + yd * yd + zd * zd); 126 int xd = x - this.x local [all...] |
/external/valgrind/coregrind/m_demangle/ |
safe-ctype.c | 144 #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 */
|
/toolchain/binutils/binutils-2.25/libiberty/ |
safe-ctype.c | 138 #define xd _sch_isxdigit macro 142 #define XL (const unsigned short) (lo|is|xd|pr) /* lowercase hex digit */ 144 #define XU (const unsigned short) (up|is|xd|pr) /* uppercase hex digit */ 145 #define D (const unsigned short) (di |xd|pr) /* decimal digit */
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_aq_variance.c | 143 MACROBLOCKD *xd = &x->e_mbd; local 145 int right_overflow = (xd->mb_to_right_edge < 0) ? 146 ((-xd->mb_to_right_edge) >> 3) : 0; 147 int bottom_overflow = (xd->mb_to_bottom_edge < 0) ? 148 ((-xd->mb_to_bottom_edge) >> 3) : 0; 155 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { 159 sse >>= 2 * (xd->bd - 8); 160 avg >>= (xd->bd - 8); 173 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) {
|
vp9_ethread.c | 154 MACROBLOCKD *const xd = &x->e_mbd; local 156 struct macroblockd_plane *const pd = xd->plane;
|
vp9_quantize.c | 196 MACROBLOCKD *const xd = &x->e_mbd; local 198 struct macroblockd_plane *pd = &xd->plane[plane]; 201 if (xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH) { 309 MACROBLOCKD *const xd = &x->e_mbd; local 311 const int segment_id = xd->mi[0]->mbmi.segment_id; 323 xd->plane[0].dequant = cpi->y_dequant[qindex]; 336 xd->plane[i].dequant = cpi->uv_dequant[qindex];
|
vp9_encodemv.c | 247 const MACROBLOCKD *xd = &td->mb.e_mbd; local 248 const MODE_INFO *mi = xd->mi[0];
|
vp9_mbgraph.c | 32 MACROBLOCKD *const xd = &x->e_mbd; local 72 xd->mi[0]->mbmi.mode = NEWMV; 73 xd->mi[0]->mbmi.mv[0].as_mv = *dst_mv; 75 vp9_build_inter_predictors_sby(xd, mb_row, mb_col, BLOCK_16X16); 84 xd->plane[0].dst.buf, xd->plane[0].dst.stride); 90 MACROBLOCKD *const xd = &x->e_mbd; local 97 xd->plane[0].pre[0].buf, xd->plane[0].pre[0].stride); 127 MACROBLOCKD *const xd = &x->e_mbd local 141 MACROBLOCKD *const xd = &x->e_mbd; local 184 MACROBLOCKD *const xd = &x->e_mbd; local 239 MACROBLOCKD *const xd = &x->e_mbd; local [all...] |
/external/opencv3/modules/calib3d/src/ |
levmarq.cpp | 94 Mat param0 = _param0.getMat(), x, xd, r, rd, J, A, Ap, v, temp_d, d; local 134 subtract(x, d, xd); 135 if( !cb->compute(xd, rd, noArray()) ) 171 std::swap(x, xd);
|
/external/srtp/tables/ |
aes_tables.c | 146 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;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_loopfilter.h | 114 struct VP9Common *cm, struct macroblockd *xd, 120 struct macroblockd xd; // TODO(jzern): most of this is unnecessary to the member in struct:LoopFilterWorkerData
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_aq_variance.c | 117 MACROBLOCKD *xd = &x->e_mbd; local 119 int right_overflow = (xd->mb_to_right_edge < 0) ? 120 ((-xd->mb_to_right_edge) >> 3) : 0; 121 int bottom_overflow = (xd->mb_to_bottom_edge < 0) ? 122 ((-xd->mb_to_bottom_edge) >> 3) : 0;
|
vp9_quantize.c | 131 MACROBLOCKD *const xd = &x->e_mbd; local 133 struct macroblockd_plane *pd = &xd->plane[plane]; 218 MACROBLOCKD *const xd = &x->e_mbd; local 220 const int segment_id = xd->mi[0]->mbmi.segment_id; 232 xd->plane[0].dequant = cm->y_dequant[qindex]; 241 xd->plane[i].dequant = cm->uv_dequant[qindex]; 250 xd->plane[3].dequant = cm->a_dequant[qindex];
|