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

  /external/libvpx/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c 145 const int inner_bw = (ybf->border > VP9INNERBORDERINPIXELS) ? local
147 extend_frame(ybf, subsampling_x, subsampling_y, inner_bw);
  /external/libvpx/libvpx/vpx_scale/generic/
yv12extend.c 121 const int inner_bw = (ybf->border > VP9INNERBORDERINPIXELS) ? local
123 extend_frame(ybf, subsampling_x, subsampling_y, inner_bw);

Completed in 115 milliseconds