Searched defs:model (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_entropy.c716 void vp9_model_to_full_probs(const vp9_prob *model, vp9_prob *full) { argument
717 if (full != model)
718 vpx_memcpy(full, model, sizeof(vp9_prob) * UNCONSTRAINED_NODES);
719 extend_to_full_distribution(&full[UNCONSTRAINED_NODES], model[PIVOT_NODE]);
/hardware/samsung_slsi/exynos5/include/
H A Dmedia.h29 char model[32]; member in struct:media_device_info
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dmedia.h34 char model[32]; member in struct:media_device_info
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosExif.h180 unsigned char model[32]; member in struct:__anon2747
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosExif.h184 unsigned char model[32]; member in struct:__anon2755

Completed in 161 milliseconds