Searched refs:VPX_PLANE_V (Results 1 – 10 of 10) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | vpx_image.c | 167 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/ |
D | vp9_iface_common.h | 39 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/ |
D | encode_test_driver.cc | 127 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/ |
D | vp8_multi_resolution_encoder.c | 102 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/ |
D | vpx_image.h | 118 #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/ |
D | vpxenc.c | 540 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 …]
|
D | tools_common.c | 100 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()
|
D | vpxdec.c | 127 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/ |
D | vp8_dx_iface.c | 302 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()
|
D | vp8_cx_iface.c | 684 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()
|