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

  /external/libvpx/libvpx/
tools_common.c 206 if (plane > 0 && img->x_chroma_shift > 0)
207 return (img->d_w + 1) >> img->x_chroma_shift;
277 dst->x_chroma_shift != src->x_chroma_shift ||
294 w = (w + src->x_chroma_shift) >> src->x_chroma_shift;
313 dst->x_chroma_shift != src->x_chroma_shift ||
330 w = (w + src->x_chroma_shift) >> src->x_chroma_shift;
    [all...]
vpxenc.c 616 const uint32_t bsizex = bsize >> img1->x_chroma_shift;
618 (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift;
708 const uint32_t bsizex = bsize >> img1->x_chroma_shift;
710 (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift;
796 uint32_t c_w = (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift;
    [all...]
y4minput.c     [all...]
  /external/libvpx/libvpx/test/
md5_helper.h 35 (plane ? (img->d_w + img->x_chroma_shift) >> img->x_chroma_shift
y4m_test.cc 67 (plane ? (img->d_w + img->x_chroma_shift) >> img->x_chroma_shift
102 ASSERT_EQ(img()->x_chroma_shift, 1U);
107 ASSERT_EQ(img()->x_chroma_shift, 1U);
112 ASSERT_EQ(img()->x_chroma_shift, 0U);
active_map_refresh_test.cc 29 if (plane > 0 && current.x_chroma_shift) {
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 138 img->x_chroma_shift = xcs;
197 data + (x >> img->x_chroma_shift) * bytes_per_sample +
201 data + (x >> img->x_chroma_shift) * bytes_per_sample +
205 data + (x >> img->x_chroma_shift) * bytes_per_sample +
209 data + (x >> img->x_chroma_shift) * bytes_per_sample +
  /external/libvpx/libvpx/vpx/
vpx_image.h 107 unsigned int x_chroma_shift; /**< subsampling order, X */ member in struct:vpx_image
  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 48 img->x_chroma_shift = yv12->subsampling_x;
95 img->x_chroma_shift == 1 ? (1 + yv12->y_width) / 2 : yv12->y_width;
131 yv12->subsampling_x = img->x_chroma_shift;
  /external/libvpx/libvpx/examples/
vp9cx_set_ref.c 74 uint32_t c_w = (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift;
108 const uint32_t bsizex = bsize >> img1->x_chroma_shift;
110 (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift;
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 211 img->x_chroma_shift = 1;
vp8_cx_iface.c     [all...]

Completed in 431 milliseconds