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

  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 81 ybf->alpha_stride = 0;
141 const int alpha_stride = y_stride; local
145 alpha_stride;
194 ybf->alpha_stride = alpha_stride;
196 (alpha_border_h * alpha_stride) + alpha_border_w;
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 42 int alpha_stride; member in struct:yv12_buffer_config

Completed in 2980 milliseconds