Searched refs:above_in_image (Results 1 – 2 of 2) sorted by relevance
112 const int above_in_image = xd->up_available; in vp9_get_pred_context_comp_ref_p() local122 if (above_in_image && left_in_image) { // both edges available in vp9_get_pred_context_comp_ref_p()169 } else if (above_in_image || left_in_image) { // one edge available in vp9_get_pred_context_comp_ref_p()170 const MB_MODE_INFO *edge_mbmi = above_in_image ? above_mbmi : left_mbmi; in vp9_get_pred_context_comp_ref_p()
2165 const int above_in_image = xd->up_available && mi[-xd->mi_stride]; in rd_auto_partition_range() local2174 if (left_in_image || above_in_image || cm->frame_type != KEY_FRAME) { in rd_auto_partition_range()2194 if (above_in_image) { in rd_auto_partition_range()