Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_dsubexp.c31 int max1 = (n - 1 - modulus / 2) / modulus + 1; in merge_index() local
32 if (v < max1) { in merge_index()
36 v -= max1; in merge_index()