Home
last modified time | relevance | path

Searched refs:AOM_PLANE_V (Results 1 – 15 of 15) sorted by relevance

/external/libaom/libaom/aom/src/
Daom_image.c155 img->stride[AOM_PLANE_U] = img->stride[AOM_PLANE_V] = stride_in_bytes >> xcs; in img_alloc_helper()
233 img->planes[AOM_PLANE_V] = in aom_img_set_rect()
234 data + uv_x * bytes_per_sample + uv_y * img->stride[AOM_PLANE_V]; in aom_img_set_rect()
236 img->planes[AOM_PLANE_V] = in aom_img_set_rect()
237 data + uv_x * bytes_per_sample + uv_y * img->stride[AOM_PLANE_V]; in aom_img_set_rect()
239 img->stride[AOM_PLANE_V]; in aom_img_set_rect()
263 img->planes[AOM_PLANE_V] += (signed)((img->d_h >> img->y_chroma_shift) - 1) * in aom_img_flip()
264 img->stride[AOM_PLANE_V]; in aom_img_flip()
265 img->stride[AOM_PLANE_V] = -img->stride[AOM_PLANE_V]; in aom_img_flip()
/external/libaom/libaom/av1/
Dav1_iface_common.h56 img->planes[AOM_PLANE_V] = yv12->v_buffer; in yuvconfig2image()
59 img->stride[AOM_PLANE_V] = yv12->uv_stride; in yuvconfig2image()
68 img->planes[AOM_PLANE_V] = (uint8_t *)CONVERT_TO_SHORTPTR(yv12->v_buffer); in yuvconfig2image()
71 img->stride[AOM_PLANE_V] = 2 * yv12->uv_stride; in yuvconfig2image()
87 yv12->v_buffer = img->planes[AOM_PLANE_V]; in image2yuvconfig()
/external/libaom/libaom/apps/
Daomdec.c124 (uint16_t *)src->planes[AOM_PLANE_V], src->stride[AOM_PLANE_V] / 2, in libyuv_scale()
127 dst->stride[AOM_PLANE_U] / 2, (uint16_t *)dst->planes[AOM_PLANE_V], in libyuv_scale()
128 dst->stride[AOM_PLANE_V] / 2, dst->d_w, dst->d_h, mode); in libyuv_scale()
134 src->planes[AOM_PLANE_V], src->stride[AOM_PLANE_V], src->d_w, in libyuv_scale()
137 dst->planes[AOM_PLANE_V], dst->stride[AOM_PLANE_V], dst->d_w, in libyuv_scale()
804 const int PLANES_YUV[] = { AOM_PLANE_Y, AOM_PLANE_U, AOM_PLANE_V }; in main_loop()
805 const int PLANES_YVU[] = { AOM_PLANE_Y, AOM_PLANE_V, AOM_PLANE_U }; in main_loop()
Daomenc.c1977 (uint16_t *)img->planes[AOM_PLANE_V], img->stride[AOM_PLANE_V] / 2, in encode_frame()
1982 (uint16_t *)stream->img->planes[AOM_PLANE_V], in encode_frame()
1983 stream->img->stride[AOM_PLANE_V] / 2, stream->img->d_w, in encode_frame()
2010 img->planes[AOM_PLANE_V], img->stride[AOM_PLANE_V], img->d_w, img->d_h, in encode_frame()
2013 stream->img->planes[AOM_PLANE_V], stream->img->stride[AOM_PLANE_V], in encode_frame()
/external/libaom/libaom/test/
Dmonochrome_test.cc45 ComparePlaneToValue(img, AOM_PLANE_V, chroma_value); in DecompressedFrameHook()
Dy4m_test.cc62 static const int PLANES_YUV[] = { AOM_PLANE_Y, AOM_PLANE_U, AOM_PLANE_V };
/external/libaom/libaom/aom/
Daom_image.h201 #define AOM_PLANE_V 2 /**< V (Chroma) plane */ macro
/external/libaom/libaom/aom_dsp/
Dgrain_synthesis.c1004 copy_rect(src->planes[AOM_PLANE_V], src->stride[AOM_PLANE_V], in av1_add_film_grain()
1005 dst->planes[AOM_PLANE_V], dst->stride[AOM_PLANE_V], in av1_add_film_grain()
1012 cr = dst->planes[AOM_PLANE_V]; in av1_add_film_grain()
/external/libaom/libaom/examples/
Dencoder_util.c86 find_mismatch_plane(img1, img2, AOM_PLANE_V, use_highbitdepth, vloc); in find_mismatch_helper()
/external/libaom/libaom/common/
Dtools_common.c98 yuv_frame->planes[yuv_frame->fmt == AOM_IMG_FMT_YV12 ? AOM_PLANE_V in read_yuv_frame()
104 : AOM_PLANE_V]; in read_yuv_frame()
Dy4minput.c1148 _img->stride[AOM_PLANE_U] = _img->stride[AOM_PLANE_V] = c_w; in y4m_input_fetch_frame()
1151 _img->planes[AOM_PLANE_V] = _y4m->dst_buf + pic_sz + c_sz; in y4m_input_fetch_frame()
/external/libaom/libaom/av1/encoder/
Dinterp_search.c659 interp_model_rd_eval(x, cpi, bsize, orig_dst, AOM_PLANE_U, AOM_PLANE_V, in av1_interpolation_filter_search()
Dnonrd_pickmode.c1905 AOM_PLANE_V, AOM_PLANE_V);
Dpickrst.c1724 const int plane_end = num_planes > 1 ? AOM_PLANE_V : AOM_PLANE_Y; in av1_pick_filter_restoration()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1898 av1_iqmatrix(quant_params, qmlevel_v, AOM_PLANE_V, j); in setup_segmentation_dequant()