Searched refs:get_down2_length (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_resize.c | 351 static int get_down2_length(int length, int steps) { in get_down2_length() function 360 while ((proj_in_length = get_down2_length(in_length, 1)) >= out_length) { in get_down2_steps() 383 otmp2 = otmp + get_down2_length(length, 1); in resize_multistep() 385 const int proj_filteredlength = get_down2_length(filteredlength, 1); in resize_multistep() 670 otmp2 = otmp + get_down2_length(length, 1); in highbd_resize_multistep() 672 const int proj_filteredlength = get_down2_length(filteredlength, 1); in highbd_resize_multistep()
|
/external/libaom/libaom/av1/common/ |
D | resize.c | 544 static int get_down2_length(int length, int steps) { in get_down2_length() function 552 while ((proj_in_length = get_down2_length(in_length, 1)) >= out_length) { in get_down2_steps() 578 uint8_t *otmp2 = otmp + get_down2_length(length, 1); in resize_multistep() 580 const int proj_filteredlength = get_down2_length(filteredlength, 1); in resize_multistep() 975 uint16_t *otmp2 = otmp + get_down2_length(length, 1); in highbd_resize_multistep() 977 const int proj_filteredlength = get_down2_length(filteredlength, 1); in highbd_resize_multistep()
|