HomeSort by relevance Sort by last modified time
    Searched full:have_left (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_reconintra.c 444 const int have_left = (block_idx & wmask) || xd->left_available; local
451 have_top, have_left, have_right, x, y, plane);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_reconintra.c 446 const int have_left = (block_idx & wmask) || xd->left_available; local
453 have_top, have_left, have_right, x, y, plane);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_reconintra.c 892 const int have_left = (block_idx & wmask) || xd->left_available; local
901 tx_size, have_top, have_left, have_right,
907 have_top, have_left, have_right, x, y, plane);

Completed in 717 milliseconds