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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A 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];
1956 this_prob = 256 * mv_ref_ct[j][i][0] / count;
1977 vpx_memset(mv_ref_ct, 0, sizeof(mv_ref_ct));
1985 ++mv_ref_ct [ct[0]] [0] [0];
1990 ++mv_ref_ct [ct[0]] [0] [1];
1995 ++mv_ref_ct [ct[1]] [1] [0];
2000 ++mv_ref_ct [c
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.c22 static int mv_ref_ct [31] [4] [2]; variable
1952 count = mv_ref_ct[j][i][0] + mv_ref_ct[j][i][1];
1955 this_prob = 256 * mv_ref_ct[j][i][0] / count;
1976 vpx_memset(mv_ref_ct, 0, sizeof(mv_ref_ct));
1984 ++mv_ref_ct [ct[0]] [0] [0];
1989 ++mv_ref_ct [ct[0]] [0] [1];
1994 ++mv_ref_ct [ct[1]] [1] [0];
1999 ++mv_ref_ct [c
[all...]

Completed in 204 milliseconds