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

  /external/libvpx/libvpx/test/
md5_helper.h 33 const int h = plane ? (img->d_h + img->y_chroma_shift) >>
34 img->y_chroma_shift : img->d_h;
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 162 img->y_chroma_shift = ycs;
227 + (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_U];
228 data += (img->h >> img->y_chroma_shift) * img->stride[VPX_PLANE_U];
231 + (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_V];
235 + (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_V];
236 data += (img->h >> img->y_chroma_shift) * img->stride[VPX_PLANE_V];
239 + (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_U];
259 img->planes[VPX_PLANE_U] += (signed)((img->d_h >> img->y_chroma_shift) - 1)
263 img->planes[VPX_PLANE_V] += (signed)((img->d_h >> img->y_chroma_shift) - 1)
  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 36 img->y_chroma_shift = yv12->uv_height < yv12->y_height;
66 yv12->uv_height = img->y_chroma_shift == 1 ? (1 + yv12->y_height) / 2
  /external/libvpx/libvpx/vpx/
vpx_image.h 112 unsigned int y_chroma_shift; /**< subsampling order, Y */ member in struct:vpx_image
  /external/chromium_org/remoting/codec/
video_encoder_vpx.cc 203 image_->y_chroma_shift = 1;
  /external/libvpx/libvpx/
vpxdec.c     [all...]
vpxenc.c 915 const unsigned int bsizey = bsize >> img1->y_chroma_shift;
918 const int c_h = (img1->d_h + img1->y_chroma_shift) >> img1->y_chroma_shift;
    [all...]
y4minput.c     [all...]
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 297 img->y_chroma_shift = 1;
vp8_cx_iface.c     [all...]

Completed in 590 milliseconds