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 466 const int proj_filteredlength = get_down2_length(filteredlength, 1); local
468 if (s == steps - 1 && proj_filteredlength == olength)
476 filteredlength = proj_filteredlength;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_resize.c 466 const int proj_filteredlength = get_down2_length(filteredlength, 1); local
468 if (s == steps - 1 && proj_filteredlength == olength)
476 filteredlength = proj_filteredlength;

Completed in 141 milliseconds