Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_resize.c423 static int get_down2_length(int length, int steps) { in get_down2_length() function
433 while ((proj_in_length = get_down2_length(in_length, 1)) >= out_length) { in get_down2_steps()
464 otmp2 = otmp + get_down2_length(length, 1); in resize_multistep()
466 const int proj_filteredlength = get_down2_length(filteredlength, 1); in resize_multistep()