Searched refs:near_mv_ref_ct (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dfindnearmv.c183 vp8_prob p[VP8_MVREFS-1], const int near_mv_ref_ct[4]
186 p[0] = vp8_mode_contexts [near_mv_ref_ct[0]] [0];
187 p[1] = vp8_mode_contexts [near_mv_ref_ct[1]] [1];
188 p[2] = vp8_mode_contexts [near_mv_ref_ct[2]] [2];
189 p[3] = vp8_mode_contexts [near_mv_ref_ct[3]] [3];
190 /*p[3] = vp8_mode_contexts [near_mv_ref_ct[1] + near_mv_ref_ct[2] + near_mv_ref_ct[3]] [3];*/
H A Dfindnearmv.h98 vp8_prob p[VP8_MVREFS-1], const int near_mv_ref_ct[4]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Drdopt.c934 int vp8_cost_mv_ref(MB_PREDICTION_MODE m, const int near_mv_ref_ct[4]) argument
938 vp8_mv_ref_probs(p, near_mv_ref_ct);
H A Dpickinter.c40 extern int vp8_cost_mv_ref(MB_PREDICTION_MODE m, const int near_mv_ref_ct[4]);

Completed in 124 milliseconds