Searched refs:above_in_image (Results 1 – 4 of 4) sorted by relevance
90 const int above_in_image = !!above_mi; in vp9_get_pred_context_comp_ref_p() local100 if (above_in_image && left_in_image) { // both edges available in vp9_get_pred_context_comp_ref_p()147 } else if (above_in_image || left_in_image) { // one edge available in vp9_get_pred_context_comp_ref_p()148 const MODE_INFO *edge_mi = above_in_image ? above_mi : left_mi; in vp9_get_pred_context_comp_ref_p()
191 const int above_in_image = xd->up_available; in av1_get_comp_reference_type_context() local194 if (above_in_image && left_in_image) { // both edges available in av1_get_comp_reference_type_context()238 } else if (above_in_image || left_in_image) { // one edge available in av1_get_comp_reference_type_context()239 const MB_MODE_INFO *edge_mbmi = above_in_image ? above_mbmi : left_mbmi; in av1_get_comp_reference_type_context()
215 const int above_in_image = xd->up_available; in av1_collect_neighbors_ref_counts() local219 if (above_in_image && is_inter_block(above_mbmi)) { in av1_collect_neighbors_ref_counts()
2981 const int above_in_image = !!xd->above_mi; in rd_auto_partition_range() local2990 if (left_in_image || above_in_image || cm->frame_type != KEY_FRAME) { in rd_auto_partition_range()3010 if (above_in_image) { in rd_auto_partition_range()3216 const int above_in_image = !!xd->above_mi; in ml_pruning_partition() local3249 if (above_in_image) { in ml_pruning_partition()