Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c26 static int mv_mode_cts[4][2]; variable
1841 count = mv_mode_cts[i][0] + mv_mode_cts[i][1]; in print_mode_context()
1844 overal_prob = 256 * mv_mode_cts[i][0] / count; in print_mode_context()
1874 memset(mv_mode_cts, 0, sizeof(mv_mode_cts)); in init_mv_ref_counts()
1880 ++mv_mode_cts[0][0]; in accum_mv_refs()
1883 ++mv_mode_cts[0][1]; in accum_mv_refs()
1887 ++mv_mode_cts[1][0]; in accum_mv_refs()
1890 ++mv_mode_cts[1][1]; in accum_mv_refs()
1894 ++mv_mode_cts[2][0]; in accum_mv_refs()
1897 ++mv_mode_cts[2][1]; in accum_mv_refs()
[all …]