HomeSort by relevance Sort by last modified time
    Searched refs:have_left (Results 1 - 3 of 3) 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 313 const int have_left = (start_x > 0); local
316 const int context_start_x = start_x - have_left;
318 const int context_width = max_x + have_left + (max_x < width - start_x);
356 sizeof(*argb) * (max_x + have_left + 1));
370 sizeof(*argb) * (max_x + have_left + (y + 1 < height)));
  /external/libaom/libaom/av1/common/
reconintra.c 1537 const int have_left = local
    [all...]

Completed in 1667 milliseconds