Home
last modified time | relevance | path

Searched refs:bsizey (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c473 const uint32_t bsizey = bsize >> img1->y_chroma_shift; in find_mismatch() local
508 for (i = 0, match = 1; match && i < c_h; i += bsizey) { in find_mismatch()
511 const int si = mmin(i + bsizey, c_h - i); in find_mismatch()
533 for (i = 0, match = 1; match && i < c_h; i += bsizey) { in find_mismatch()
536 const int si = mmin(i + bsizey, c_h - i); in find_mismatch()