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

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c 140 const int inner_bw = (ybf->border > VP9INNERBORDERINPIXELS) ? local
142 extend_frame(ybf, inner_bw);
  /external/libvpx/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c 144 const int inner_bw = (ybf->border > VP9INNERBORDERINPIXELS) ? local
146 extend_frame(ybf, subsampling_x, subsampling_y, inner_bw);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c 144 const int inner_bw = (ybf->border > VP9INNERBORDERINPIXELS) ? local
146 extend_frame(ybf, subsampling_x, subsampling_y, inner_bw);
  /external/libvpx/libvpx/vpx_scale/generic/
yv12extend.c 116 const int inner_bw = (ybf->border > VP9INNERBORDERINPIXELS) ? local
118 extend_frame(ybf, inner_bw);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
yv12extend.c 116 const int inner_bw = (ybf->border > VP9INNERBORDERINPIXELS) ? local
118 extend_frame(ybf, inner_bw);
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
yv12extend.c 206 const int inner_bw = (ybf->border > VP9INNERBORDERINPIXELS) ? local
208 extend_frame(ybf, inner_bw);

Completed in 101 milliseconds