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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
md5_helper.h 31 const int h = plane ? (img->d_h + img->y_chroma_shift) >>
32 img->y_chroma_shift : img->d_h;
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 187 img->y_chroma_shift = ycs;
252 + (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_U];
253 data += (img->h >> img->y_chroma_shift) * img->stride[VPX_PLANE_U];
256 + (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_V];
260 + (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_V];
261 data += (img->h >> img->y_chroma_shift) * img->stride[VPX_PLANE_V];
264 + (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_U];
284 img->planes[VPX_PLANE_U] += (signed)((img->d_h >> img->y_chroma_shift) - 1)
288 img->planes[VPX_PLANE_V] += (signed)((img->d_h >> img->y_chroma_shift) - 1)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/test/
md5_helper.h 32 const int h = plane ? (img->d_h + img->y_chroma_shift) >>
33 img->y_chroma_shift : img->d_h;
y4m_test.cc 61 const int h = (plane ? (img->d_h + img->y_chroma_shift) >>
62 img->y_chroma_shift : img->d_h);
102 ASSERT_EQ(img()->y_chroma_shift, 1U);
107 ASSERT_EQ(img()->y_chroma_shift, 0U);
112 ASSERT_EQ(img()->y_chroma_shift, 0U);
  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 40 img->y_chroma_shift = ss_y;
69 yv12->uv_height = img->y_chroma_shift == 1 ? (1 + yv12->y_height) / 2
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_iface_common.h 36 img->y_chroma_shift = yv12->uv_height < yv12->y_height;
67 yv12->uv_height = img->y_chroma_shift == 1 ? (1 + yv12->y_height) / 2
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_image.h 112 unsigned int y_chroma_shift; /**< subsampling order, Y */ member in struct:vpx_image
  /external/libvpx/libvpx/vpx/
vpx_image.h 116 unsigned int y_chroma_shift; /**< subsampling order, Y */ member in struct:vpx_image
  /external/libvpx/libvpx/
tools_common.c 215 if (plane > 0 && img->y_chroma_shift > 0)
216 return (img->d_h + 1) >> img->y_chroma_shift;
vpxenc.c 454 const uint32_t bsizey = bsize >> img1->y_chroma_shift;
459 (img1->d_h + img1->y_chroma_shift) >> img1->y_chroma_shift;
545 (img1->d_h + img1->y_chroma_shift) >> img1->y_chroma_shift;
    [all...]
y4minput.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.c 214 if (plane > 0 && img->y_chroma_shift > 0)
215 return (img->d_h + 1) >> img->y_chroma_shift;
vpxenc.c 473 const uint32_t bsizey = bsize >> img1->y_chroma_shift;
478 (img1->d_h + img1->y_chroma_shift) >> img1->y_chroma_shift;
564 (img1->d_h + img1->y_chroma_shift) >> img1->y_chroma_shift;
    [all...]
y4minput.c     [all...]
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 265 img->y_chroma_shift = 1;
vp8_cx_iface.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_dx_iface.c 299 img->y_chroma_shift = 1;
vp8_cx_iface.c     [all...]

Completed in 1156 milliseconds