Searched refs:model_count (Results 1 – 3 of 3) sorted by relevance
1654 static void full_to_model_count(unsigned int *model_count, in full_to_model_count() argument1657 model_count[ZERO_TOKEN] = full_count[ZERO_TOKEN]; in full_to_model_count()1658 model_count[ONE_TOKEN] = full_count[ONE_TOKEN]; in full_to_model_count()1659 model_count[TWO_TOKEN] = full_count[TWO_TOKEN]; in full_to_model_count()1661 model_count[TWO_TOKEN] += full_count[n]; in full_to_model_count()1662 model_count[EOB_MODEL_TOKEN] = full_count[EOB_TOKEN]; in full_to_model_count()1665 static void full_to_model_counts(vp9_coeff_count_model *model_count, in full_to_model_counts() argument1673 full_to_model_count(model_count[i][j][k][l], full_count[i][j][k][l]); in full_to_model_counts()
2081 static void full_to_model_count(unsigned int *model_count, argument2084 model_count[ZERO_TOKEN] = full_count[ZERO_TOKEN];2085 model_count[ONE_TOKEN] = full_count[ONE_TOKEN];2086 model_count[TWO_TOKEN] = full_count[TWO_TOKEN];2088 model_count[TWO_TOKEN] += full_count[n];2089 model_count[EOB_MODEL_TOKEN] = full_count[EOB_TOKEN];2092 static void full_to_model_counts(vp9_coeff_count_model *model_count, argument2100 full_to_model_count(model_count[i][j][k][l], full_count[i][j][k][l]);
784 int model_count = GetModelCount(); in PrepareForCloseAt() local785 if (model_count > 1 && model_index != model_count - 1) { in PrepareForCloseAt()790 Tab* last_tab = tab_at(model_count - 1); in PrepareForCloseAt()