Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dblock.h139 unsigned int MVcount [2] [MVvals]; /* (row,col) MV cts this frame */ member
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()
Dencodeframe.c766 vp8_zero(cpi->mb.MVcount); in vp8_encode_frame()
887 cpi->mb.MVcount[0][c_idx] += in vp8_encode_frame()
888 cpi->mb_row_ei[i].mb.MVcount[0][c_idx]; in vp8_encode_frame()
889 cpi->mb.MVcount[1][c_idx] += in vp8_encode_frame()
890 cpi->mb_row_ei[i].mb.MVcount[1][c_idx]; in vp8_encode_frame()
Dpickinter.c401 x->MVcount[0][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.row - in update_mvcount()
403 x->MVcount[1][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.col - in update_mvcount()
Drdopt.c1747 x->MVcount[0][mv_max+((x->partition_info->bmi[i].mv.as_mv.row in rd_update_mvcount()
1749 x->MVcount[1][mv_max+((x->partition_info->bmi[i].mv.as_mv.col in rd_update_mvcount()
1756 x->MVcount[0][mv_max+((x->e_mbd.mode_info_context->mbmi.mv.as_mv.row in rd_update_mvcount()
1758 x->MVcount[1][mv_max+((x->e_mbd.mode_info_context->mbmi.mv.as_mv.col in rd_update_mvcount()
Dethreading.c489 vp8_zero(mb->MVcount); in vp8cx_init_mbrthread_data()