Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c3137 unsigned int *full_count) { argument
3139 model_count[ZERO_TOKEN] = full_count[ZERO_TOKEN];
3140 model_count[ONE_TOKEN] = full_count[ONE_TOKEN];
3141 model_count[TWO_TOKEN] = full_count[TWO_TOKEN];
3143 model_count[TWO_TOKEN] += full_count[n];
3144 model_count[EOB_MODEL_TOKEN] = full_count[EOB_TOKEN];
3148 vp9_coeff_count *full_count) { argument
3155 full_to_model_count(model_count[i][j][k][l], full_count[i][j][k][l]);