Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/
H A Dtools_common.c605 const uint32_t bsizey = bsize >> img1->y_chroma_shift; in find_mismatch_high() local
696 const uint32_t bsizey = bsize >> img1->y_chroma_shift; in find_mismatch() local
/aosp_15_r20/external/libaom/examples/
H A Dencoder_util.c33 const uint32_t bsizey = is_y_plane ? bsize : bsize >> img1->y_chroma_shift; in find_mismatch_plane() local