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

  /external/libvpx/libvpx/vpx_scale/generic/
yv12extend.c 63 static void extend_plane_high(uint8_t *const src8, int src_stride, int width, function
148 extend_plane_high(ybf->y_buffer, ybf->y_stride, ybf->y_crop_width,
152 extend_plane_high(ybf->u_buffer, ybf->uv_stride, c_w, c_h, c_et, c_el, c_eb,
154 extend_plane_high(ybf->v_buffer, ybf->uv_stride, c_w, c_h, c_et, c_el, c_eb,
  /external/libaom/libaom/aom_scale/generic/
yv12extend.c 62 static void extend_plane_high(uint8_t *const src8, int src_stride, int width, function
115 extend_plane_high(
151 extend_plane_high(ybf->buffers[plane], ybf->strides[is_uv],
189 extend_plane_high(ybf->y_buffer, ybf->y_stride, ybf->y_crop_width,

Completed in 476 milliseconds