/external/libaom/libaom/aom_dsp/ |
D | psnr.c | 227 assert(a->uv_crop_width == b->uv_crop_width); in aom_get_u_sse() 231 a->uv_crop_width, a->uv_crop_height); in aom_get_u_sse() 244 assert(a->uv_crop_width == b->uv_crop_width); in aom_get_v_sse() 248 a->uv_crop_width, a->uv_crop_height); in aom_get_v_sse() 303 assert(a->uv_crop_width == b->uv_crop_width); in aom_highbd_get_u_sse() 309 a->uv_crop_width, a->uv_crop_height); in aom_highbd_get_u_sse() 323 assert(a->uv_crop_width == b->uv_crop_width); in aom_highbd_get_v_sse() 329 a->uv_crop_width, a->uv_crop_height); in aom_highbd_get_v_sse() 366 const int widths[3] = { a->y_crop_width, a->uv_crop_width, a->uv_crop_width }; in aom_calc_highbd_psnr() 412 const int widths[3] = { a->y_crop_width, a->uv_crop_width, a->uv_crop_width }; in aom_calc_psnr()
|
D | psnrhvs.c | 269 par, src->uv_crop_width, src->uv_crop_height, step, in aom_psnrhvs() 273 par, src->uv_crop_width, src->uv_crop_height, step, in aom_psnrhvs()
|
D | fastssim.c | 480 dest->uv_stride, source->uv_crop_width, in aom_calc_fastssim() 483 dest->uv_stride, source->uv_crop_width, in aom_calc_fastssim()
|
/external/libvpx/libvpx/test/ |
D | vpx_scale_test.h | 48 FillPlane(img_.u_buffer, img_.uv_crop_width, img_.uv_crop_height, in ResetImages() 50 FillPlane(img_.v_buffer, img_.uv_crop_width, img_.uv_crop_height, in ResetImages() 74 FillPlaneExtreme(img_.u_buffer, img_.uv_crop_width, img_.uv_crop_height, in ResetScaleImages() 76 FillPlaneExtreme(img_.v_buffer, img_.uv_crop_width, img_.uv_crop_height, in ResetScaleImages() 157 ExtendPlane(ref_img_.u_buffer, ref_img_.uv_crop_width, in ReferenceExtendBorder() 160 ExtendPlane(ref_img_.v_buffer, ref_img_.uv_crop_width, in ReferenceExtendBorder() 177 for (int x = 0; x < img_.uv_crop_width; ++x) { in ReferenceCopyFrame()
|
/external/libaom/libaom/av1/encoder/ |
D | extend.c | 128 src->uv_crop_width, src->uv_crop_height, et_uv, el_uv, eb_uv, er_uv); in av1_copy_and_extend_frame() 133 src->uv_crop_width, src->uv_crop_height, et_uv, el_uv, eb_uv, er_uv); in av1_copy_and_extend_frame() 143 dst->uv_stride, src->uv_crop_width, in av1_copy_and_extend_frame() 148 dst->uv_stride, src->uv_crop_width, in av1_copy_and_extend_frame()
|
D | lookahead.c | 93 int uv_width = src->uv_crop_width; in av1_lookahead_push() 110 uv_width != buf->img.uv_crop_width || in av1_lookahead_push() 129 buf->img.uv_crop_width = src->uv_crop_width; in av1_lookahead_push()
|
D | rd.c | 1054 i ? src->uv_crop_width : src->y_crop_width, in av1_setup_pred_block()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_lookahead.c | 104 int uv_width = src->uv_crop_width; in vp9_lookahead_push() 120 uv_width != buf->img.uv_crop_width || in vp9_lookahead_push() 182 buf->img.uv_crop_width = src->uv_crop_width; in vp9_lookahead_push()
|
D | vp9_extend.c | 134 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()
|
D | vp9_frame_scale.c | 69 const int dst_ws[3] = { dst->y_crop_width, dst->uv_crop_width, in vp9_scale_and_extend_frame_c() 70 dst->uv_crop_width }; in vp9_scale_and_extend_frame_c()
|
/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12extend.c | 119 extend_plane(ybf->u_buffer, ybf->uv_stride, ybf->uv_crop_width, in vp8_yv12_extend_frame_borders_c() 122 uv_border + ybf->uv_width - ybf->uv_crop_width); in vp8_yv12_extend_frame_borders_c() 124 extend_plane(ybf->v_buffer, ybf->uv_stride, ybf->uv_crop_width, in vp8_yv12_extend_frame_borders_c() 127 uv_border + ybf->uv_width - ybf->uv_crop_width); in vp8_yv12_extend_frame_borders_c() 132 const int c_w = ybf->uv_crop_width; in extend_frame() 139 const int c_er = c_el + ybf->uv_width - ybf->uv_crop_width; in extend_frame()
|
D | yv12config.c | 93 ybf->uv_crop_width = (width + 1) / 2; in vp8_yv12_realloc_frame_buffer() 250 ybf->uv_crop_width = (width + ss_x) >> ss_x; in vpx_realloc_frame_buffer()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | psnr.c | 204 const int widths[3] = { a->y_crop_width, a->uv_crop_width, a->uv_crop_width }; in vpx_calc_highbd_psnr() 252 const int widths[3] = { a->y_crop_width, a->uv_crop_width, a->uv_crop_width }; in vpx_calc_psnr()
|
D | ssim.c | 177 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() 447 dest->uv_stride, source->uv_crop_width, in vpx_highbd_calc_ssim() 451 dest->uv_stride, source->uv_crop_width, in vpx_highbd_calc_ssim()
|
D | psnrhvs.c | 274 dest->uv_stride, par, src->uv_crop_width, in vpx_psnrhvs() 277 dest->uv_stride, par, src->uv_crop_width, in vpx_psnrhvs()
|
D | fastssim.c | 488 dest->uv_stride, source->uv_crop_width, in vpx_calc_fastssim() 491 dest->uv_stride, source->uv_crop_width, in vpx_calc_fastssim()
|
/external/libvpx/libvpx/vpx_scale/mips/dspr2/ |
D | yv12extend_dspr2.c | 104 const int c_w = ybf->uv_crop_width; in extend_frame() 111 const int c_er = c_el + ybf->uv_width - ybf->uv_crop_width; in extend_frame()
|
/external/libaom/libaom/aom_scale/mips/dspr2/ |
D | yv12extend_dspr2.c | 106 const int c_w = ybf->uv_crop_width; in extend_frame() 113 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/libaom/libaom/aom_scale/ |
D | yv12config.h | 50 int uv_crop_width; member
|
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.c | 95 yv12->uv_crop_width = yv12->uv_width; in image2yuvconfig()
|
/external/libaom/libaom/av1/ |
D | av1_iface_common.h | 100 yv12->uv_crop_width = yv12->uv_width; in image2yuvconfig()
|
/external/libaom/libaom/aom_scale/generic/ |
D | yv12config.c | 124 ybf->uv_crop_width = (width + ss_x) >> ss_x; in realloc_frame_buffer_aligned()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 546 yv12->uv_crop_width = uv_w; in image2yuvconfig()
|
D | vp8_cx_iface.c | 729 yv12->uv_crop_width = uv_w; in image2yuvconfig()
|