HomeSort by relevance Sort by last modified time
    Searched refs:xd (Results 1 - 25 of 224) sorted by null

1 2 3 4 5 6 7 8 9

  /external/libvpx/vp8/decoder/
decodframe.c 64 void mb_init_dequantizer(VP8D_COMP *pbi, MACROBLOCKD *xd)
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)
504 MACROBLOCKD *const xd = & pbi->mb; local
572 MACROBLOCKD *const xd = & pbi->mb; local
    [all...]
threading.c 26 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)
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->mb_segement_abs_delta
237 MACROBLOCKD *xd = &mbrd->mbd; local
    [all...]
decoderthreading.h 19 extern void vp8mt_decode_mb_rows(VP8D_COMP *pbi, MACROBLOCKD *xd);
  /external/libvpx/vp8/common/
findnearmv.h 42 static void vp8_clamp_mv(MV *mv, const MACROBLOCKD *xd)
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...]
findnearmv.c 26 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*/
  /external/libvpx/vp8/encoder/
ethreading.c 75 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->dst.u_buffer = cm->yv12_fb[dst_fb_idx].u_buffer + recon_uvoffset
351 MACROBLOCKD *xd = &x->e_mbd; local
399 MACROBLOCKD *const xd = & x->e_mbd; local
    [all...]
encodeframe.c 308 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->up_available = (mb_row != 0)
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...]
rdopt.h 23 MACROBLOCKD *xd,
31 void vp8_cal_sad(VP8_COMP *cpi, MACROBLOCKD *xd, MACROBLOCK *x, int recon_yoffset, int near_sadidx[]);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cuda.h 19 #define CUDA_MS_RESET 0xd
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cuda.h 19 #define CUDA_MS_RESET 0xd
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cuda.h 19 #define CUDA_MS_RESET 0xd
  /packages/apps/Camera/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...]
db_utilities.h 257 * \param xd destination
260 void inline db_Copy3(double xd[3],const double xs[3])
262 xd[0]=xs[0];xd[1]=xs[1];xd[2]=xs[2];
266 * \param xd destination
269 void inline db_Copy6(double xd[6],const double xs[6])
271 xd[0]=xs[0];xd[1]=xs[1];xd[2]=xs[2]
    [all...]
  /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...]
db_utilities.h 257 * \param xd destination
260 void inline db_Copy3(double xd[3],const double xs[3])
262 xd[0]=xs[0];xd[1]=xs[1];xd[2]=xs[2];
266 * \param xd destination
269 void inline db_Copy6(double xd[6],const double xs[6])
271 xd[0]=xs[0];xd[1]=xs[1];xd[2]=xs[2]
    [all...]
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.h 423 xd = H*xs;
424 xd = xd/xd(3);
484 int xd=0, yd=0; local
489 xd = static_cast<unsigned int>(lut_x[j][i]);
491 if ( xd >= w || yd >= h ||
492 xd < 0 || yd < 0)
500 dst[j][3*i ] = src[yd][3*xd ];
501 dst[j][3*i+1] = src[yd][3*xd+1]
530 double xd=0.0, yd=0.0; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.h 423 xd = H*xs;
424 xd = xd/xd(3);
484 int xd=0, yd=0; local
489 xd = static_cast<unsigned int>(lut_x[j][i]);
491 if ( xd >= w || yd >= h ||
492 xd < 0 || yd < 0)
500 dst[j][3*i ] = src[yd][3*xd ];
501 dst[j][3*i+1] = src[yd][3*xd+1]
530 double xd=0.0, yd=0.0; local
    [all...]
  /external/icu4c/common/
ubidi_props_data.c 260 5,5,5,5,0xd,0xd,0xa,0xa,0xd,4,4,0xd,6,0xd,0xa,0xa,
261 0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xd,0xd,0xd,0xd,0xd,
    [all...]
  /external/valgrind/main/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 */
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
TextColor.java 39 BRIGHT_CYAN(0xd),
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_tab.cpp 231 {0xe, 1, 1, 8}, {0xe, 1, 1, 8}, {0xd, 1, 1, 8}, {0xd, 1, 1, 8}, {0xd, 1, 1, 8}, {0xd, 1, 1, 8},
235 {0xe, 1, 0, 8}, {0xe, 1, 0, 8}, {0xd, 1, 0, 8}, {0xd, 1, 0, 8}, {0xd, 1, 0, 8}, {0xd, 1, 0, 8},
303 {0xd, 1, 1, 9}, {0xd, 1, 1, 9}, {0xc, 1, 1, 9}, {0xc, 1, 1, 9}
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
_dbdebug.h 49 #define DSPAPI_ZONE_FUNCTION 0xd
76 #define DSPAPI_ZONE_ID_FUNCTION 0xd
  /hardware/ti/omap3/dspbridge/libbridge/inc/
_dbdebug.h 49 #define DSPAPI_ZONE_FUNCTION 0xd
76 #define DSPAPI_ZONE_ID_FUNCTION 0xd
  /system/core/libpixelflinger/
raster.cpp 72 GGLint xd = gglFixedToIntRound(c->state.raster.x);
76 if (xd < GGLint(c->state.scissor.left)) {
77 GGLint offset = GGLint(c->state.scissor.left) - xd;
78 xd = GGLint(c->state.scissor.left);
88 if ((xd + width) > GGLint(c->state.scissor.right)) {
89 width = GGLint(c->state.scissor.right) - xd;
99 if (xs==xd && ys==yd) {
109 + (xd + (cb->stride * yd)) * fp->size;
  /external/icu4c/samples/props/
props.cpp 54 0xd, 0x20, 0x2d, 0x35, 0x65, 0x284, 0x665, 0x5678, 0x23456, 0x10317, 0x1D01F, 0x10fffd

Completed in 670 milliseconds

1 2 3 4 5 6 7 8 9