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()
674 const int proj_filteredlength = get_down2_length(filteredlength, 1); in highbd_resize_multistep() local
676 if (s == steps - 1 && proj_filteredlength == olength) in highbd_resize_multistep()
684 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()
978 const int proj_filteredlength = get_down2_length(filteredlength, 1); in highbd_resize_multistep() local
980 if (s == steps - 1 && proj_filteredlength == olength) in highbd_resize_multistep()
988 filteredlength = proj_filteredlength; in highbd_resize_multistep()