Searched refs:above_in_image (Results 1 – 2 of 2) sorted by relevance
64 const int above_in_image = !!above_mi; in vp9_get_pred_context_comp_ref_p() local74 if (above_in_image && left_in_image) { // both edges available in vp9_get_pred_context_comp_ref_p()121 } else if (above_in_image || left_in_image) { // one edge available in vp9_get_pred_context_comp_ref_p()122 const MODE_INFO *edge_mi = above_in_image ? above_mi : left_mi; in vp9_get_pred_context_comp_ref_p()
2844 const int above_in_image = !!xd->above_mi; in rd_auto_partition_range() local2853 if (left_in_image || above_in_image || cm->frame_type != KEY_FRAME) { in rd_auto_partition_range()2873 if (above_in_image) { in rd_auto_partition_range()3032 const int above_in_image = !!xd->above_mi; in compute_score() local3044 if (above_in_image) { in compute_score()