Searched refs:model_count (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.c1654 static void full_to_model_count(unsigned int *model_count, argument
1657 model_count[ZERO_TOKEN] = full_count[ZERO_TOKEN];
1658 model_count[ONE_TOKEN] = full_count[ONE_TOKEN];
1659 model_count[TWO_TOKEN] = full_count[TWO_TOKEN];
1661 model_count[TWO_TOKEN] += full_count[n];
1662 model_count[EOB_MODEL_TOKEN] = full_count[EOB_TOKEN];
1665 static void full_to_model_counts(vp9_coeff_count_model *model_count, argument
1673 full_to_model_count(model_count[i][j][k][l], full_count[i][j][k][l]);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c2081 static void full_to_model_count(unsigned int *model_count, argument
2084 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, argument
2100 full_to_model_count(model_count[i][j][k][l], full_count[i][j][k][l]);
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc784 int model_count = GetModelCount(); local
785 if (model_count > 1 && model_index != model_count - 1) {
790 Tab* last_tab = tab_at(model_count - 1);

Completed in 1281 milliseconds