Home
last modified time | relevance | path

Searched refs:mb_to_top_edge (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/vp8/decoder/
Ddecodemv.c294 int mb_to_top_edge; in read_mb_modes_mv() local
297 mb_to_top_edge = pbi->mb.mb_to_top_edge; in read_mb_modes_mv()
299 mb_to_top_edge -= LEFT_TOP_MARGIN; in read_mb_modes_mv()
394 mbmi->need_to_clamp_mvs |= (mv->row < mb_to_top_edge) ? 1 : 0; in read_mb_modes_mv()
426 mv->row = (mv->row < mb_to_top_edge) ? mb_to_top_edge : mv->row; in read_mb_modes_mv()
435 mv->row = (mv->row < mb_to_top_edge) ? mb_to_top_edge : mv->row; in read_mb_modes_mv()
455 mbmi->need_to_clamp_mvs |= (mv->row < mb_to_top_edge) ? 1 : 0; in read_mb_modes_mv()
526 int mb_to_top_edge; in vp8_decode_mode_mvs() local
529 pbi->mb.mb_to_top_edge = in vp8_decode_mode_mvs()
530 mb_to_top_edge = -((mb_row * 16)) << 3; in vp8_decode_mode_mvs()
[all …]
Ddecodframe.c143 if (mv->row < (xd->mb_to_top_edge - (19 << 3))) in clamp_mv_to_umv_border()
144 mv->row = xd->mb_to_top_edge - (16 << 3); in clamp_mv_to_umv_border()
155 …mv->row = (2*mv->row < (xd->mb_to_top_edge - (19 << 3))) ? (xd->mb_to_top_edge - (16 << 3)) >> 1 :… in clamp_uvmv_to_umv_border()
343 xd->mb_to_top_edge = -((mb_row * 16)) << 3; in decode_mb_row()
Dthreading.c273 xd->mb_to_top_edge = -((mb_row * 16)) << 3; in thread_decoding_proc()
753 xd->mb_to_top_edge = -((mb_row * 16)) << 3; in vp8mt_decode_mb_rows()
/external/libvpx/vp8/common/
Dfindnearmv.h49 if (mv->row < (xd->mb_to_top_edge - LEFT_TOP_MARGIN)) in vp8_clamp_mv()
50 mv->row = xd->mb_to_top_edge - LEFT_TOP_MARGIN; in vp8_clamp_mv()
Dblockd.h271 int mb_to_top_edge; member
/external/libvpx/vp8/encoder/
Drdopt.c1580 …mb_offset = (-xd->mb_to_top_edge/128 + 1) * (xd->mode_info_stride +1) + (-xd->mb_to_left_edge/128 … in vp8_mv_pred()
1675 if( xd->mb_to_top_edge==0 && xd->mb_to_left_edge ==0) in vp8_cal_sad()
1678 }else if(xd->mb_to_top_edge==0) in vp8_cal_sad()
1699 if(xd->mb_to_top_edge==0) near_sad[4] = INT_MAX; in vp8_cal_sad()
2219 if (mode_mv[this_mode].row < (xd->mb_to_top_edge - LEFT_TOP_MARGIN)) in vp8_rd_pick_inter_mode()
2220 mode_mv[this_mode].row = xd->mb_to_top_edge - LEFT_TOP_MARGIN; in vp8_rd_pick_inter_mode()
Dethreading.c133 xd->mb_to_top_edge = -((mb_row * 16) << 3); in thread_encoding_proc()
Dbitstream.c925 xd->mb_to_top_edge = -((mb_row * 16)) << 3; in pack_inter_mode_mvs()
Dencodeframe.c506 xd->mb_to_top_edge = -((mb_row * 16) << 3); in encode_mb_row()