/external/libvpx/libvpx/vp9/common/ |
vp9_mvref_common.h | 19 MODE_INFO *mi, const MODE_INFO *prev_mi, 27 MODE_INFO *mi, const MODE_INFO *prev_mi,
|
vp9_pred_common.h | 17 static INLINE const MODE_INFO *get_above_mi(const MACROBLOCKD *const xd) { 21 static INLINE const MODE_INFO *get_left_mi(const MACROBLOCKD *const xd) { 29 const MODE_INFO *const above_mi = get_above_mi(xd); 30 const MODE_INFO *const left_mi = get_left_mi(xd); 46 const MODE_INFO *const above_mi = get_above_mi(xd); 47 const MODE_INFO *const left_mi = get_left_mi(xd);
|
vp9_findnearmv.h | 44 static MB_PREDICTION_MODE left_block_mode(const MODE_INFO *cur_mi, 45 const MODE_INFO *left_mi, int b) { 58 static MB_PREDICTION_MODE above_block_mode(const MODE_INFO *cur_mi, 59 const MODE_INFO *above_mi, int b) {
|
vp9_alloccommon.c | 22 void vp9_update_mode_info_border(VP9_COMMON *cm, MODE_INFO *mi) { 27 vpx_memset(mi, 0, sizeof(MODE_INFO) * stride); 31 vpx_memset(&mi[i * stride], 0, sizeof(MODE_INFO)); 72 cm->mode_info_stride * (cm->mi_rows + 1) * sizeof(MODE_INFO)); 99 cm->mip = vpx_calloc(mi_size, sizeof(MODE_INFO)); 104 cm->prev_mip = vpx_calloc(mi_size, sizeof(MODE_INFO)); 171 cm->mip = vpx_calloc(mi_size, sizeof(MODE_INFO)); 175 cm->prev_mip = vpx_calloc(mi_size, sizeof(MODE_INFO));
|
vp9_alloccommon.h | 19 void vp9_update_mode_info_border(VP9_COMMON *cm, MODE_INFO *mi);
|
vp9_pred_common.c | 19 static INLINE const MB_MODE_INFO *get_above_mbmi(const MODE_INFO *const above) { 23 static INLINE const MB_MODE_INFO *get_left_mbmi(const MODE_INFO *const left) { 29 const MODE_INFO *const above_mi = get_above_mi(xd); 30 const MODE_INFO *const left_mi = get_left_mi(xd); 64 const MODE_INFO *const above_mi = get_above_mi(xd); 65 const MODE_INFO *const left_mi = get_left_mi(xd); 92 const MODE_INFO *const above_mi = get_above_mi(xd); 93 const MODE_INFO *const left_mi = get_left_mi(xd); 137 const MODE_INFO *const above_mi = get_above_mi(xd); 138 const MODE_INFO *const left_mi = get_left_mi(xd) [all...] |
vp9_onyxc_int.h | 144 // MODE_INFO (8-pixel) units. 162 /* We allocate a MODE_INFO struct for each macroblock, together with 165 MODE_INFO *mip; /* Base of allocated array */ 166 MODE_INFO *mi; /* Corresponds to upper left visible macroblock */ 167 MODE_INFO *prev_mip; /* MODE_INFO array 'mip' from last decoded frame */ 168 MODE_INFO *prev_mi; /* 'mi' from last frame (points into prev_mip) */ 170 MODE_INFO **mi_grid_base; 171 MODE_INFO **mi_grid_visible; 172 MODE_INFO **prev_mi_grid_base [all...] |
vp9_debugmodes.c | 30 MODE_INFO **mi_8x8 = cm->mi_grid_visible; 55 MODE_INFO **mi_8x8 = cm->mi_grid_visible;
|
vp9_blockd.h | 146 } MODE_INFO; 193 MODE_INFO *last_mi; 197 MODE_INFO **mi_8x8; 198 MODE_INFO **prev_mi_8x8; 199 MODE_INFO *mi_stream; 238 const MODE_INFO *const mi = xd->mi_8x8[0];
|
vp9_mvref_common.c | 122 static INLINE int_mv get_sub_block_mv(const MODE_INFO *candidate, int which_mv, 186 MODE_INFO *mi, const MODE_INFO *prev_mi, 207 const MODE_INFO *const candidate_mi = xd->mi_8x8[mv_ref->col + mv_ref->row
|
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
SDL_ph_modes.c | 26 static PgVideoModeInfo_t mode_info; variable 75 mode_info.bits_per_pixel = 0; 79 if (PgGetVideoModeInfo(mode_list.modes[i], &mode_info) < 0) 84 if(mode_info.bits_per_pixel == format->BitsPerPixel) 86 Amodelist[j].w = mode_info.width; 87 Amodelist[j].h = mode_info.height; 135 if (PgGetVideoModeInfo(mode_list.modes[i], &mode_info) < 0) 140 if ((mode_info.width == width) && (mode_info.height == height) && 141 (mode_info.bits_per_pixel == bpp) [all...] |
/external/libvpx/libvpx/vp8/common/ |
onyxc_int.h | 117 /* We allocate a MODE_INFO struct for each macroblock, together with 120 MODE_INFO *mip; /* Base of allocated array */ 121 MODE_INFO *mi; /* Corresponds to upper left visible macroblock */ 123 MODE_INFO *prev_mip; /* MODE_INFO array 'mip' from last decoded frame */ 124 MODE_INFO *prev_mi; /* 'mi' from last frame (points into prev_mip) */ 126 MODE_INFO *show_frame_mi; /* MODE_INFO for the last decoded frame
|
findnearmv.h | 73 const MODE_INFO *here, 84 const MODE_INFO *here, 100 static int left_block_mv(const MODE_INFO *cur_mb, int b) 115 static int above_block_mv(const MODE_INFO *cur_mb, int b, int mi_stride) 129 static B_PREDICTION_MODE left_block_mode(const MODE_INFO *cur_mb, int b) 155 static B_PREDICTION_MODE above_block_mode(const MODE_INFO *cur_mb, int b, int mi_stride)
|
findnearmv.c | 27 const MODE_INFO *here, 36 const MODE_INFO *above = here - xd->mode_info_stride; 37 const MODE_INFO *left = here - 1; 38 const MODE_INFO *aboveleft = above - 1; 152 const MODE_INFO *here,
|
loopfilter.c | 199 void vp8_loop_filter_row_normal(VP8_COMMON *cm, MODE_INFO *mode_info_context, 257 void vp8_loop_filter_row_simple(VP8_COMMON *cm, MODE_INFO *mode_info_context, 323 /* Point at base of Mb MODE_INFO list */ 324 const MODE_INFO *mode_info_context = cm->mi; 466 /* Point at base of Mb MODE_INFO list */ 467 const MODE_INFO *mode_info_context = cm->mi; 577 const MODE_INFO *mode_info_context;
|
/external/chromium_org/ash/display/ |
display_change_observer_chromeos.cc | 58 const OutputConfigurator::ModeInfo& mode_info = it->second; local 59 const std::pair<int, int> size(mode_info.width, mode_info.height); 60 const Resolution resolution(gfx::Size(mode_info.width, mode_info.height), 61 mode_info.interlaced); 134 const OutputConfigurator::ModeInfo* mode_info = local 136 if (!mode_info) 141 (kInchInMm * mode_info->width / output.width_mm) > 146 output.x, output.y, mode_info->width, mode_info->height) [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
mr_dissim.c | 85 /* Point to beginning of allocated MODE_INFO arrays. */ 86 MODE_INFO *tmp = cm->mip + cm->mode_info_stride; 103 const MODE_INFO *here = tmp; 104 const MODE_INFO *above = here - cm->mode_info_stride; 105 const MODE_INFO *left = here - 1; 106 const MODE_INFO *aboveleft = above - 1; 107 const MODE_INFO *aboveright = NULL; 108 const MODE_INFO *right = NULL; 109 const MODE_INFO *belowleft = NULL; 110 const MODE_INFO *below = NULL [all...] |
segmentation.c | 19 MODE_INFO *this_mb_mode_info = cm->mi;
|
/external/chromium_org/chromeos/display/ |
output_util.cc | 160 XRRModeInfo mode_info = {0}; local 161 mode_info.id = id; 162 mode_info.width = width; 163 mode_info.height = height; 165 mode_info.modeFlags = RR_Interlace; 167 mode_info.hTotal = 1; 168 mode_info.vTotal = 1; 169 mode_info.dotClock = refresh_rate; 171 return mode_info;
|
real_output_configurator_delegate.cc | 243 OutputConfigurator::ModeInfo* mode_info) { 244 DCHECK(mode_info); 253 mode_info->width = info.width; 254 mode_info->height = info.height; 255 mode_info->interlaced = info.modeFlags & RR_Interlace; 257 mode_info->refresh_rate = static_cast<float>(info.dotClock) / 261 mode_info->refresh_rate = 0.0f; 312 OutputConfigurator::ModeInfo mode_info; local 313 if (InitModeInfo(mode, &mode_info)) 314 output.mode_infos.insert(std::make_pair(mode, mode_info)); 433 const OutputConfigurator::ModeInfo* mode_info = NULL; local 559 const OutputConfigurator::ModeInfo* mode_info = local [all...] |
real_output_configurator_delegate.h | 59 // Initializes |mode_info| to contain details corresponding to |mode|. Returns 61 bool InitModeInfo(RRMode mode, OutputConfigurator::ModeInfo* mode_info);
|
output_configurator.cc | 852 const ModeInfo* mode_info = local 854 if (!mode_info) 856 if (mode_info->width == 1024 && mode_info->height == 768) { 863 << ", mode_info=" << ModeInfoToString(mode_info); 865 width = mode_info->width; 866 height = mode_info->height; 882 const ModeInfo* mode_info = local 884 if (!mode_info) 925 const ModeInfo* mode_info = local 1041 const ModeInfo* mode_info = GetModeInfo(output, output.selected_mode); local [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_onyxd_int.h | 50 /* Each tile column has its own MODE_INFO stream. This array indexes them by 52 MODE_INFO **mi_streams;
|
/external/libvpx/libvpx/test/ |
intrapred_test.cc | 38 MODE_INFO *miptr, 217 MODE_INFO *miptr_; 237 mi_ = reinterpret_cast<MODE_INFO*>( 238 vpx_memalign(32, sizeof(MODE_INFO))); 277 static MODE_INFO *mi_; 281 MODE_INFO* IntraPredYTest::mi_ = NULL; 318 mi_ = reinterpret_cast<MODE_INFO*>( 319 vpx_memalign(32, sizeof(MODE_INFO))); 364 static MODE_INFO* mi_; 368 MODE_INFO* IntraPredUVTest::mi_ = NULL [all...] |
/external/libvpx/libvpx/vp8/decoder/ |
decodemv.c | 49 static void read_kf_modes(VP8D_COMP *pbi, MODE_INFO *mi) 230 static void decode_split_mv(vp8_reader *const bc, MODE_INFO *mi, 231 const MODE_INFO *left_mb, const MODE_INFO *above_mb, 339 static void read_mb_modes_mv(VP8D_COMP *pbi, MODE_INFO *mi, MB_MODE_INFO *mbmi) 351 const MODE_INFO *above = mi - mis; 352 const MODE_INFO *left = mi - 1; 353 const MODE_INFO *aboveleft = above - 1; 591 static void decode_mb_mode_mvs(VP8D_COMP *pbi, MODE_INFO *mi, 620 MODE_INFO *mi = pbi->common.mi [all...] |