HomeSort by relevance Sort by last modified time
    Searched refs:xd (Results 51 - 75 of 589) sorted by null

1 23 4 5 6 7 8 91011>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
findnearmv.h 37 static void vp8_clamp_mv2(int_mv *mv, const MACROBLOCKD *xd)
39 if (mv->as_mv.col < (xd->mb_to_left_edge - LEFT_TOP_MARGIN))
40 mv->as_mv.col = xd->mb_to_left_edge - LEFT_TOP_MARGIN;
41 else if (mv->as_mv.col > xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN)
42 mv->as_mv.col = xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN;
44 if (mv->as_mv.row < (xd->mb_to_top_edge - LEFT_TOP_MARGIN))
45 mv->as_mv.row = xd->mb_to_top_edge - LEFT_TOP_MARGIN;
46 else if (mv->as_mv.row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN)
47 mv->as_mv.row = xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN;
76 MACROBLOCKD *xd,
    [all...]
findnearmv.c 26 MACROBLOCKD *xd,
36 const MODE_INFO *above = here - xd->mode_info_stride;
140 static void invert_and_clamp_mvs(int_mv *inv, int_mv *src, MACROBLOCKD *xd)
144 vp8_clamp_mv2(inv, xd);
145 vp8_clamp_mv2(src, xd);
151 MACROBLOCKD *xd,
162 vp8_find_near_mvs(xd,
172 &mode_mv_sb[sign_bias][NEARESTMV], xd);
174 &mode_mv_sb[sign_bias][NEARMV], xd);
176 &best_mv_sb[sign_bias], xd);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ubidi_props_data.h 268 5,0xd,0xa,0xa,0xd,4,4,0xd,6,0xd,0xa,0xa,0xb1,0xb1,0xb1,0xb1,
269 0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xd,0x8ad,0xd,0xd,0xd,0x4d,0xd,0x8d,0x8d,
274 5,5,5,5,5,5,4,5,5,0xd,0x4d,0x4d,0xb1,0x8d,0x8d,0x8d
    [all...]
  /external/icu/icu4c/source/common/
