Searched refs:crop_heights (Results 1 – 10 of 10) sorted by relevance
/external/libaom/libaom/aom_scale/generic/ |
D | yv12extend.c | 120 ybf->crop_heights[is_uv], plane_border, plane_border, in aom_yv12_extend_frame_borders_c() 121 plane_border + ybf->heights[is_uv] - ybf->crop_heights[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() 134 plane_border + ybf->heights[is_uv] - ybf->crop_heights[is_uv], in aom_yv12_extend_frame_borders_c() 155 const int bottom = top + ybf->heights[is_uv] - ybf->crop_heights[is_uv]; in extend_frame() 158 ybf->crop_widths[is_uv], ybf->crop_heights[is_uv], top, in extend_frame() 169 const int bottom = top + ybf->heights[is_uv] - ybf->crop_heights[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/ |
D | yv12config.h | 59 int crop_heights[2]; member
|
/external/libaom/libaom/av1/common/ |
D | resize.c | 1202 av1_highbd_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() 1207 av1_resize_plane(src->buffers[i], src->crop_heights[is_uv], in av1_resize_and_extend_frame() 1209 dst->buffers[i], dst->crop_heights[is_uv], in av1_resize_and_extend_frame() 1213 av1_resize_plane(src->buffers[i], src->crop_heights[is_uv], in av1_resize_and_extend_frame() 1215 dst->buffers[i], dst->crop_heights[is_uv], in av1_resize_and_extend_frame() 1295 src->crop_heights[is_uv]); in av1_upscale_normative_and_extend_frame()
|
D | restoration.c | 1116 const int frame_height = frame->crop_heights[0]; in av1_loop_restoration_filter_frame_init() 1137 const int plane_height = frame->crop_heights[is_uv]; in av1_loop_restoration_filter_frame_init() 1424 AOMMIN(RESTORATION_CTX_VERT, frame->crop_heights[is_uv] - row); in save_deblock_boundary_lines()
|
D | reconinter.c | 970 src->crop_heights[is_uv], src->strides[is_uv], mi_row, in av1_setup_dst_planes() 986 src->crop_widths[is_uv], src->crop_heights[is_uv], in av1_setup_pre_planes()
|
/external/libaom/libaom/aom_dsp/ |
D | ssim.c | 175 source->crop_widths[is_uv], source->crop_heights[is_uv]); in aom_calc_ssim() 436 source->crop_heights[is_uv], in_bd, shift); in aom_highbd_calc_ssim()
|
/external/libaom/libaom/av1/encoder/ |
D | pickrst.c | 183 rsc->plane_height = src->crop_heights[is_uv]; in init_rsc() 190 assert(src->crop_heights[is_uv] == dgd->crop_heights[is_uv]); in init_rsc()
|
D | temporal_filter.c | 1086 const int height = frame->crop_heights[is_y_plane ? 0 : 1]; in av1_estimate_noise_from_single_plane()
|
D | encodeframe.c | 683 src->crop_heights[is_uv], src->strides[is_uv], mi_row, mi_col, NULL, in av1_setup_src_planes()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 101 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()
|