HomeSort by relevance Sort by last modified time
    Searched full:left_sip (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_pred_common.h 37 const int left_sip = (left_mi != NULL) ? left_mi->mbmi.seg_id_predicted : 0; local
39 return above_sip + left_sip;
  /external/libvpx/libvpx/vp9/common/
vp9_pred_common.h 46 const int left_sip = (left_mi != NULL) ? left_mi->mbmi.seg_id_predicted : 0; local
48 return above_sip + left_sip;

Completed in 84 milliseconds