Searched refs:VPX_PLANE_U (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dvpx_image.c167 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = s >> xcs;
225 img->planes[VPX_PLANE_U] = data
227 + (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_U];
228 data += (img->h >> img->y_chroma_shift) * img->stride[VPX_PLANE_U];
237 img->planes[VPX_PLANE_U] = data
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)
260 * img->stride[VPX_PLANE_U];
261 img->stride[VPX_PLANE_U] = -img->stride[VPX_PLANE_U];
[all...]
/external/libvpx/libvpx/vpx/src/
H A Dvpx_image.c167 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = s >> xcs;
225 img->planes[VPX_PLANE_U] = data
227 + (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_U];
228 data += (img->h >> img->y_chroma_shift) * img->stride[VPX_PLANE_U];
237 img->planes[VPX_PLANE_U] = data
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)
260 * img->stride[VPX_PLANE_U];
261 img->stride[VPX_PLANE_U] = -img->stride[VPX_PLANE_U];
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_iface_common.h41 img->planes[VPX_PLANE_U] = yv12->u_buffer;
45 img->stride[VPX_PLANE_U] = yv12->uv_stride;
58 yv12->u_buffer = img->planes[VPX_PLANE_U];
76 yv12->uv_stride = img->stride[VPX_PLANE_U];
/external/libvpx/libvpx/vp9/
H A Dvp9_iface_common.h38 img->planes[VPX_PLANE_U] = yv12->u_buffer;
42 img->stride[VPX_PLANE_U] = yv12->uv_stride;
55 yv12->u_buffer = img->planes[VPX_PLANE_U];
73 yv12->uv_stride = img->stride[VPX_PLANE_U];
/external/libvpx/libvpx/vpx/
H A Dvpx_image.h117 #define VPX_PLANE_U 1 /**< U (Chroma) plane */ macro
123 #define PLANE_U VPX_PLANE_U
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dlibvpx_cdm_video_decoder.cc151 const int u_size = vpx_image_->stride[VPX_PLANE_U] * uv_rows;
167 vpx_image_->planes[VPX_PLANE_U],
188 vpx_image_->stride[VPX_PLANE_U]);
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_image.h120 #define VPX_PLANE_U 1 /**< U (Chroma) plane */ macro
126 #define PLANE_U VPX_PLANE_U
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dencode_test_driver.cc123 match = (memcmp(img1->planes[VPX_PLANE_U] + i * img1->stride[VPX_PLANE_U],
124 img2->planes[VPX_PLANE_U] + i * img2->stride[VPX_PLANE_U],
/external/libvpx/libvpx/test/
H A Dencode_test_driver.cc123 match = (memcmp(img1->planes[VPX_PLANE_U] + i * img1->stride[VPX_PLANE_U],
124 img2->planes[VPX_PLANE_U] + i * img2->stride[VPX_PLANE_U],
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dvp8_multi_resolution_encoder.c102 ptr = img->planes[img->fmt==VPX_IMG_FMT_YV12? VPX_PLANE_V : VPX_PLANE_U];
105 ptr = img->planes[img->fmt==VPX_IMG_FMT_YV12?VPX_PLANE_U : VPX_PLANE_V];
378 raw[i-1].planes[VPX_PLANE_U], raw[i-1].stride[VPX_PLANE_U],
382 raw[i].planes[VPX_PLANE_U], raw[i].stride[VPX_PLANE_U],
/external/libvpx/libvpx/examples/
H A Dvp8_multi_resolution_encoder.c102 ptr = img->planes[img->fmt==VPX_IMG_FMT_YV12? VPX_PLANE_V : VPX_PLANE_U];
105 ptr = img->planes[img->fmt==VPX_IMG_FMT_YV12?VPX_PLANE_U : VPX_PLANE_V];
378 raw[i-1].planes[VPX_PLANE_U], raw[i-1].stride[VPX_PLANE_U],
382 raw[i].planes[VPX_PLANE_U], raw[i].stride[VPX_PLANE_U],
/external/chromium_org/media/filters/
H A Dvpx_video_decoder.cc463 vpx_image->stride[VPX_PLANE_U],
466 vpx_image->planes[VPX_PLANE_U],
484 CopyUPlane(vpx_image->planes[VPX_PLANE_U],
485 vpx_image->stride[VPX_PLANE_U],
/external/chromium_org/media/cast/receiver/
H A Dvideo_decoder.cc154 CopyUPlane(image->planes[VPX_PLANE_U],
155 image->stride[VPX_PLANE_U],
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dtools_common.c100 yuv_frame->fmt == VPX_IMG_FMT_YV12 ? VPX_PLANE_V : VPX_PLANE_U];
104 yuv_frame->fmt == VPX_IMG_FMT_YV12 ? VPX_PLANE_U : VPX_PLANE_V];
H A Dvpxenc.c478 if (*(img1->planes[VPX_PLANE_U] +
479 (i + k) * img1->stride[VPX_PLANE_U] + j + l) !=
480 *(img2->planes[VPX_PLANE_U] +
481 (i + k) * img2->stride[VPX_PLANE_U] + j + l)) {
484 uloc[2] = *(img1->planes[VPX_PLANE_U] +
485 (i + k) * img1->stride[VPX_PLANE_U] + j + l);
486 uloc[3] = *(img2->planes[VPX_PLANE_U] +
487 (i + k) * img2->stride[VPX_PLANE_U] + j + l);
541 match &= (memcmp(img1->planes[VPX_PLANE_U] + i * img1->stride[VPX_PLANE_U],
[all...]
H A Dvpxdec.c128 src->planes[VPX_PLANE_U], src->stride[VPX_PLANE_U],
132 dst->planes[VPX_PLANE_U], dst->stride[VPX_PLANE_U],
846 const int PLANES_YUV[] = {VPX_PLANE_Y, VPX_PLANE_U, VPX_PLANE_V};
847 const int PLANES_YVU[] = {VPX_PLANE_Y, VPX_PLANE_V, VPX_PLANE_U};
/external/libvpx/libvpx/
H A Dtools_common.c100 yuv_frame->fmt == VPX_IMG_FMT_YV12 ? VPX_PLANE_V : VPX_PLANE_U];
104 yuv_frame->fmt == VPX_IMG_FMT_YV12 ? VPX_PLANE_U : VPX_PLANE_V];
H A Dvpxenc.c515 if (*(img1->planes[VPX_PLANE_U] +
516 (i + k) * img1->stride[VPX_PLANE_U] + j + l) !=
517 *(img2->planes[VPX_PLANE_U] +
518 (i + k) * img2->stride[VPX_PLANE_U] + j + l)) {
521 uloc[2] = *(img1->planes[VPX_PLANE_U] +
522 (i + k) * img1->stride[VPX_PLANE_U] + j + l);
523 uloc[3] = *(img2->planes[VPX_PLANE_U] +
524 (i + k) * img2->stride[VPX_PLANE_U] + j + l);
578 match &= (memcmp(img1->planes[VPX_PLANE_U] + i * img1->stride[VPX_PLANE_U],
[all...]
H A Dvpxdec.c126 src->planes[VPX_PLANE_U], src->stride[VPX_PLANE_U],
130 dst->planes[VPX_PLANE_U], dst->stride[VPX_PLANE_U],
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};
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_dx_iface.c265 img->planes[VPX_PLANE_U] = yv12->u_buffer;
269 img->stride[VPX_PLANE_U] = yv12->uv_stride;
558 yv12->u_buffer = img->planes[VPX_PLANE_U];
569 yv12->uv_stride = img->stride[VPX_PLANE_U];
H A Dvp8_cx_iface.c680 yv12->u_buffer = img->planes[VPX_PLANE_U];
691 yv12->uv_stride = img->stride[VPX_PLANE_U];
1071 ctx->preview_img.planes[VPX_PLANE_U] = sd.u_buffer;
1081 ctx->preview_img.stride[VPX_PLANE_U] = sd.uv_stride;
/external/chromium_org/media/formats/webm/chromeos/
H A Dwebm_encoder.cc129 image.planes[VPX_PLANE_U], image.stride[VPX_PLANE_U],
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc354 raw_->stride[VPX_PLANE_U] = input_image.stride(kUPlane);
405 raw_->stride[VPX_PLANE_U] = input_image.stride(kUPlane);
805 int size_u = img->stride[VPX_PLANE_U] * half_height;
809 size_u, img->planes[VPX_PLANE_U],
813 img->stride[VPX_PLANE_U],
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c299 img->planes[VPX_PLANE_U] = yv12->u_buffer;
303 img->stride[VPX_PLANE_U] = yv12->uv_stride;
709 yv12->u_buffer = img->planes[VPX_PLANE_U];
720 yv12->uv_stride = img->stride[VPX_PLANE_U];
/external/chromium_org/media/cast/video_sender/codecs/vp8/
H A Dvp8_encoder.cc150 raw_image_->stride[VPX_PLANE_U] = video_frame->stride(VideoFrame::kUPlane);

Completed in 1537 milliseconds

12