Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c2932 static void full_to_model_count(unsigned int *model_count, argument
2935 model_count[ZERO_TOKEN] = full_count[ZERO_TOKEN];
2936 model_count[ONE_TOKEN] = full_count[ONE_TOKEN];
2937 model_count[TWO_TOKEN] = full_count[TWO_TOKEN];
2939 model_count[TWO_TOKEN] += full_count[n];
2940 model_count[EOB_MODEL_TOKEN] = full_count[EOB_TOKEN];
2943 static void full_to_model_counts(vp9_coeff_count_model *model_count, argument
2951 full_to_model_count(model_count[i][j][k][l], full_count[i][j][k][l]);