Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_resize.c427 static int get_down2_length(int length, int steps) { in get_down2_length() function
437 while ((proj_in_length = get_down2_length(in_length, 1)) >= out_length) { in get_down2_steps()
468 otmp2 = otmp + get_down2_length(length, 1); in resize_multistep()
470 const int proj_filteredlength = get_down2_length(filteredlength, 1); in resize_multistep()
761 otmp2 = otmp + get_down2_length(length, 1); in highbd_resize_multistep()
763 const int proj_filteredlength = get_down2_length(filteredlength, 1); in highbd_resize_multistep()