Searched refs:yplane_size (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12config.c44 int yplane_size = (aligned_height + 2 * border) * y_stride; local
51 const int frame_size = yplane_size + 2 * uvplane_size;
87 ybf->u_buffer = ybf->buffer_alloc + yplane_size + (border / 2 * uv_stride) + border / 2;
88 ybf->v_buffer = ybf->buffer_alloc + yplane_size + uvplane_size + (border / 2 * uv_stride) + border / 2;
131 const int yplane_size = (aligned_height + 2 * border) * y_stride; local
146 const int frame_size = yplane_size + 2 * uvplane_size +
149 const int frame_size = yplane_size + 2 * uvplane_size;
186 ybf->u_buffer = ybf->buffer_alloc + yplane_size +
188 ybf->v_buffer = ybf->buffer_alloc + yplane_size + uvplane_size +
195 ybf->alpha_buffer = ybf->buffer_alloc + yplane_size
[all...]

Completed in 171 milliseconds