Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c62 static int vscale_lookup[7] = { 0, 1, 1, 2, 2, 3, 3 }; variable
3115 cpi->common.vert_scale = vscale_lookup[scale_val]; in find_next_key_frame()