Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_resize.c470 const int proj_filteredlength = get_down2_length(filteredlength, 1); in resize_multistep() local
472 if (s == steps - 1 && proj_filteredlength == olength) in resize_multistep()
480 filteredlength = proj_filteredlength; in resize_multistep()
763 const int proj_filteredlength = get_down2_length(filteredlength, 1); in highbd_resize_multistep() local
765 if (s == steps - 1 && proj_filteredlength == olength) in highbd_resize_multistep()
773 filteredlength = proj_filteredlength; in highbd_resize_multistep()