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

  /external/libvpx/libvpx/test/
util.h 35 int64_t d = img1->planes[VPX_PLANE_Y][i * img1->stride[VPX_PLANE_Y] + j] -
36 img2->planes[VPX_PLANE_Y][i * img2->stride[VPX_PLANE_Y] + j];
encode_test_driver.cc 120 match = (memcmp(img1->planes[VPX_PLANE_Y] + i * img1->stride[VPX_PLANE_Y],
121 img2->planes[VPX_PLANE_Y] + i * img2->stride[VPX_PLANE_Y],
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
util.h 35 int64_t d = img1->planes[VPX_PLANE_Y][i * img1->stride[VPX_PLANE_Y] + j] -
36 img2->planes[VPX_PLANE_Y][i * img2->stride[VPX_PLANE_Y] + j];
encode_test_driver.cc 117 match = (memcmp(img1->planes[VPX_PLANE_Y] + i * img1->stride[VPX_PLANE_Y],
118 img2->planes[VPX_PLANE_Y] + i * img2->stride[VPX_PLANE_Y],
  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 41 img->planes[VPX_PLANE_Y] = yv12->y_buffer;
45 img->stride[VPX_PLANE_Y] = yv12->y_stride;
58 yv12->y_buffer = img->planes[VPX_PLANE_Y];
72 yv12->y_stride = img->stride[VPX_PLANE_Y];
75 yv12->border = (img->stride[VPX_PLANE_Y] - img->w) / 2;
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 191 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = s;
246 img->planes[VPX_PLANE_Y] = data + x + y * img->stride[VPX_PLANE_Y];
247 data += img->h * img->stride[VPX_PLANE_Y];
281 img->planes[VPX_PLANE_Y] += (signed)(img->d_h - 1) * img->stride[VPX_PLANE_Y];
282 img->stride[VPX_PLANE_Y] = -img->stride[VPX_PLANE_Y];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_image.c 166 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = s;
221 img->planes[VPX_PLANE_Y] = data + x + y * img->stride[VPX_PLANE_Y];
222 data += img->h * img->stride[VPX_PLANE_Y];
256 img->planes[VPX_PLANE_Y] += (signed)(img->d_h - 1) * img->stride[VPX_PLANE_Y];
257 img->stride[VPX_PLANE_Y] = -img->stride[VPX_PLANE_Y];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_iface_common.h 37 img->planes[VPX_PLANE_Y] = yv12->y_buffer;
41 img->stride[VPX_PLANE_Y] = yv12->y_stride;
55 yv12->y_buffer = img->planes[VPX_PLANE_Y];
73 yv12->y_stride = img->stride[VPX_PLANE_Y];
77 yv12->border = (img->stride[VPX_PLANE_Y] - img->w) / 2;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_image.h 116 #define VPX_PLANE_Y 0 /**< Y (Luminance) plane */
122 #define PLANE_Y VPX_PLANE_Y
  /external/libvpx/libvpx/vpx/
vpx_image.h 120 #define VPX_PLANE_Y 0 /**< Y (Luminance) plane */
126 #define PLANE_Y VPX_PLANE_Y
  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 300 if (raw[0].stride[VPX_PLANE_Y] == raw[0].d_w)
359 I420Scale(raw[i-1].planes[VPX_PLANE_Y], raw[i-1].stride[VPX_PLANE_Y],
363 raw[i].planes[VPX_PLANE_Y], raw[i].stride[VPX_PLANE_Y],
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp8_multi_resolution_encoder.c 318 if (raw[0].stride[VPX_PLANE_Y] == raw[0].d_w)
377 I420Scale(raw[i-1].planes[VPX_PLANE_Y], raw[i-1].stride[VPX_PLANE_Y],
381 raw[i].planes[VPX_PLANE_Y], raw[i].stride[VPX_PLANE_Y],
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 154 const uint8_t *srcY = (const uint8_t *)mImg->planes[VPX_PLANE_Y];
157 size_t srcYStride = mImg->stride[VPX_PLANE_Y];
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 266 img->planes[VPX_PLANE_Y] = yv12->y_buffer;
270 img->stride[VPX_PLANE_Y] = yv12->y_stride;
570 yv12->y_buffer = img->planes[VPX_PLANE_Y];
581 yv12->y_stride = img->stride[VPX_PLANE_Y];
584 yv12->border = (img->stride[VPX_PLANE_Y] - img->d_w) / 2;
vp8_cx_iface.c 738 yv12->y_buffer = img->planes[VPX_PLANE_Y];
749 yv12->y_stride = img->stride[VPX_PLANE_Y];
752 yv12->border = (img->stride[VPX_PLANE_Y] - img->w) / 2;
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 470 if (*(img1->planes[VPX_PLANE_Y] +
471 (i + k) * img1->stride[VPX_PLANE_Y] + j + l) !=
472 *(img2->planes[VPX_PLANE_Y] +
473 (i + k) * img2->stride[VPX_PLANE_Y] + j + l)) {
476 yloc[2] = *(img1->planes[VPX_PLANE_Y] +
477 (i + k) * img1->stride[VPX_PLANE_Y] + j + l);
478 yloc[3] = *(img2->planes[VPX_PLANE_Y] +
479 (i + k) * img2->stride[VPX_PLANE_Y] + j + l);
554 match &= (memcmp(img1->planes[VPX_PLANE_Y] + i * img1->stride[VPX_PLANE_Y],
    [all...]
vpxdec.c 130 return I420Scale(src->planes[VPX_PLANE_Y], src->stride[VPX_PLANE_Y],
134 dst->planes[VPX_PLANE_Y], dst->stride[VPX_PLANE_Y],
861 const int PLANES_YUV[] = {VPX_PLANE_Y, VPX_PLANE_U, VPX_PLANE_V};
862 const int PLANES_YVU[] = {VPX_PLANE_Y, VPX_PLANE_V, VPX_PLANE_U};
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c 489 if (*(img1->planes[VPX_PLANE_Y] +
490 (i + k) * img1->stride[VPX_PLANE_Y] + j + l) !=
491 *(img2->planes[VPX_PLANE_Y] +
492 (i + k) * img2->stride[VPX_PLANE_Y] + j + l)) {
495 yloc[2] = *(img1->planes[VPX_PLANE_Y] +
496 (i + k) * img1->stride[VPX_PLANE_Y] + j + l);
497 yloc[3] = *(img2->planes[VPX_PLANE_Y] +
498 (i + k) * img2->stride[VPX_PLANE_Y] + j + l);
573 match &= (memcmp(img1->planes[VPX_PLANE_Y] + i * img1->stride[VPX_PLANE_Y],
    [all...]
vpxdec.c 125 return I420Scale(src->planes[VPX_PLANE_Y], src->stride[VPX_PLANE_Y],
129 dst->planes[VPX_PLANE_Y], dst->stride[VPX_PLANE_Y],
842 const int PLANES_YUV[] = {VPX_PLANE_Y, VPX_PLANE_U, VPX_PLANE_V};
843 const int PLANES_YVU[] = {VPX_PLANE_Y, VPX_PLANE_V, VPX_PLANE_U};
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_dx_iface.c 300 img->planes[VPX_PLANE_Y] = yv12->y_buffer;
304 img->stride[VPX_PLANE_Y] = yv12->y_stride;
710 yv12->y_buffer = img->planes[VPX_PLANE_Y];
721 yv12->y_stride = img->stride[VPX_PLANE_Y];
724 yv12->border = (img->stride[VPX_PLANE_Y] - img->d_w) / 2;
vp8_cx_iface.c 682 yv12->y_buffer = img->planes[VPX_PLANE_Y];
693 yv12->y_stride = img->stride[VPX_PLANE_Y];
696 yv12->border = (img->stride[VPX_PLANE_Y] - img->w) / 2;
    [all...]

Completed in 1539 milliseconds