HomeSort by relevance Sort by last modified time
    Searched refs:proj_filteredlength (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_resize.c 385 const int proj_filteredlength = get_down2_length(filteredlength, 1); local
387 if (s == steps - 1 && proj_filteredlength == olength)
395 filteredlength = proj_filteredlength;
672 const int proj_filteredlength = get_down2_length(filteredlength, 1); local
674 if (s == steps - 1 && proj_filteredlength == olength)
682 filteredlength = proj_filteredlength;