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

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
yv12config.c 95 ybf->alpha_stride = 0;
166 const int alpha_stride = y_stride; local
170 (uint64_t)alpha_stride;
275 ybf->alpha_stride = alpha_stride;
277 (alpha_border_h * alpha_stride) + alpha_border_w;
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 90 ybf->alpha_stride = 0;
155 const int alpha_stride = y_stride; local
159 alpha_stride;
232 ybf->alpha_stride = alpha_stride;
234 (alpha_border_h * alpha_stride) + alpha_border_w;
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
yv12config.h 43 int alpha_stride; member in struct:yv12_buffer_config
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 42 int alpha_stride; member in struct:yv12_buffer_config

Completed in 166 milliseconds