/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12extend.c | 127 ybf->uv_crop_width, ybf->uv_crop_height, in vp8_yv12_extend_frame_borders_c() 130 uv_border + ybf->uv_width - ybf->uv_crop_width); in vp8_yv12_extend_frame_borders_c() 134 ybf->uv_crop_width, ybf->uv_crop_height, in vp8_yv12_extend_frame_borders_c() 137 uv_border + ybf->uv_width - ybf->uv_crop_width); in vp8_yv12_extend_frame_borders_c() 148 ybf->uv_crop_width, ybf->uv_crop_height, in vp8_yv12_extend_frame_borders_c() 151 uv_border + ybf->uv_width - ybf->uv_crop_width); in vp8_yv12_extend_frame_borders_c() 154 ybf->uv_crop_width, ybf->uv_crop_height, in vp8_yv12_extend_frame_borders_c() 157 uv_border + ybf->uv_width - ybf->uv_crop_width); in vp8_yv12_extend_frame_borders_c() 162 const int c_w = ybf->uv_crop_width; in extend_frame() 169 const int c_er = c_el + ybf->uv_width - ybf->uv_crop_width; in extend_frame()
|
D | yv12config.c | 84 ybf->uv_crop_width = (width + 1) / 2; in vp8_yv12_realloc_frame_buffer() 240 ybf->uv_crop_width = (width + ss_x) >> ss_x; in vpx_realloc_frame_buffer()
|
/external/libvpx/libvpx/test/ |
D | vpx_scale_test.cc | 41 FillPlane(img_.u_buffer, img_.uv_crop_width, img_.uv_crop_height, in ResetImage() 43 FillPlane(img_.v_buffer, img_.uv_crop_width, img_.uv_crop_height, in ResetImage() 121 ref_img_.uv_crop_width, ref_img_.uv_crop_height, in ReferenceExtendBorder() 126 ref_img_.uv_crop_width, ref_img_.uv_crop_height, in ReferenceExtendBorder() 144 for (int x = 0; x < img_.uv_crop_width; ++x) { in ReferenceCopyFrame()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | ssim.c | 172 source->uv_crop_width, source->uv_crop_height); in vpx_calc_ssim() 176 source->uv_crop_width, source->uv_crop_height); in vpx_calc_ssim() 197 source->uv_crop_width, source->uv_crop_height); in vpx_calc_ssimg() 201 source->uv_crop_width, source->uv_crop_height); in vpx_calc_ssimg() 468 source->uv_crop_width, source->uv_crop_height, bd); in vpx_highbd_calc_ssim() 472 source->uv_crop_width, source->uv_crop_height, bd); in vpx_highbd_calc_ssim() 493 source->uv_crop_width, source->uv_crop_height, bd); in vpx_highbd_calc_ssimg() 497 source->uv_crop_width, source->uv_crop_height, bd); in vpx_highbd_calc_ssimg()
|
D | psnrhvs.c | 218 dest->uv_stride, par, source->uv_crop_width, in vpx_psnrhvs() 222 dest->uv_stride, par, source->uv_crop_width, in vpx_psnrhvs()
|
D | fastssim.c | 459 dest->uv_stride, source->uv_crop_width, in vpx_calc_fastssim() 463 dest->uv_stride, source->uv_crop_width, in vpx_calc_fastssim()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_lookahead.c | 106 int uv_width = src->uv_crop_width; in vp9_lookahead_push() 119 uv_width != buf->img.uv_crop_width || in vp9_lookahead_push() 188 buf->img.uv_crop_width = src->uv_crop_width; in vp9_lookahead_push()
|
D | vp9_extend.c | 137 src->uv_crop_width, src->uv_crop_height, in vp9_copy_and_extend_frame() 142 src->uv_crop_width, src->uv_crop_height, in vp9_copy_and_extend_frame() 155 src->uv_crop_width, src->uv_crop_height, in vp9_copy_and_extend_frame() 160 src->uv_crop_width, src->uv_crop_height, in vp9_copy_and_extend_frame()
|
D | vp9_encoder.c | 2275 {a->y_crop_width, a->uv_crop_width, a->uv_crop_width }; in calc_highbd_psnr() 2327 a->y_crop_width, a->uv_crop_width, a->uv_crop_width}; in calc_psnr() 2545 const int src_widths[3] = {src->y_crop_width, src->uv_crop_width, 2546 src->uv_crop_width }; 2551 const int dst_widths[3] = {dst->y_crop_width, dst->uv_crop_width, 2552 dst->uv_crop_width};
|
/external/libvpx/libvpx/vpx_scale/mips/dspr2/ |
D | yv12extend_dspr2.c | 108 const int c_w = ybf->uv_crop_width; in extend_frame() 115 const int c_er = c_el + ybf->uv_width - ybf->uv_crop_width; in extend_frame()
|
/external/libvpx/libvpx/vpx_scale/ |
D | yv12config.h | 38 int uv_crop_width; member
|
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.h | 98 yv12->uv_crop_width = yv12->uv_width; in image2yuvconfig()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 571 yv12->uv_crop_width = uv_w; in image2yuvconfig()
|
D | vp8_cx_iface.c | 747 yv12->uv_crop_width = uv_w; in image2yuvconfig()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 577 frame_width = ref_frame_buf->buf.uv_crop_width; in dec_build_inter_predictors()
|