Home
last modified time | relevance | path

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

/external/libaom/libaom/tools/
Daom_entropy_optimizer.c60 static int parse_counts_for_cdf_opt(aom_count_type **ct_ptr, in parse_counts_for_cdf_opt() argument
71 aom_count_type *counts1d = *ct_ptr; in parse_counts_for_cdf_opt()
74 (*ct_ptr) += total_modes; in parse_counts_for_cdf_opt()
93 if (parse_counts_for_cdf_opt(ct_ptr, probsfile, tabs_next_level, in parse_counts_for_cdf_opt()
117 aom_count_type *ct_ptr = counts; in optimize_cdf_table() local
121 if (parse_counts_for_cdf_opt(&ct_ptr, probsfile, 1, dim_of_cts, in optimize_cdf_table()
131 aom_count_type *ct_ptr = counts; in optimize_uv_mode() local
139 parse_counts_for_cdf_opt(&ct_ptr, probsfile, 0, dim_of_cts - 2, in optimize_uv_mode()
146 ++ct_ptr; in optimize_uv_mode()
151 parse_counts_for_cdf_opt(&ct_ptr, probsfile, 2, dim_of_cts - 1, in optimize_uv_mode()
[all …]