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

  /external/libaom/libaom/aom/src/
aom_image.c 139 img->stride[AOM_PLANE_U] = img->stride[AOM_PLANE_V] = stride_in_bytes >> xcs;
204 img->planes[AOM_PLANE_V] =
205 data + uv_x * bytes_per_sample + uv_y * img->stride[AOM_PLANE_V];
207 img->planes[AOM_PLANE_V] =
208 data + uv_x * bytes_per_sample + uv_y * img->stride[AOM_PLANE_V];
210 img->stride[AOM_PLANE_V];
234 img->planes[AOM_PLANE_V] += (signed)((img->d_h >> img->y_chroma_shift) - 1) *
235 img->stride[AOM_PLANE_V];
236 img->stride[AOM_PLANE_V] = -img->stride[AOM_PLANE_V];
    [all...]
  /external/libaom/libaom/av1/
av1_iface_common.h 54 img->planes[AOM_PLANE_V] = yv12->v_buffer;
57 img->stride[AOM_PLANE_V] = yv12->uv_stride;
65 img->planes[AOM_PLANE_V] = (uint8_t *)CONVERT_TO_SHORTPTR(yv12->v_buffer);
68 img->stride[AOM_PLANE_V] = 2 * yv12->uv_stride;
82 yv12->v_buffer = img->planes[AOM_PLANE_V];
  /external/libaom/libaom/apps/
aomdec.c 128 (uint16_t *)src->planes[AOM_PLANE_V], src->stride[AOM_PLANE_V] / 2,
131 dst->stride[AOM_PLANE_U] / 2, (uint16_t *)dst->planes[AOM_PLANE_V],
132 dst->stride[AOM_PLANE_V] / 2, dst->d_w, dst->d_h, mode);
138 src->planes[AOM_PLANE_V], src->stride[AOM_PLANE_V], src->d_w,
141 dst->planes[AOM_PLANE_V], dst->stride[AOM_PLANE_V], dst->d_w,
805 const int PLANES_YUV[] = { AOM_PLANE_Y, AOM_PLANE_U, AOM_PLANE_V };
806 const int PLANES_YVU[] = { AOM_PLANE_Y, AOM_PLANE_V, AOM_PLANE_U }
    [all...]
aomenc.c     [all...]
  /external/libaom/libaom/aom/
aom_image.h 171 #define AOM_PLANE_V 2 /**< V (Chroma) plane */
  /external/libaom/libaom/test/
monochrome_test.cc 45 ComparePlaneToValue(img, AOM_PLANE_V, chroma_value);
y4m_test.cc 62 static const int PLANES_YUV[] = { AOM_PLANE_Y, AOM_PLANE_U, AOM_PLANE_V };
  /external/libaom/libaom/examples/
encoder_util.c 86 find_mismatch_plane(img1, img2, AOM_PLANE_V, use_highbitdepth, vloc);
  /external/libaom/libaom/aom_dsp/
grain_synthesis.c     [all...]
  /external/libaom/libaom/common/
tools_common.c 98 yuv_frame->planes[yuv_frame->fmt == AOM_IMG_FMT_YV12 ? AOM_PLANE_V
104 : AOM_PLANE_V];
y4minput.c     [all...]
  /frameworks/av/media/codec2/components/aom/
C2SoftAomDec.cpp 698 size_t srcVStride = img->stride[AOM_PLANE_V];
706 const uint16_t *srcV = (const uint16_t *)img->planes[AOM_PLANE_V];
722 const uint8_t *srcV = (const uint8_t *)img->planes[AOM_PLANE_V];
  /external/libaom/libaom/av1/encoder/
pickrst.c     [all...]
  /external/libaom/libaom/av1/decoder/
decodeframe.c     [all...]

Completed in 488 milliseconds