Searched refs:AOM_PLANE_V (Results 1 – 13 of 13) sorted by relevance
/external/libaom/libaom/aom/src/ |
D | aom_image.c | 139 img->stride[AOM_PLANE_U] = img->stride[AOM_PLANE_V] = stride_in_bytes >> xcs; in img_alloc_helper() 204 img->planes[AOM_PLANE_V] = in aom_img_set_rect() 205 data + uv_x * bytes_per_sample + uv_y * img->stride[AOM_PLANE_V]; in aom_img_set_rect() 207 img->planes[AOM_PLANE_V] = in aom_img_set_rect() 208 data + uv_x * bytes_per_sample + uv_y * img->stride[AOM_PLANE_V]; in aom_img_set_rect() 210 img->stride[AOM_PLANE_V]; in aom_img_set_rect() 234 img->planes[AOM_PLANE_V] += (signed)((img->d_h >> img->y_chroma_shift) - 1) * in aom_img_flip() 235 img->stride[AOM_PLANE_V]; in aom_img_flip() 236 img->stride[AOM_PLANE_V] = -img->stride[AOM_PLANE_V]; in aom_img_flip()
|
/external/libaom/libaom/av1/ |
D | av1_iface_common.h | 54 img->planes[AOM_PLANE_V] = yv12->v_buffer; in yuvconfig2image() 57 img->stride[AOM_PLANE_V] = yv12->uv_stride; in yuvconfig2image() 65 img->planes[AOM_PLANE_V] = (uint8_t *)CONVERT_TO_SHORTPTR(yv12->v_buffer); in yuvconfig2image() 68 img->stride[AOM_PLANE_V] = 2 * yv12->uv_stride; in yuvconfig2image() 82 yv12->v_buffer = img->planes[AOM_PLANE_V]; in image2yuvconfig()
|
/external/libaom/libaom/apps/ |
D | aomdec.c | 128 (uint16_t *)src->planes[AOM_PLANE_V], src->stride[AOM_PLANE_V] / 2, in libyuv_scale() 131 dst->stride[AOM_PLANE_U] / 2, (uint16_t *)dst->planes[AOM_PLANE_V], in libyuv_scale() 132 dst->stride[AOM_PLANE_V] / 2, dst->d_w, dst->d_h, mode); in libyuv_scale() 138 src->planes[AOM_PLANE_V], src->stride[AOM_PLANE_V], src->d_w, in libyuv_scale() 141 dst->planes[AOM_PLANE_V], dst->stride[AOM_PLANE_V], dst->d_w, in libyuv_scale() 805 const int PLANES_YUV[] = { AOM_PLANE_Y, AOM_PLANE_U, AOM_PLANE_V }; in main_loop() 806 const int PLANES_YVU[] = { AOM_PLANE_Y, AOM_PLANE_V, AOM_PLANE_U }; in main_loop()
|
D | aomenc.c | 1863 (uint16_t *)img->planes[AOM_PLANE_V], img->stride[AOM_PLANE_V] / 2, in encode_frame() 1868 (uint16_t *)stream->img->planes[AOM_PLANE_V], in encode_frame() 1869 stream->img->stride[AOM_PLANE_V] / 2, stream->img->d_w, in encode_frame() 1896 img->planes[AOM_PLANE_V], img->stride[AOM_PLANE_V], img->d_w, img->d_h, in encode_frame() 1899 stream->img->planes[AOM_PLANE_V], stream->img->stride[AOM_PLANE_V], in encode_frame()
|
/external/libaom/libaom/test/ |
D | monochrome_test.cc | 45 ComparePlaneToValue(img, AOM_PLANE_V, chroma_value); in DecompressedFrameHook()
|
D | y4m_test.cc | 62 static const int PLANES_YUV[] = { AOM_PLANE_Y, AOM_PLANE_U, AOM_PLANE_V };
|
/external/libaom/libaom/aom/ |
D | aom_image.h | 171 #define AOM_PLANE_V 2 /**< V (Chroma) plane */ macro
|
/external/libaom/libaom/aom_dsp/ |
D | grain_synthesis.c | 1004 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/ |
D | encoder_util.c | 86 find_mismatch_plane(img1, img2, AOM_PLANE_V, use_highbitdepth, vloc); in find_mismatch_helper()
|
/external/libaom/libaom/common/ |
D | tools_common.c | 98 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()
|
D | y4minput.c | 1148 _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/ |
D | pickrst.c | 1403 const int plane_end = num_planes > 1 ? AOM_PLANE_V : AOM_PLANE_Y; in av1_pick_filter_restoration()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 2293 cm->v_iqmatrix[i][j] = av1_iqmatrix(cm, qmlevel, AOM_PLANE_V, j); in setup_segmentation_dequant()
|