Home
last modified time | relevance | path

Searched refs:VPX_PLANE_V (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()
229 img->planes[VPX_PLANE_V] = data in vpx_img_set_rect()
231 + (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_V]; in vpx_img_set_rect()
233 img->planes[VPX_PLANE_V] = data in vpx_img_set_rect()
235 + (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_V]; in vpx_img_set_rect()
236 data += (img->h >> img->y_chroma_shift) * img->stride[VPX_PLANE_V]; in vpx_img_set_rect()
263 img->planes[VPX_PLANE_V] += (signed)((img->d_h >> img->y_chroma_shift) - 1) in vpx_img_flip()
264 * img->stride[VPX_PLANE_V]; in vpx_img_flip()
265 img->stride[VPX_PLANE_V] = -img->stride[VPX_PLANE_V]; in vpx_img_flip()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_iface_common.h39 img->planes[VPX_PLANE_V] = yv12->v_buffer; in yuvconfig2image()
43 img->stride[VPX_PLANE_V] = yv12->uv_stride; in yuvconfig2image()
57 yv12->v_buffer = img->planes[VPX_PLANE_V]; in image2yuvconfig()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dencode_test_driver.cc127 match = (memcmp(img1->planes[VPX_PLANE_V] + i * img1->stride[VPX_PLANE_V], in compare_img()
128 img2->planes[VPX_PLANE_V] + i * img2->stride[VPX_PLANE_V], 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()
379 raw[i-1].planes[VPX_PLANE_V], raw[i-1].stride[VPX_PLANE_V], in main()
383 raw[i].planes[VPX_PLANE_V], raw[i].stride[VPX_PLANE_V], in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_image.h118 #define VPX_PLANE_V 2 /**< V (Chroma) plane */ macro
124 #define PLANE_V VPX_PLANE_V
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c540 if (*(img1->planes[VPX_PLANE_V] + in find_mismatch()
541 (i + k) * img1->stride[VPX_PLANE_V] + j + l) != in find_mismatch()
542 *(img2->planes[VPX_PLANE_V] + in find_mismatch()
543 (i + k) * img2->stride[VPX_PLANE_V] + j + l)) { in find_mismatch()
546 vloc[2] = *(img1->planes[VPX_PLANE_V] + in find_mismatch()
547 (i + k) * img1->stride[VPX_PLANE_V] + j + l); in find_mismatch()
548 vloc[3] = *(img2->planes[VPX_PLANE_V] + in find_mismatch()
549 (i + k) * img2->stride[VPX_PLANE_V] + j + l); in find_mismatch()
583 match &= (memcmp(img1->planes[VPX_PLANE_V] + i * img1->stride[VPX_PLANE_V], in compare_img()
584 img2->planes[VPX_PLANE_V] + i * img2->stride[VPX_PLANE_V], 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.c127 src->planes[VPX_PLANE_V], src->stride[VPX_PLANE_V], in vpx_image_scale()
131 dst->planes[VPX_PLANE_V], dst->stride[VPX_PLANE_V], 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.c302 img->planes[VPX_PLANE_V] = yv12->v_buffer; in yuvconfig2image()
306 img->stride[VPX_PLANE_V] = yv12->uv_stride; in yuvconfig2image()
712 yv12->v_buffer = img->planes[VPX_PLANE_V]; in image2yuvconfig()
Dvp8_cx_iface.c684 yv12->v_buffer = img->planes[VPX_PLANE_V]; in image2yuvconfig()
1075 ctx->preview_img.planes[VPX_PLANE_V] = sd.v_buffer; in vp8e_get_preview()
1085 ctx->preview_img.stride[VPX_PLANE_V] = sd.uv_stride; in vp8e_get_preview()