Searched refs:MVcount (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/vp8/encoder/ |
D | encodemv.c | 432 … w, &mvc[0], &vp8_default_mv_context[0], &vp8_mv_update_probs[0], cpi->MVcount[0], 0, &flags[0] in vp8_write_mvprobs() 435 … w, &mvc[1], &vp8_default_mv_context[1], &vp8_mv_update_probs[1], cpi->MVcount[1], 1, &flags[1] in vp8_write_mvprobs()
|
D | encodeframe.c | 746 vp8_zero(cpi->MVcount); in vp8_encode_frame() 1380 … cpi->MVcount[0][mv_max+((xd->block[i].bmi.mv.as_mv.row - best_ref_mv.row) >> 1)]++; in vp8cx_encode_inter_macroblock() 1381 … cpi->MVcount[1][mv_max+((xd->block[i].bmi.mv.as_mv.col - best_ref_mv.col) >> 1)]++; in vp8cx_encode_inter_macroblock() 1387 cpi->MVcount[0][mv_max+((xd->block[0].bmi.mv.as_mv.row - best_ref_mv.row) >> 1)]++; in vp8cx_encode_inter_macroblock() 1388 cpi->MVcount[1][mv_max+((xd->block[0].bmi.mv.as_mv.col - best_ref_mv.col) >> 1)]++; in vp8cx_encode_inter_macroblock()
|
D | onyx_int.h | 457 unsigned int MVcount [2] [MVvals]; /* (row,col) MV cts this frame */ member
|