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

  /external/libvpx/libvpx/vp9/common/
vp9_reconintra.c 412 const int have_left = aoff || (xd->left_mi != NULL); local
420 tx_size, have_top, have_left, have_right, x, y,
426 have_top, have_left, have_right, x, y, plane);
  /external/webp/src/enc/
predictor_enc.c 298 const int have_left = (start_x > 0); local
302 const int context_start_x = start_x - have_left;
303 const int context_width = max_x + have_left + have_right;
340 sizeof(*argb) * (max_x + have_left + 1));
354 sizeof(*argb) * (max_x + have_left + (y + 1 < height)));

Completed in 82 milliseconds