Home
last modified time | relevance | path

Searched refs:uv_crop_height (Results 1 – 16 of 16) sorted by relevance

/external/libvpx/libvpx/vpx_scale/generic/
Dyv12extend.c122 ybf->uv_crop_height, uv_border, uv_border, in vp8_yv12_extend_frame_borders_c()
123 uv_border + ybf->uv_height - ybf->uv_crop_height, in vp8_yv12_extend_frame_borders_c()
127 ybf->uv_crop_height, uv_border, uv_border, in vp8_yv12_extend_frame_borders_c()
128 uv_border + ybf->uv_height - ybf->uv_crop_height, in vp8_yv12_extend_frame_borders_c()
139 ybf->uv_crop_height, uv_border, uv_border, in vp8_yv12_extend_frame_borders_c()
140 uv_border + ybf->uv_height - ybf->uv_crop_height, in vp8_yv12_extend_frame_borders_c()
144 ybf->uv_crop_height, uv_border, uv_border, in vp8_yv12_extend_frame_borders_c()
145 uv_border + ybf->uv_height - ybf->uv_crop_height, in vp8_yv12_extend_frame_borders_c()
152 const int c_h = ybf->uv_crop_height; in extend_frame()
157 const int c_eb = c_et + ybf->uv_height - ybf->uv_crop_height; in extend_frame()
Dyv12config.c82 ybf->uv_crop_height = (height + 1) / 2; in vp8_yv12_realloc_frame_buffer()
223 ybf->uv_crop_height = (height + ss_y) >> ss_y; in vpx_realloc_frame_buffer()
/external/libvpx/libvpx/test/
Dvpx_scale_test.cc39 FillPlane(img_.u_buffer, img_.uv_crop_width, img_.uv_crop_height, in ResetImage()
41 FillPlane(img_.v_buffer, img_.uv_crop_width, img_.uv_crop_height, in ResetImage()
117 ref_img_.uv_crop_height, ref_img_.uv_width, ref_img_.uv_height, in ReferenceExtendBorder()
120 ref_img_.uv_crop_height, ref_img_.uv_width, ref_img_.uv_height, in ReferenceExtendBorder()
135 for (int y = 0; y < img_.uv_crop_height; ++y) { in ReferenceCopyFrame()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_lookahead.c100 int uv_height = src->uv_crop_height; in vp9_lookahead_push()
112 uv_height != buf->img.uv_crop_height; in vp9_lookahead_push()
174 buf->img.uv_crop_height = src->uv_crop_height; in vp9_lookahead_push()
Dvp9_extend.c134 src->uv_crop_width, src->uv_crop_height, et_uv, el_uv, eb_uv, er_uv); in vp9_copy_and_extend_frame()
138 src->uv_crop_width, src->uv_crop_height, et_uv, el_uv, eb_uv, er_uv); in vp9_copy_and_extend_frame()
148 dst->uv_stride, src->uv_crop_width, src->uv_crop_height, in vp9_copy_and_extend_frame()
152 dst->uv_stride, src->uv_crop_width, src->uv_crop_height, in vp9_copy_and_extend_frame()
Dvp9_encoder.c2692 const int src_heights[3] = { src->y_crop_height, src->uv_crop_height,
2693 src->uv_crop_height };
2698 const int dst_heights[3] = { dst->y_crop_height, dst->uv_crop_height,
2699 dst->uv_crop_height };
/external/libvpx/libvpx/vpx_dsp/
Dpsnr.c205 const int heights[3] = { a->y_crop_height, a->uv_crop_height, in vpx_calc_highbd_psnr()
206 a->uv_crop_height }; in vpx_calc_highbd_psnr()
253 const int heights[3] = { a->y_crop_height, a->uv_crop_height, in vpx_calc_psnr()
254 a->uv_crop_height }; in vpx_calc_psnr()
Dssim.c177 dest->uv_stride, source->uv_crop_width, source->uv_crop_height); in vpx_calc_ssim()
180 dest->uv_stride, source->uv_crop_width, source->uv_crop_height); in vpx_calc_ssim()
448 source->uv_crop_height, in_bd, shift); in vpx_highbd_calc_ssim()
452 source->uv_crop_height, in_bd, shift); in vpx_highbd_calc_ssim()
Dpsnrhvs.c269 src->uv_crop_height, step, csf_cb420, bd, bd_shift); in vpx_psnrhvs()
272 src->uv_crop_height, step, csf_cr420, bd, bd_shift); in vpx_psnrhvs()
Dfastssim.c485 source->uv_crop_height, in_bd, bd_shift); in vpx_calc_fastssim()
488 source->uv_crop_height, in_bd, bd_shift); in vpx_calc_fastssim()
/external/libvpx/libvpx/vpx_scale/mips/dspr2/
Dyv12extend_dspr2.c105 const int c_h = ybf->uv_crop_height; in extend_frame()
110 const int c_eb = c_et + ybf->uv_height - ybf->uv_crop_height; in extend_frame()
/external/libvpx/libvpx/vpx_scale/
Dyv12config.h39 int uv_crop_height; member
/external/libvpx/libvpx/vp9/
Dvp9_iface_common.h99 yv12->uv_crop_height = yv12->uv_height; in image2yuvconfig()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c493 yv12->uv_crop_height = uv_h; in image2yuvconfig()
Dvp8_cx_iface.c701 yv12->uv_crop_height = uv_h; in image2yuvconfig()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c512 frame_height = ref_frame_buf->buf.uv_crop_height; in dec_build_inter_predictors()