/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12extend.c | 110 assert(ybf->y_width - ybf->y_crop_width < 16); in vp8_yv12_extend_frame_borders_c() 112 assert(ybf->y_width - ybf->y_crop_width >= 0); in vp8_yv12_extend_frame_borders_c() 116 extend_plane_high(ybf->y_buffer, ybf->y_stride, ybf->y_crop_width, in vp8_yv12_extend_frame_borders_c() 119 ybf->border + ybf->y_width - ybf->y_crop_width); in vp8_yv12_extend_frame_borders_c() 133 extend_plane(ybf->y_buffer, ybf->y_stride, ybf->y_crop_width, in vp8_yv12_extend_frame_borders_c() 136 ybf->border + ybf->y_width - ybf->y_crop_width); in vp8_yv12_extend_frame_borders_c() 161 assert(ybf->y_width - ybf->y_crop_width < 16); in extend_frame() 163 assert(ybf->y_width - ybf->y_crop_width >= 0); in extend_frame() 167 extend_plane_high(ybf->y_buffer, ybf->y_stride, ybf->y_crop_width, in extend_frame() 170 ext_size + ybf->y_width - ybf->y_crop_width); in extend_frame() [all …]
|
D | yv12config.c | 75 ybf->y_crop_width = width; in vp8_yv12_realloc_frame_buffer() 216 ybf->y_crop_width = width; in vpx_realloc_frame_buffer()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | psnr.c | 180 assert(a->y_crop_width == b->y_crop_width); in vpx_get_y_sse() 184 a->y_crop_width, a->y_crop_height); in vpx_get_y_sse() 190 assert(a->y_crop_width == b->y_crop_width); in vpx_highbd_get_y_sse() 196 a->y_crop_width, a->y_crop_height); in vpx_highbd_get_y_sse() 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 | 174 dest->y_stride, source->y_crop_width, source->y_crop_height); in vpx_calc_ssim() 443 dest->y_stride, source->y_crop_width, in vpx_highbd_calc_ssim()
|
D | psnrhvs.c | 265 dest->y_stride, par, src->y_crop_width, in vpx_psnrhvs()
|
D | fastssim.c | 481 dest->y_stride, source->y_crop_width, in vpx_calc_fastssim()
|
/external/libvpx/libvpx/vpx_scale/mips/dspr2/ |
D | yv12extend_dspr2.c | 114 assert(ybf->y_width - ybf->y_crop_width < 16); in extend_frame() 116 assert(ybf->y_width - ybf->y_crop_width >= 0); in extend_frame() 118 extend_plane(ybf->y_buffer, ybf->y_stride, ybf->y_crop_width, in extend_frame() 121 ext_size + ybf->y_width - ybf->y_crop_width); in extend_frame()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_lookahead.c | 97 int width = src->y_crop_width; in vp9_lookahead_push() 109 new_dimensions = width != buf->img.y_crop_width || in vp9_lookahead_push() 171 buf->img.y_crop_width = src->y_crop_width; in vp9_lookahead_push()
|
D | vp9_frame_scale.c | 21 const int src_w = src->y_crop_width; in vp9_scale_and_extend_frame_c() 23 const int dst_w = dst->y_crop_width; in vp9_scale_and_extend_frame_c()
|
D | vp9_temporal_filter.c | 297 int mb_cols = (frames[alt_ref_index]->y_crop_width + 15) >> 4; in vp9_temporal_filter_iterate_row_c() 731 sf, get_frame_new_buffer(cm)->y_crop_width, in vp9_temporal_filter() 733 get_frame_new_buffer(cm)->y_crop_width, in vp9_temporal_filter() 737 sf, get_frame_new_buffer(cm)->y_crop_width, in vp9_temporal_filter() 739 get_frame_new_buffer(cm)->y_crop_width, in vp9_temporal_filter() 770 sf, frames[0]->y_crop_width, frames[0]->y_crop_height, in vp9_temporal_filter() 771 frames[0]->y_crop_width, frames[0]->y_crop_height, in vp9_temporal_filter() 775 sf, frames[0]->y_crop_width, frames[0]->y_crop_height, in vp9_temporal_filter() 776 frames[0]->y_crop_width, frames[0]->y_crop_height); in vp9_temporal_filter()
|
D | vp9_extend.c | 115 src->y_crop_width; in vp9_copy_and_extend_frame() 129 dst->y_stride, src->y_crop_width, in vp9_copy_and_extend_frame() 144 dst->y_stride, src->y_crop_width, src->y_crop_height, in vp9_copy_and_extend_frame()
|
D | vp9_encoder.c | 2690 const int src_widths[3] = { src->y_crop_width, src->uv_crop_width, 2696 const int dst_widths[3] = { dst->y_crop_width, dst->uv_crop_width, 2724 const int src_w = src->y_crop_width; 2726 const int dst_w = dst->y_crop_width; 3027 if (ref->y_crop_width != cm->width || ref->y_crop_height != cm->height) { 3037 if (force_scaling || new_fb_ptr->buf.y_crop_width != cm->width || 3052 if (ref->y_crop_width != cm->width || ref->y_crop_height != cm->height) { 3062 if (force_scaling || new_fb_ptr->buf.y_crop_width != cm->width || 3089 buf->buf.y_crop_width = ref->y_crop_width; 3117 (refresh[i - 1] || (buf->buf.y_crop_width == ref->y_crop_width && [all …]
|
D | vp9_bitstream.c | 1126 cm->width == cfg->y_crop_width && cm->height == cfg->y_crop_height; in write_frame_size_with_refs()
|
/external/libvpx/libvpx/test/ |
D | vpx_scale_test.cc | 37 FillPlane(img_.y_buffer, img_.y_crop_width, img_.y_crop_height, in ResetImage() 113 ExtendPlane(ref_img_.y_buffer, ref_img_.y_crop_width, in ReferenceExtendBorder() 129 for (int x = 0; x < img_.y_crop_width; ++x) { in ReferenceCopyFrame()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.h | 44 img->d_w = yv12->y_crop_width; in yuvconfig2image() 87 yv12->y_crop_width = img->d_w; in image2yuvconfig()
|
/external/libvpx/libvpx/vpx_scale/ |
D | yv12config.h | 32 int y_crop_width; member
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_frame_scale_ssse3.c | 174 const int src_w = src->y_crop_width; in vp9_scale_and_extend_frame_ssse3() 176 const int dst_w = dst->y_crop_width; in vp9_scale_and_extend_frame_ssse3()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 507 frame_width = ref_frame_buf->buf.y_crop_width; in dec_build_inter_predictors() 1233 width = buf->y_crop_width; in setup_frame_size_with_refs() 1256 valid_ref_frame_size(ref_frame->buf->y_crop_width, in setup_frame_size_with_refs() 1877 &ref_buf->sf, ref_buf->buf->y_crop_width, in read_uncompressed_header() 1882 &ref_buf->sf, ref_buf->buf->y_crop_width, in read_uncompressed_header()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 488 yv12->y_crop_width = y_w; in image2yuvconfig()
|
D | vp8_cx_iface.c | 696 yv12->y_crop_width = y_w; in image2yuvconfig()
|