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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
md5_helper.h 33 const int w = plane ? (img->d_w + img->x_chroma_shift) >>
34 img->x_chroma_shift : img->d_w;
  /external/libvpx/libvpx/test/
md5_helper.h 34 const int w = (plane ? (img->d_w + img->x_chroma_shift) >>
35 img->x_chroma_shift : img->d_w) * bytes_per_sample;
y4m_test.cc 63 const int w = (plane ? (img->d_w + img->x_chroma_shift) >>
64 img->x_chroma_shift : img->d_w);
101 ASSERT_EQ(img()->x_chroma_shift, 1U);
106 ASSERT_EQ(img()->x_chroma_shift, 1U);
111 ASSERT_EQ(img()->x_chroma_shift, 0U);
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 186 img->x_chroma_shift = xcs;
251 + (x >> img->x_chroma_shift)
255 + (x >> img->x_chroma_shift)
259 + (x >> img->x_chroma_shift)
263 + (x >> img->x_chroma_shift)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_image.c 161 img->x_chroma_shift = xcs;
226 + (x >> img->x_chroma_shift)
230 + (x >> img->x_chroma_shift)
234 + (x >> img->x_chroma_shift)
238 + (x >> img->x_chroma_shift)
  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 39 img->x_chroma_shift = ss_x;
67 yv12->uv_width = img->x_chroma_shift == 1 ? (1 + yv12->y_width) / 2
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_iface_common.h 35 img->x_chroma_shift = yv12->uv_width < yv12->y_width;
65 yv12->uv_width = img->x_chroma_shift == 1 ? (1 + yv12->y_width) / 2
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_image.h 111 unsigned int x_chroma_shift; /**< subsampling order, X */ member in struct:vpx_image
  /external/libvpx/libvpx/vpx/
vpx_image.h 115 unsigned int x_chroma_shift; /**< subsampling order, X */ member in struct:vpx_image
  /external/libvpx/libvpx/
tools_common.c 208 if (plane > 0 && img->x_chroma_shift > 0)
209 return (img->d_w + 1) >> img->x_chroma_shift;
vpxenc.c 455 const uint32_t bsizex = bsize >> img1->x_chroma_shift;
457 (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift;
543 (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift;
    [all...]
y4minput.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.c 207 if (plane > 0 && img->x_chroma_shift > 0)
208 return (img->d_w + 1) >> img->x_chroma_shift;
vpxenc.c 474 const uint32_t bsizex = bsize >> img1->x_chroma_shift;
476 (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift;
562 (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift;
    [all...]
y4minput.c     [all...]
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 264 img->x_chroma_shift = 1;
vp8_cx_iface.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_dx_iface.c 298 img->x_chroma_shift = 1;
vp8_cx_iface.c     [all...]

Completed in 128 milliseconds