HomeSort by relevance Sort by last modified time
    Searched refs:left_in_image (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_pred_common.c 91 const int left_in_image = !!left_mi; local
100 if (above_in_image && left_in_image) { // both edges available
147 } else if (above_in_image || left_in_image) { // one edge available
  /external/libaom/libaom/av1/common/
pred_common.c 192 const int left_in_image = xd->left_available; local
194 if (above_in_image && left_in_image) { // both edges available
238 } else if (above_in_image || left_in_image) { // one edge available
mvref_common.h 224 const int left_in_image = xd->left_available; local
235 if (left_in_image && is_inter_block(left_mbmi)) {
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 2894 const int left_in_image = !!xd->left_mi; local
3127 const int left_in_image = !!xd->left_mi; local
    [all...]

Completed in 2486 milliseconds