Searched refs:mb_to_top_edge (Results 1 – 18 of 18) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | findnearmv.h | 44 if (mv->as_mv.row < (xd->mb_to_top_edge - LEFT_TOP_MARGIN)) in vp8_clamp_mv2() 45 mv->as_mv.row = xd->mb_to_top_edge - LEFT_TOP_MARGIN; in vp8_clamp_mv2() 51 int mb_to_top_edge, int mb_to_bottom_edge) in vp8_clamp_mv() argument 57 mv->as_mv.row = (mv->as_mv.row < mb_to_top_edge) ? in vp8_clamp_mv() 58 mb_to_top_edge : mv->as_mv.row; in vp8_clamp_mv() 63 int mb_to_right_edge, int mb_to_top_edge, in vp8_check_mv_bounds() argument 69 need_to_clamp |= (mv->as_mv.row < mb_to_top_edge); in vp8_check_mv_bounds()
|
D | blockd.h | 277 int mb_to_top_edge; member
|
D | reconinter.c | 356 if (mv->row < (xd->mb_to_top_edge - (19 << 3))) in clamp_mv_to_umv_border() 357 mv->row = xd->mb_to_top_edge - (16 << 3); in clamp_mv_to_umv_border() 370 mv->row = (2*mv->row < (xd->mb_to_top_edge - (19 << 3))) ? in clamp_uvmv_to_umv_border() 371 (xd->mb_to_top_edge - (16 << 3)) >> 1 : mv->row; in clamp_uvmv_to_umv_border()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | decodemv.c | 234 int mb_to_right_edge, int mb_to_top_edge, in decode_split_mv() argument 314 mb_to_top_edge, in decode_split_mv() 453 int mb_to_top_edge; in read_mb_modes_mv() local 460 mb_to_top_edge = pbi->mb.mb_to_top_edge; in read_mb_modes_mv() 462 mb_to_top_edge -= LEFT_TOP_MARGIN; in read_mb_modes_mv() 486 mb_to_top_edge, in read_mb_modes_mv() 507 mb_to_top_edge, in read_mb_modes_mv() 625 pbi->mb.mb_to_top_edge = 0; in vp8_decode_mode_mvs() 662 pbi->mb.mb_to_top_edge -= (16 << 3); in vp8_decode_mode_mvs()
|
D | error_concealment.c | 285 int mb_to_top_edge, in estimate_mb_mvs() argument 297 int this_b_to_top_edge = mb_to_top_edge + ((row*4)<<3); in estimate_mb_mvs() 383 int mb_to_top_edge = -((mb_row * 16)) << 3; in estimate_missing_mvs() local 400 mb_to_top_edge, in estimate_missing_mvs() 516 int mb_to_top_edge = mb->mb_to_top_edge + ((row*4)<<3); in interpolate_mvs() local 553 mb_to_top_edge, in interpolate_mvs()
|
D | threading.c | 365 xd->mb_to_top_edge = -((mb_row * 16)) << 3; in mt_decode_mb_rows()
|
D | decodeframe.c | 572 xd->mb_to_top_edge = -((mb_row * 16) << 3); in decode_mb_rows()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_mvref_common.h | 28 xd->mb_to_top_edge - LEFT_TOP_MARGIN, in clamp_mv2()
|
D | vp9_reconinter.c | 136 xd->mb_to_top_edge * (1 << (1 - ss_y)) - spel_top, in clamp_mv_to_umv_border_sb() 300 int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)); in dec_build_inter_predictors() 323 y0 = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)) + y; in dec_build_inter_predictors()
|
D | vp9_blockd.h | 218 int mb_to_top_edge; member
|
D | vp9_onyxc_int.h | 274 xd->mb_to_top_edge = -((mi_row * MI_SIZE) * 8); in set_mi_row_col()
|
D | vp9_mvref_common.c | 121 xd->mb_to_top_edge - MV_BORDER, in clamp_mv_ref()
|
D | vp9_reconintra.c | 350 y0 = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)) + y; in build_intra_predictors()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | rdopt.c | 1586 …mb_offset = (-xd->mb_to_top_edge/128 + 1) * (xd->mode_info_stride +1) + (-xd->mb_to_left_edge/128 … in vp8_mv_pred() 1688 if( xd->mb_to_top_edge==0 && xd->mb_to_left_edge ==0) in vp8_cal_sad() 1691 }else if(xd->mb_to_top_edge==0) in vp8_cal_sad() 1712 if(xd->mb_to_top_edge==0) near_sad[4] = INT_MAX; in vp8_cal_sad()
|
D | ethreading.c | 139 xd->mb_to_top_edge = -((mb_row * 16) << 3); in thread_encoding_proc()
|
D | pickinter.c | 560 if (((!x->e_mbd.mb_to_top_edge || !x->e_mbd.mb_to_left_edge) in calculate_zeromv_rd_adjustment()
|
D | encodeframe.c | 417 xd->mb_to_top_edge = -((mb_row * 16) << 3); in encode_mb_row()
|
D | bitstream.c | 580 xd->mb_to_top_edge = -((mb_row * 16) << 3); in pack_inter_mode_mvs()
|