Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_resize.c357 static int get_down2_steps(int in_length, int out_length) { in get_down2_steps() function
374 steps = get_down2_steps(length, olength); in resize_multistep()
661 steps = get_down2_steps(length, olength); in highbd_resize_multistep()
/external/libaom/libaom/av1/common/
Dresize.c549 static int get_down2_steps(int in_length, int out_length) { in get_down2_steps() function
571 const int steps = get_down2_steps(length, olength); in resize_multistep()
968 const int steps = get_down2_steps(length, olength); in highbd_resize_multistep()