Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_resize.c380 int filteredlength = length; in resize_multistep() local
385 const int proj_filteredlength = get_down2_length(filteredlength, 1); in resize_multistep()
391 if (filteredlength & 1) in resize_multistep()
392 down2_symodd(in, filteredlength, out); in resize_multistep()
394 down2_symeven(in, filteredlength, out); in resize_multistep()
395 filteredlength = proj_filteredlength; in resize_multistep()
397 if (filteredlength != olength) { in resize_multistep()
398 interpolate(out, filteredlength, output, olength); in resize_multistep()
669 int filteredlength = length; in highbd_resize_multistep() local
674 const int proj_filteredlength = get_down2_length(filteredlength, 1); in highbd_resize_multistep()
[all …]
/external/libaom/libaom/av1/common/
Dresize.c575 int filteredlength = length; in resize_multistep() local
580 const int proj_filteredlength = get_down2_length(filteredlength, 1); in resize_multistep()
586 if (filteredlength & 1) in resize_multistep()
587 down2_symodd(in, filteredlength, out); in resize_multistep()
589 down2_symeven(in, filteredlength, out); in resize_multistep()
590 filteredlength = proj_filteredlength; in resize_multistep()
592 if (filteredlength != olength) { in resize_multistep()
593 interpolate(out, filteredlength, output, olength); in resize_multistep()
973 int filteredlength = length; in highbd_resize_multistep() local
978 const int proj_filteredlength = get_down2_length(filteredlength, 1); in highbd_resize_multistep()
[all …]