Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c474 const uint32_t bsizex = bsize >> img1->x_chroma_shift; in find_mismatch() local
509 for (j = 0; match && j < c_w; j += bsizex) { in find_mismatch()
512 const int sj = mmin(j + bsizex, c_w - j); in find_mismatch()
534 for (j = 0; match && j < c_w; j += bsizex) { in find_mismatch()
537 const int sj = mmin(j + bsizex, c_w - j); in find_mismatch()