Home
last modified time | relevance | path

Searched refs:VPX_PLANE_U (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_image.c167 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = s >> xcs; in img_alloc_helper()
225 img->planes[VPX_PLANE_U] = data in vpx_img_set_rect()
227 + (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_U]; in vpx_img_set_rect()
228 data += (img->h >> img->y_chroma_shift) * img->stride[VPX_PLANE_U]; in vpx_img_set_rect()
237 img->planes[VPX_PLANE_U] = data in vpx_img_set_rect()
239 + (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_U]; in vpx_img_set_rect()
259 img->planes[VPX_PLANE_U] += (signed)((img->d_h >> img->y_chroma_shift) - 1) in vpx_img_flip()
260 * img->stride[VPX_PLANE_U]; in vpx_img_flip()
261 img->stride[VPX_PLANE_U] = -img->stride[VPX_PLANE_U]; in vpx_img_flip()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_iface_common.h38 img->planes[VPX_PLANE_U] = yv12->u_buffer; in yuvconfig2image()
42 img->stride[VPX_PLANE_U] = yv12->uv_stride; in yuvconfig2image()
56 yv12->u_buffer = img->planes[VPX_PLANE_U]; in image2yuvconfig()
74 yv12->uv_stride = img->stride[VPX_PLANE_U]; in image2yuvconfig()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dencode_test_driver.cc123 match = (memcmp(img1->planes[VPX_PLANE_U] + i * img1->stride[VPX_PLANE_U], in compare_img()
124 img2->planes[VPX_PLANE_U] + i * img2->stride[VPX_PLANE_U], in compare_img()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvp8_multi_resolution_encoder.c102 ptr = img->planes[img->fmt==VPX_IMG_FMT_YV12? VPX_PLANE_V : VPX_PLANE_U]; in read_frame_by_row()
105 ptr = img->planes[img->fmt==VPX_IMG_FMT_YV12?VPX_PLANE_U : VPX_PLANE_V]; in read_frame_by_row()
378 raw[i-1].planes[VPX_PLANE_U], raw[i-1].stride[VPX_PLANE_U], in main()
382 raw[i].planes[VPX_PLANE_U], raw[i].stride[VPX_PLANE_U], in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_image.h117 #define VPX_PLANE_U 1 /**< U (Chroma) plane */ macro
123 #define PLANE_U VPX_PLANE_U
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c515 if (*(img1->planes[VPX_PLANE_U] + in find_mismatch()
516 (i + k) * img1->stride[VPX_PLANE_U] + j + l) != in find_mismatch()
517 *(img2->planes[VPX_PLANE_U] + in find_mismatch()
518 (i + k) * img2->stride[VPX_PLANE_U] + j + l)) { in find_mismatch()
521 uloc[2] = *(img1->planes[VPX_PLANE_U] + in find_mismatch()
522 (i + k) * img1->stride[VPX_PLANE_U] + j + l); in find_mismatch()
523 uloc[3] = *(img2->planes[VPX_PLANE_U] + in find_mismatch()
524 (i + k) * img2->stride[VPX_PLANE_U] + j + l); in find_mismatch()
578 match &= (memcmp(img1->planes[VPX_PLANE_U] + i * img1->stride[VPX_PLANE_U], in compare_img()
579 img2->planes[VPX_PLANE_U] + i * img2->stride[VPX_PLANE_U], in compare_img()
[all …]
Dtools_common.c100 yuv_frame->fmt == VPX_IMG_FMT_YV12 ? VPX_PLANE_V : VPX_PLANE_U]; in read_yuv_frame()
104 yuv_frame->fmt == VPX_IMG_FMT_YV12 ? VPX_PLANE_U : VPX_PLANE_V]; in read_yuv_frame()
Dvpxdec.c126 src->planes[VPX_PLANE_U], src->stride[VPX_PLANE_U], in vpx_image_scale()
130 dst->planes[VPX_PLANE_U], dst->stride[VPX_PLANE_U], in vpx_image_scale()
842 const int PLANES_YUV[] = {VPX_PLANE_Y, VPX_PLANE_U, VPX_PLANE_V}; in main_loop()
843 const int PLANES_YVU[] = {VPX_PLANE_Y, VPX_PLANE_V, VPX_PLANE_U}; in main_loop()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c301 img->planes[VPX_PLANE_U] = yv12->u_buffer; in yuvconfig2image()
305 img->stride[VPX_PLANE_U] = yv12->uv_stride; in yuvconfig2image()
711 yv12->u_buffer = img->planes[VPX_PLANE_U]; in image2yuvconfig()
722 yv12->uv_stride = img->stride[VPX_PLANE_U]; in image2yuvconfig()
Dvp8_cx_iface.c683 yv12->u_buffer = img->planes[VPX_PLANE_U]; in image2yuvconfig()
694 yv12->uv_stride = img->stride[VPX_PLANE_U]; in image2yuvconfig()
1074 ctx->preview_img.planes[VPX_PLANE_U] = sd.u_buffer; in vp8e_get_preview()
1084 ctx->preview_img.stride[VPX_PLANE_U] = sd.uv_stride; in vp8e_get_preview()