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

  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 325 const int src_strides[4] = {src->y_stride, src->uv_stride, src->uv_stride, local
339 src_strides[i], dst_strides[i],
351 const int src_strides[4] = {src->y_stride, src->uv_stride, src->uv_stride, local
364 const int src_stride = src_strides[i];
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 2196 int src_strides[4] = {src_fb->y_stride, src_fb->uv_stride, src_fb->uv_stride, local
    [all...]

Completed in 57 milliseconds