HomeSort by relevance Sort by last modified time
    Searched full:uv_width_shift (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_denoiser.c 330 const int uv_width_shift = y_width_shift >> 1; local
337 mb->plane[1].src.buf[uv_height_shift * strideuv + uv_width_shift];
339 mb->plane[2].src.buf[uv_height_shift * strideuv + uv_width_shift];
584 const int uv_width_shift = y_width_shift >> 1; local
602 src_u[uv_height_shift * src_uvstride + uv_width_shift];
604 src_v[uv_height_shift * src_uvstride + uv_width_shift];

Completed in 280 milliseconds