Home
last modified time | relevance | path

Searched refs:crop_widths (Results 1 – 10 of 10) sorted by relevance

/external/libaom/libaom/aom_scale/generic/
Dyv12extend.c119 ybf->buffers[plane], ybf->strides[is_uv], ybf->crop_widths[is_uv], in aom_yv12_extend_frame_borders_c()
122 plane_border + ybf->widths[is_uv] - ybf->crop_widths[is_uv]); in aom_yv12_extend_frame_borders_c()
132 ybf->crop_widths[is_uv], ybf->crop_heights[is_uv], in aom_yv12_extend_frame_borders_c()
135 plane_border + ybf->widths[is_uv] - ybf->crop_widths[is_uv]); in aom_yv12_extend_frame_borders_c()
156 const int right = left + ybf->widths[is_uv] - ybf->crop_widths[is_uv]; in extend_frame()
158 ybf->crop_widths[is_uv], ybf->crop_heights[is_uv], top, in extend_frame()
170 const int right = left + ybf->widths[is_uv] - ybf->crop_widths[is_uv]; in extend_frame()
172 ybf->crop_widths[is_uv], ybf->crop_heights[is_uv], top, left, in extend_frame()
/external/libaom/libaom/aom_scale/
Dyv12config.h52 int crop_widths[2]; member
/external/libaom/libaom/aom_dsp/
Dssim.c175 source->crop_widths[is_uv], source->crop_heights[is_uv]); in aom_calc_ssim()
435 source->crop_widths[is_uv], in aom_highbd_calc_ssim()
/external/libaom/libaom/av1/common/
Dresize.c1203 src->crop_widths[is_uv], src->strides[is_uv], in av1_resize_and_extend_frame()
1205 dst->crop_widths[is_uv], dst->strides[is_uv], bd); in av1_resize_and_extend_frame()
1208 src->crop_widths[is_uv], src->strides[is_uv], in av1_resize_and_extend_frame()
1210 dst->crop_widths[is_uv], dst->strides[is_uv]); in av1_resize_and_extend_frame()
1214 src->crop_widths[is_uv], src->strides[is_uv], in av1_resize_and_extend_frame()
1216 dst->crop_widths[is_uv], dst->strides[is_uv]); in av1_resize_and_extend_frame()
Drestoration.c1115 const int frame_width = frame->crop_widths[0]; in av1_loop_restoration_filter_frame_init()
1136 const int plane_width = frame->crop_widths[is_uv]; in av1_loop_restoration_filter_frame_init()
1443 upscaled_width = frame->crop_widths[is_uv]; in save_deblock_boundary_lines()
1472 const int src_width = frame->crop_widths[is_uv]; in save_cdef_boundary_lines()
Dreconinter.c969 setup_pred_plane(&pd->dst, bsize, src->buffers[i], src->crop_widths[is_uv], in av1_setup_dst_planes()
986 src->crop_widths[is_uv], src->crop_heights[is_uv], in av1_setup_pre_planes()
/external/libaom/libaom/av1/encoder/
Dpickrst.c182 rsc->plane_width = src->crop_widths[is_uv]; in init_rsc()
189 assert(src->crop_widths[is_uv] == dgd->crop_widths[is_uv]); in init_rsc()
Dtemporal_filter.c1087 const int width = frame->crop_widths[is_y_plane ? 0 : 1]; in av1_estimate_noise_from_single_plane()
Dencodeframe.c682 &x->plane[i].src, bsize, src->buffers[i], src->crop_widths[is_uv], in av1_setup_src_planes()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c102 aom_memset16(base, val, buf->crop_widths[is_uv]); in set_planes_to_neutral_grey()
105 sizeof(*base) * buf->crop_widths[is_uv]); in set_planes_to_neutral_grey()
114 buf->crop_widths[is_uv]); in set_planes_to_neutral_grey()