Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_resize.c359 int proj_in_length; in get_down2_steps() local
360 while ((proj_in_length = get_down2_length(in_length, 1)) >= out_length) { in get_down2_steps()
362 in_length = proj_in_length; in get_down2_steps()