Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_resize.c385 const int proj_filteredlength = get_down2_length(filteredlength, 1); in resize_multistep() local
387 if (s == steps - 1 && proj_filteredlength == olength) in resize_multistep()
395 filteredlength = proj_filteredlength; in resize_multistep()
672 const int proj_filteredlength = get_down2_length(filteredlength, 1); in highbd_resize_multistep() local
674 if (s == steps - 1 && proj_filteredlength == olength) in highbd_resize_multistep()
682 filteredlength = proj_filteredlength; in highbd_resize_multistep()
/external/libaom/libaom/av1/common/
Dresize.c580 const int proj_filteredlength = get_down2_length(filteredlength, 1); in resize_multistep() local
582 if (s == steps - 1 && proj_filteredlength == olength) in resize_multistep()
590 filteredlength = proj_filteredlength; in resize_multistep()
977 const int proj_filteredlength = get_down2_length(filteredlength, 1); in highbd_resize_multistep() local
979 if (s == steps - 1 && proj_filteredlength == olength) in highbd_resize_multistep()
987 filteredlength = proj_filteredlength; in highbd_resize_multistep()