Home
last modified time | relevance | path

Searched refs:proj_in_length (Results 1 – 2 of 2) 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()
/external/libaom/libaom/av1/common/
Dresize.c551 int proj_in_length; in get_down2_steps() local
552 while ((proj_in_length = get_down2_length(in_length, 1)) >= out_length) { in get_down2_steps()
554 in_length = proj_in_length; in get_down2_steps()