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

  /external/libvpx/libvpx/vpx_scale/
yv12config.h 22 #define VP9INNERBORDERINPIXELS 96
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
yv12config.h 22 #define VP9INNERBORDERINPIXELS 96
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
yv12config.h 23 #define VP9INNERBORDERINPIXELS 96
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c 140 const int inner_bw = (ybf->border > VP9INNERBORDERINPIXELS) ?
141 VP9INNERBORDERINPIXELS : ybf->border;
  /external/libvpx/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c 144 const int inner_bw = (ybf->border > VP9INNERBORDERINPIXELS) ?
145 VP9INNERBORDERINPIXELS : ybf->border;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c 144 const int inner_bw = (ybf->border > VP9INNERBORDERINPIXELS) ?
145 VP9INNERBORDERINPIXELS : ybf->border;
  /external/libvpx/libvpx/vpx_scale/generic/
yv12extend.c 116 const int inner_bw = (ybf->border > VP9INNERBORDERINPIXELS) ?
117 VP9INNERBORDERINPIXELS : ybf->border;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
yv12extend.c 116 const int inner_bw = (ybf->border > VP9INNERBORDERINPIXELS) ?
117 VP9INNERBORDERINPIXELS : ybf->border;
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
yv12extend.c 206 const int inner_bw = (ybf->border > VP9INNERBORDERINPIXELS) ?
207 VP9INNERBORDERINPIXELS : ybf->border;

Completed in 423 milliseconds