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

/hardware/libhardware/modules/soundtrigger/
H A Dsound_trigger_hw.c640 unsigned int model_count = 0; local
643 model_count++;
644 if (model_count >= hw_properties.max_sound_models) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c2157 static void full_to_model_count(unsigned int *model_count, argument
2160 model_count[ZERO_TOKEN] = full_count[ZERO_TOKEN];
2161 model_count[ONE_TOKEN] = full_count[ONE_TOKEN];
2162 model_count[TWO_TOKEN] = full_count[TWO_TOKEN];
2164 model_count[TWO_TOKEN] += full_count[n];
2165 model_count[EOB_MODEL_TOKEN] = full_count[EOB_TOKEN];
2168 static void full_to_model_counts(vp9_coeff_count_model *model_count, argument
2176 full_to_model_count(model_count[i][j][k][l], full_count[i][j][k][l]);

Completed in 227 milliseconds