HomeSort by relevance Sort by last modified time
    Searched defs:ss_y (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c 107 const int ss_y = ybf->uv_height < ybf->y_height; local
108 const int c_et = ext_size >> ss_y;
  /external/libvpx/libvpx/vpx_scale/generic/
yv12extend.c 154 const int ss_y = ybf->uv_height < ybf->y_height; local
155 const int c_et = ext_size >> ss_y;
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c 1084 const int ss_y = plane->subsampling_y; local
    [all...]

Completed in 68 milliseconds