/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() 200 img->planes[AOM_PLANE_U] = in aom_img_set_rect() 201 data + uv_x * bytes_per_sample + uv_y * img->stride[AOM_PLANE_U]; in aom_img_set_rect() 203 img->stride[AOM_PLANE_U]; in aom_img_set_rect() 211 img->planes[AOM_PLANE_U] = in aom_img_set_rect() 212 data + uv_x * bytes_per_sample + uv_y * img->stride[AOM_PLANE_U]; in aom_img_set_rect() 230 img->planes[AOM_PLANE_U] += (signed)((img->d_h >> img->y_chroma_shift) - 1) * in aom_img_flip() 231 img->stride[AOM_PLANE_U]; in aom_img_flip() 232 img->stride[AOM_PLANE_U] = -img->stride[AOM_PLANE_U]; in aom_img_flip()
|
/external/libaom/libaom/av1/ |
D | av1_iface_common.h | 53 img->planes[AOM_PLANE_U] = yv12->u_buffer; in yuvconfig2image() 56 img->stride[AOM_PLANE_U] = yv12->uv_stride; in yuvconfig2image() 64 img->planes[AOM_PLANE_U] = (uint8_t *)CONVERT_TO_SHORTPTR(yv12->u_buffer); in yuvconfig2image() 67 img->stride[AOM_PLANE_U] = 2 * yv12->uv_stride; in yuvconfig2image() 81 yv12->u_buffer = img->planes[AOM_PLANE_U]; in image2yuvconfig() 99 yv12->uv_stride = img->stride[AOM_PLANE_U]; in image2yuvconfig()
|
/external/libaom/libaom/apps/ |
D | aomdec.c | 127 (uint16_t *)src->planes[AOM_PLANE_U], src->stride[AOM_PLANE_U] / 2, in libyuv_scale() 130 dst->stride[AOM_PLANE_Y] / 2, (uint16_t *)dst->planes[AOM_PLANE_U], in libyuv_scale() 131 dst->stride[AOM_PLANE_U] / 2, (uint16_t *)dst->planes[AOM_PLANE_V], in libyuv_scale() 137 src->planes[AOM_PLANE_U], src->stride[AOM_PLANE_U], in libyuv_scale() 140 dst->planes[AOM_PLANE_U], dst->stride[AOM_PLANE_U], 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 | 1862 (uint16_t *)img->planes[AOM_PLANE_U], img->stride[AOM_PLANE_U] / 2, in encode_frame() 1866 (uint16_t *)stream->img->planes[AOM_PLANE_U], in encode_frame() 1867 stream->img->stride[AOM_PLANE_U] / 2, in encode_frame() 1895 img->planes[AOM_PLANE_U], img->stride[AOM_PLANE_U], in encode_frame() 1898 stream->img->planes[AOM_PLANE_U], stream->img->stride[AOM_PLANE_U], in encode_frame()
|
/external/libaom/libaom/test/ |
D | monochrome_test.cc | 41 int chroma_value = img.planes[AOM_PLANE_U][0]; in DecompressedFrameHook() 44 ComparePlaneToValue(img, AOM_PLANE_U, 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_dsp/ |
D | grain_synthesis.c | 999 copy_rect(src->planes[AOM_PLANE_U], src->stride[AOM_PLANE_U], in av1_add_film_grain() 1000 dst->planes[AOM_PLANE_U], dst->stride[AOM_PLANE_U], in av1_add_film_grain() 1011 cb = dst->planes[AOM_PLANE_U]; in av1_add_film_grain() 1016 chroma_stride = dst->stride[AOM_PLANE_U] >> use_high_bit_depth; in av1_add_film_grain()
|
/external/libaom/libaom/av1/common/ |
D | cfl.h | 26 const int ssx = xd->plane[AOM_PLANE_U].subsampling_x; in is_cfl_allowed() 27 const int ssy = xd->plane[AOM_PLANE_U].subsampling_y; in is_cfl_allowed()
|
D | onyxc_int.h | 770 if (i == AOM_PLANE_U) { in av1_init_macroblockd()
|
/external/libaom/libaom/aom/ |
D | aom_image.h | 170 #define AOM_PLANE_U 1 /**< U (Chroma) plane */ macro
|
/external/libaom/libaom/examples/ |
D | encoder_util.c | 85 find_mismatch_plane(img1, img2, AOM_PLANE_U, use_highbitdepth, uloc); in find_mismatch_helper()
|
/external/libaom/libaom/common/ |
D | tools_common.c | 99 : AOM_PLANE_U]; in read_yuv_frame() 103 yuv_frame->planes[yuv_frame->fmt == AOM_IMG_FMT_YV12 ? AOM_PLANE_U 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() 1150 _img->planes[AOM_PLANE_U] = _y4m->dst_buf + pic_sz; in y4m_input_fetch_frame()
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 4935 struct macroblockd_plane *const pd = &xd->plane[AOM_PLANE_U]; in super_block_uvrd() 4936 const TX_SIZE uv_tx_size = av1_get_tx_size(AOM_PLANE_U, xd); in super_block_uvrd() 6330 const int ssx = xd->plane[AOM_PLANE_U].subsampling_x; in cfl_rd_pick_alpha() 6331 const int ssy = xd->plane[AOM_PLANE_U].subsampling_y; in cfl_rd_pick_alpha() 6479 const TX_SIZE uv_tx_size = av1_get_tx_size(AOM_PLANE_U, xd); in rd_pick_intra_sbuv_mode() 6562 bsize = scale_chroma_bsize(bsize, xd->plane[AOM_PLANE_U].subsampling_x, in choose_intra_uv_mode() 6563 xd->plane[AOM_PLANE_U].subsampling_y); in choose_intra_uv_mode() 9234 AOM_PLANE_U, num_planes - 1); in handle_inter_intra_mode() 10492 bsize, AOM_PLANE_U, num_planes - 1); in handle_inter_mode() 10830 max_uv_tx_size = av1_get_tx_size(AOM_PLANE_U, xd); in av1_rd_pick_intra_mode_sb() [all …]
|
D | encodeframe.c | 850 xd->plane[AOM_PLANE_U].subsampling_x, in sum_intra_stats() 851 xd->plane[AOM_PLANE_U].subsampling_y)) in sum_intra_stats()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 2289 cm->u_iqmatrix[i][j] = av1_iqmatrix(cm, qmlevel, AOM_PLANE_U, j); in setup_segmentation_dequant()
|