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

  /external/libvpx/libvpx/vp9/common/
vp9_pred_common.c 115 const int l_sg = !has_second_ref(left_mi); local
120 l_sg ? left_mi->ref_frame[0] : left_mi->ref_frame[var_ref_idx];
124 } else if (l_sg && a_sg) { // single/single
132 } else if (l_sg || a_sg) { // single/comp
133 const MV_REFERENCE_FRAME vrfc = l_sg ? vrfa : vrfl;
  /external/libaom/libaom/av1/common/
pred_common.c 209 const int l_sg = !has_second_ref(left_mbmi); local
213 if (a_sg && l_sg) { // single/single
216 } else if (l_sg || a_sg) { // single/comp

Completed in 402 milliseconds