Searched refs:bsizey (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/examples/ |
D | encoder_util.c | 33 const uint32_t bsizey = is_y_plane ? bsize : bsize >> img1->y_chroma_shift; in find_mismatch_plane() local 47 for (i = 0; match && i < c_h; i += bsizey) { in find_mismatch_plane() 50 is_y_plane ? mmin(i + bsizey, c_h) - i : mmin(i + bsizey, c_h - i); in find_mismatch_plane()
|
/external/libvpx/libvpx/ |
D | tools_common.c | 596 const uint32_t bsizey = bsize >> img1->y_chroma_shift; in find_mismatch_high() local 635 for (i = 0, match = 1; match && i < c_h; i += bsizey) { in find_mismatch_high() 638 const int si = mmin(i + bsizey, c_h - i); in find_mismatch_high() 661 for (i = 0, match = 1; match && i < c_h; i += bsizey) { in find_mismatch_high() 664 const int si = mmin(i + bsizey, c_h - i); in find_mismatch_high() 687 const uint32_t bsizey = bsize >> img1->y_chroma_shift; in find_mismatch() local 722 for (i = 0, match = 1; match && i < c_h; i += bsizey) { in find_mismatch() 725 const int si = mmin(i + bsizey, c_h - i); in find_mismatch() 747 for (i = 0, match = 1; match && i < c_h; i += bsizey) { in find_mismatch() 750 const int si = mmin(i + bsizey, c_h - i); in find_mismatch()
|