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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_pred_common.c55 const int has_above = above_mbmi != NULL; local
58 if (has_above && has_left) { // both edges available
63 } else if (has_above || has_left) { // one edge available
64 return 2 * !is_inter_block(has_above ? above_mbmi : left_mbmi);
75 const int has_above = above_mbmi != NULL; local
81 if (has_above && has_left) { // both edges available
96 } else if (has_above || has_left) { // one edge available
97 const MB_MODE_INFO *edge_mbmi = has_above ? above_mbmi : left_mbmi;
199 const int has_above = above_mbmi != NULL; local
205 if (has_above
265 const int has_above = above_mbmi != NULL; local
354 const int has_above = above_mbmi != NULL; local
[all...]

Completed in 58 milliseconds