Home
last modified time | relevance | path

Searched refs:MVcount (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dencodemv.c367 cpi->mb.MVcount[0], 0, &flags[0] in vp8_write_mvprobs()
371 cpi->mb.MVcount[1], 1, &flags[1] in vp8_write_mvprobs()
Dblock.h140 unsigned int MVcount [2] [MVvals]; /* (row,col) MV cts this frame */ member
Dencodeframe.c778 vp8_zero(cpi->mb.MVcount); in vp8_encode_frame()
899 cpi->mb.MVcount[0][c_idx] += in vp8_encode_frame()
900 cpi->mb_row_ei[i].mb.MVcount[0][c_idx]; in vp8_encode_frame()
901 cpi->mb.MVcount[1][c_idx] += in vp8_encode_frame()
902 cpi->mb_row_ei[i].mb.MVcount[1][c_idx]; in vp8_encode_frame()
Dpickinter.c399 x->MVcount[0][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.row - in update_mvcount()
401 x->MVcount[1][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.col - in update_mvcount()
Drdopt.c1741 x->MVcount[0][mv_max+((x->partition_info->bmi[i].mv.as_mv.row in rd_update_mvcount()
1743 x->MVcount[1][mv_max+((x->partition_info->bmi[i].mv.as_mv.col in rd_update_mvcount()
1750 x->MVcount[0][mv_max+((x->e_mbd.mode_info_context->mbmi.mv.as_mv.row in rd_update_mvcount()
1752 x->MVcount[1][mv_max+((x->e_mbd.mode_info_context->mbmi.mv.as_mv.col in rd_update_mvcount()
Dethreading.c504 vp8_zero(mb->MVcount); in vp8cx_init_mbrthread_data()