Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropy.c716 void vp9_model_to_full_probs(const vp9_prob *model, vp9_prob *full) { in vp9_model_to_full_probs() argument
717 if (full != model) in vp9_model_to_full_probs()
718 vpx_memcpy(full, model, sizeof(vp9_prob) * UNCONSTRAINED_NODES); in vp9_model_to_full_probs()
719 extend_to_full_distribution(&full[UNCONSTRAINED_NODES], model[PIVOT_NODE]); in vp9_model_to_full_probs()
Dvp9_entropy.h146 void vp9_model_to_full_probs(const vp9_prob *model, vp9_prob *full);
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_interface.c1408 if(strncmp(mdev_info.model, MSM_CONFIGURATION_NAME, sizeof(mdev_info.model)) != 0) { in get_sensor_info()
1566 if (strncmp(mdev_info.model, MSM_CONFIGURATION_NAME, in get_num_of_cameras()
1567 sizeof(mdev_info.model)) != 0) { in get_num_of_cameras()
1634 if(strncmp(mdev_info.model, MSM_CAMERA_NAME, sizeof(mdev_info.model)) != 0) { in get_num_of_cameras()
/hardware/libhardware/modules/soundtrigger/
Dsound_trigger_hw.c80 event->common.model = stdev->model_handle; in callback_thread_loop()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dconfigure646 add_cflags -fp-model precise