Home
last modified time | relevance | path

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

/external/libaom/libaom/tools/
Daom_entropy_optimizer.c62 int dim_of_cts, int *cts_each_dim) { in parse_counts_for_cdf_opt() argument
67 const int total_modes = cts_each_dim[0]; in parse_counts_for_cdf_opt()
94 dim_of_cts - 1, cts_each_dim + 1)) { in parse_counts_for_cdf_opt()
115 int dim_of_cts, int *cts_each_dim, in optimize_cdf_table() argument
122 cts_each_dim)) { in optimize_cdf_table()
130 int dim_of_cts, int *cts_each_dim, char *prefix) { in optimize_uv_mode() argument
136 cts_each_dim[2] = UV_INTRA_MODES - 1; in optimize_uv_mode()
137 for (int k = 0; k < cts_each_dim[1]; ++k) { in optimize_uv_mode()
140 cts_each_dim + 2); in optimize_uv_mode()
141 if (k + 1 == cts_each_dim[1]) { in optimize_uv_mode()
[all …]