ubidi_props_data.h 268 5,0xd,0xa,0xa,0xd,4,4,0xd,6,0xd,0xa,0xa,0xb1,0xb1,0xb1,0xb1,
269 0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xb1,0xd,0x8ad,0xd,0xd,0xd,0x4d,0xd,0x8d,0x8d,
274 5,5,5,5,5,5,4,5,5,0xd,0x4d,0x4d,0xb1,0x8d,0x8d,0x8d
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 117 MV clamp_mv_to_umv_border_sb(const MACROBLOCKD *xd, const MV *src_mv,
134 xd->mb_to_left_edge * (1 << (1 - ss_x)) - spel_left,
135 xd->mb_to_right_edge * (1 << (1 - ss_x)) + spel_right,
136 xd->mb_to_top_edge * (1 << (1 - ss_y)) - spel_top,
137 xd->mb_to_bottom_edge * (1 << (1 - ss_y)) + spel_bottom);
142 static void build_inter_predictors(MACROBLOCKD *xd, int plane, int block,
146 struct macroblockd_plane *const pd = &xd->plane[plane];
147 const MODE_INFO *mi = xd->mi[0];
153 const struct scale_factors *const sf = &xd->block_refs[ref]->sf;
172 const MV mv_q4 = clamp_mv_to_umv_border_sb(xd, &mv, bw, bh
    [all...]
vp9_mvref_common.c 118 static void clamp_mv_ref(MV *mv, const MACROBLOCKD *xd) {
119 clamp_mv(mv, xd->mb_to_left_edge - MV_BORDER,
120 xd->mb_to_right_edge + MV_BORDER,
121 xd->mb_to_top_edge - MV_BORDER,
122 xd->mb_to_bottom_edge + MV_BORDER);
191 static void find_mv_refs_idx(const VP9_COMMON *cm, const MACROBLOCKD *xd,
199 ? cm->prev_mi_grid_visible[mi_row * xd->mi_stride + mi_col]
218 const MODE_INFO *const candidate_mi = xd->mi[mv_ref->col + mv_ref->row *
219 xd->mi_stride];
238 const MB_MODE_INFO *const candidate = &xd->mi[mv_ref->col + mv_ref->row
    [all...]
vp9_reconintra.h 21 void vp9_predict_intra_block(const MACROBLOCKD *xd, int block_idx, int bwl_in,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_reconinter.c 117 MV clamp_mv_to_umv_border_sb(const MACROBLOCKD *xd, const MV *src_mv,
134 xd->mb_to_left_edge * (1 << (1 - ss_x)) - spel_left,
135 xd->mb_to_right_edge * (1 << (1 - ss_x)) + spel_right,
136 xd->mb_to_top_edge * (1 << (1 - ss_y)) - spel_top,
137 xd->mb_to_bottom_edge * (1 << (1 - ss_y)) + spel_bottom);
142 static void build_inter_predictors(MACROBLOCKD *xd, int plane, int block,
146 struct macroblockd_plane *const pd = &xd->plane[plane];
147 const MODE_INFO *mi = xd->mi[0];
153 const struct scale_factors *const sf = &xd->block_refs[ref]->sf;
172 const MV mv_q4 = clamp_mv_to_umv_border_sb(xd, &mv, bw, bh
    [all...]
vp9_mvref_common.c 118 static void clamp_mv_ref(MV *mv, const MACROBLOCKD *xd) {
119 clamp_mv(mv, xd->mb_to_left_edge - MV_BORDER,
120 xd->mb_to_right_edge + MV_BORDER,
121 xd->mb_to_top_edge - MV_BORDER,
122 xd->mb_to_bottom_edge + MV_BORDER);
191 static void find_mv_refs_idx(const VP9_COMMON *cm, const MACROBLOCKD *xd,
199 ? cm->prev_mi_grid_visible[mi_row * xd->mi_stride + mi_col]
218 const MODE_INFO *const candidate_mi = xd->mi[mv_ref->col + mv_ref->row *
219 xd->mi_stride];
238 const MB_MODE_INFO *const candidate = &xd->mi[mv_ref->col + mv_ref->row
    [all...]
vp9_reconintra.h 21 void vp9_predict_intra_block(const MACROBLOCKD *xd, int block_idx, int bwl_in,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
decoderthreading.h 19 void vp8mt_decode_mb_rows(VP8D_COMP *pbi, MACROBLOCKD *xd);
error_concealment.h 43 void vp8_conceal_corrupt_mb(MACROBLOCKD *xd);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_mvref_common.c 16 static void find_mv_refs_idx(const VP9_COMMON *cm, const MACROBLOCKD *xd,
24 ? cm->prev_mi[mi_row * xd->mi_stride + mi_col].src_mi
43 const MODE_INFO *const candidate_mi = xd->mi[mv_ref->col + mv_ref->row *
44 xd->mi_stride].src_mi;
63 const MB_MODE_INFO *const candidate = &xd->mi[mv_ref->col + mv_ref->row *
64 xd->mi_stride].src_mi->mbmi;
89 const MB_MODE_INFO *const candidate = &xd->mi[mv_ref->col + mv_ref->row
90 * xd->mi_stride].src_mi->mbmi;
108 clamp_mv_ref(&mv_ref_list[i].as_mv, xd);
111 void vp9_find_mv_refs(const VP9_COMMON *cm, const MACROBLOCKD *xd,
    [all...]
vp9_reconintra.h 23 void vp9_predict_intra_block(const MACROBLOCKD *xd, int block_idx, int bwl_in,
  /external/libvpx/libvpx/vp8/decoder/
decoderthreading.h 19 void vp8mt_decode_mb_rows(VP8D_COMP *pbi, MACROBLOCKD *xd);
error_concealment.h 43 void vp8_conceal_corrupt_mb(MACROBLOCKD *xd);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decoderthreading.h 19 void vp8mt_decode_mb_rows(VP8D_COMP *pbi, MACROBLOCKD *xd);
error_concealment.h 43 void vp8_conceal_corrupt_mb(MACROBLOCKD *xd);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
cuda.h 19 #define CUDA_MS_RESET 0xd
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cuda.h 19 #define CUDA_MS_RESET 0xd
  /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/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
findnearmv.c 26 MACROBLOCKD *xd,
36 const MODE_INFO *above = here - xd->mode_info_stride;
140 static void invert_and_clamp_mvs(int_mv *inv, int_mv *src, MACROBLOCKD *xd)
144 vp8_clamp_mv2(inv, xd);
145 vp8_clamp_mv2(src, xd);
151 MACROBLOCKD *xd,
162 vp8_find_near_mvs(xd,
172 &mode_mv_sb[sign_bias][NEARESTMV], xd);
174 &mode_mv_sb[sign_bias][NEARMV], xd);
176 &best_mv_sb[sign_bias], xd);
    [all...]
  /external/libvpx/libvpx/vp8/common/
findnearmv.c 26 MACROBLOCKD *xd,
36 const MODE_INFO *above = here - xd->mode_info_stride;
140 static void invert_and_clamp_mvs(int_mv *inv, int_mv *src, MACROBLOCKD *xd)
144 vp8_clamp_mv2(inv, xd);
145 vp8_clamp_mv2(src, xd);
151 MACROBLOCKD *xd,
162 vp8_find_near_mvs(xd,
172 &mode_mv_sb[sign_bias][NEARESTMV], xd);
174 &mode_mv_sb[sign_bias][NEARMV], xd);
176 &best_mv_sb[sign_bias], xd);
    [all...]
  /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...]
  /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...]

Completed in 1612 milliseconds

1 23 4 5 6 7 8 91011>>