Home
last modified time | relevance | path

Searched refs:crop_heights (Results 1 – 9 of 9) sorted by relevance

/external/libaom/libaom/aom_scale/generic/
Dyv12extend.c117 ybf->crop_heights[is_uv], plane_border, plane_border, in aom_yv12_extend_frame_borders_c()
118 plane_border + ybf->heights[is_uv] - ybf->crop_heights[is_uv], in aom_yv12_extend_frame_borders_c()
127 ybf->crop_widths[is_uv], ybf->crop_heights[is_uv], in aom_yv12_extend_frame_borders_c()
129 plane_border + ybf->heights[is_uv] - ybf->crop_heights[is_uv], in aom_yv12_extend_frame_borders_c()
149 const int bottom = top + ybf->heights[is_uv] - ybf->crop_heights[is_uv]; in extend_frame()
152 ybf->crop_widths[is_uv], ybf->crop_heights[is_uv], top, in extend_frame()
161 const int bottom = top + ybf->heights[is_uv] - ybf->crop_heights[is_uv]; in extend_frame()
164 ybf->crop_widths[is_uv], ybf->crop_heights[is_uv], top, left, in extend_frame()
/external/libaom/libaom/aom_scale/
Dyv12config.h59 int crop_heights[2]; member
/external/libaom/libaom/aom_dsp/
Dssim.c173 source->crop_widths[is_uv], source->crop_heights[is_uv]); in aom_calc_ssim()
434 source->crop_heights[is_uv], in_bd, shift); in aom_highbd_calc_ssim()
/external/libaom/libaom/av1/common/
Dresize.c1197 av1_highbd_resize_plane(src->buffers[i], src->crop_heights[is_uv], in av1_resize_and_extend_frame()
1199 dst->buffers[i], dst->crop_heights[is_uv], in av1_resize_and_extend_frame()
1202 av1_resize_plane(src->buffers[i], src->crop_heights[is_uv], in av1_resize_and_extend_frame()
1204 dst->buffers[i], dst->crop_heights[is_uv], in av1_resize_and_extend_frame()
1278 src->crop_heights[is_uv]); in av1_upscale_normative_and_extend_frame()
Drestoration.c1099 const int frame_height = frame->crop_heights[0]; in av1_loop_restoration_filter_frame_init()
1120 const int plane_height = frame->crop_heights[is_uv]; in av1_loop_restoration_filter_frame_init()
1407 AOMMIN(RESTORATION_CTX_VERT, frame->crop_heights[is_uv] - row); in save_deblock_boundary_lines()
Dreconinter.c686 src->crop_heights[is_uv], src->strides[is_uv], mi_row, in av1_setup_dst_planes()
702 src->crop_widths[is_uv], src->crop_heights[is_uv], in av1_setup_pre_planes()
/external/libaom/libaom/av1/encoder/
Dpickrst.c146 rsc->plane_height = src->crop_heights[is_uv]; in init_rsc()
153 assert(src->crop_heights[is_uv] == dgd->crop_heights[is_uv]); in init_rsc()
Dencodeframe.c464 src->crop_heights[is_uv], src->strides[is_uv], mi_row, mi_col, NULL, in av1_setup_src_planes()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c101 if (buf->crop_heights[is_uv] > 0) { in set_planes_to_neutral_grey()
103 for (int row_idx = 1; row_idx < buf->crop_heights[is_uv]; row_idx++) { in set_planes_to_neutral_grey()
112 for (int row_idx = 0; row_idx < buf->crop_heights[is_uv]; row_idx++) { in set_planes_to_neutral_grey()