Searched refs:left_in_image (Results 1 – 2 of 2) sorted by relevance
119 const int left_in_image = left_mbmi != NULL; in vp9_get_pred_context_comp_ref_p() local128 if (above_in_image && left_in_image) { // both edges available in vp9_get_pred_context_comp_ref_p()175 } else if (above_in_image || left_in_image) { // one edge available in vp9_get_pred_context_comp_ref_p()
1926 const int left_in_image = xd->left_available && mi_8x8[-1]; in rd_auto_partition_range() local1938 if (left_in_image || above_in_image || cm->frame_type != KEY_FRAME) { in rd_auto_partition_range()1952 if (left_in_image) { in rd_auto_partition_range()