Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c23 static int mv_ref_ct [31] [4] [2]; variable
1953 count = mv_ref_ct[j][i][0] + mv_ref_ct[j][i][1]; in print_mode_context()
1956 this_prob = 256 * mv_ref_ct[j][i][0] / count; in print_mode_context()
1977 vpx_memset(mv_ref_ct, 0, sizeof(mv_ref_ct)); in init_mv_ref_counts()
1985 ++mv_ref_ct [ct[0]] [0] [0]; in accum_mv_refs()
1990 ++mv_ref_ct [ct[0]] [0] [1]; in accum_mv_refs()
1995 ++mv_ref_ct [ct[1]] [1] [0]; in accum_mv_refs()
2000 ++mv_ref_ct [ct[1]] [1] [1]; in accum_mv_refs()
2005 ++mv_ref_ct [ct[2]] [2] [0]; in accum_mv_refs()
2010 ++mv_ref_ct [ct[2]] [2] [1]; in accum_mv_refs()
[all …]