Searched refs:model (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_entropy.c | 716 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()
|
D | vp9_entropy.h | 146 void vp9_model_to_full_probs(const vp9_prob *model, vp9_prob *full);
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_interface.c | 1408 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/ |
D | sound_trigger_hw.c | 80 event->common.model = stdev->model_handle; in callback_thread_loop()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | configure | 646 add_cflags -fp-model precise
|