Searched refs:above_in_image (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_pred_common.c64 const int above_in_image = !!above_mi; local
74 if (above_in_image && left_in_image) { // both edges available
121 } else if (above_in_image || left_in_image) { // one edge available
122 const MODE_INFO *edge_mi = above_in_image ? above_mi : left_mi;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2627 const int above_in_image = !!xd->above_mi; local
2636 if (left_in_image || above_in_image || cm->frame_type != KEY_FRAME) {
2656 if (above_in_image) {
2815 const int above_in_image = !!xd->above_mi; local
2827 if (above_in_image) {

Completed in 133 milliseconds