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

  /external/libvpx/libvpx/vp9/common/
vp9_pred_common.c 116 const int a_sg = !has_second_ref(above_mi); local
118 a_sg ? above_mi->ref_frame[0] : above_mi->ref_frame[var_ref_idx];
124 } else if (l_sg && a_sg) { // single/single
132 } else if (l_sg || a_sg) { // single/comp
134 const MV_REFERENCE_FRAME rfs = a_sg ? vrfa : vrfl;
  /external/libaom/libaom/av1/common/
pred_common.c 208 const int a_sg = !has_second_ref(above_mbmi); local
213 if (a_sg && l_sg) { // single/single
216 } else if (l_sg || a_sg) { // single/comp
218 a_sg ? has_uni_comp_refs(left_mbmi) : has_uni_comp_refs(above_mbmi);

Completed in 87 milliseconds