Home
last modified time | relevance | path

Searched refs:left_in_image (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_pred_common.c65 const int left_in_image = !!left_mi; in vp9_get_pred_context_comp_ref_p() local
74 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()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c2626 const int left_in_image = !!xd->left_mi; in rd_auto_partition_range() local
2636 if (left_in_image || above_in_image || cm->frame_type != KEY_FRAME) { in rd_auto_partition_range()
2650 if (left_in_image) { in rd_auto_partition_range()
2814 const int left_in_image = !!xd->left_mi; in compute_score() local
2835 if (left_in_image) { in compute_score()