/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12extend.c | 112 assert(ybf->y_width - ybf->y_crop_width < 16); in vp8_yv12_extend_frame_borders_c() 114 assert(ybf->y_width - ybf->y_crop_width >= 0); in vp8_yv12_extend_frame_borders_c() 120 ybf->y_crop_width, ybf->y_crop_height, in vp8_yv12_extend_frame_borders_c() 123 ybf->border + ybf->y_width - ybf->y_crop_width); in vp8_yv12_extend_frame_borders_c() 142 ybf->y_crop_width, ybf->y_crop_height, in vp8_yv12_extend_frame_borders_c() 145 ybf->border + ybf->y_width - ybf->y_crop_width); in vp8_yv12_extend_frame_borders_c() 172 assert(ybf->y_width - ybf->y_crop_width < 16); in extend_frame() 174 assert(ybf->y_width - ybf->y_crop_width >= 0); in extend_frame() 179 ybf->y_crop_width, ybf->y_crop_height, in extend_frame() 182 ext_size + ybf->y_width - ybf->y_crop_width); in extend_frame() [all …]
|
D | yv12config.c | 78 ybf->y_crop_width = width; in vp8_yv12_realloc_frame_buffer() 234 ybf->y_crop_width = width; in vpx_realloc_frame_buffer()
|
/external/libvpx/libvpx/vpx_scale/mips/dspr2/ |
D | yv12extend_dspr2.c | 118 assert(ybf->y_width - ybf->y_crop_width < 16); in extend_frame() 120 assert(ybf->y_width - ybf->y_crop_width >= 0); in extend_frame() 123 ybf->y_crop_width, ybf->y_crop_height, in extend_frame() 126 ext_size + ybf->y_width - ybf->y_crop_width); in extend_frame()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_lookahead.c | 104 int width = src->y_crop_width; in vp9_lookahead_push() 117 new_dimensions = width != buf->img.y_crop_width || in vp9_lookahead_push() 186 buf->img.y_crop_width = src->y_crop_width; in vp9_lookahead_push()
|
D | vp9_temporal_filter.c | 283 int mb_cols = (frames[alt_ref_index]->y_crop_width + 15) >> 4; in temporal_filter_iterate_c() 694 get_frame_new_buffer(cm)->y_crop_width, in vp9_temporal_filter() 696 get_frame_new_buffer(cm)->y_crop_width, in vp9_temporal_filter() 702 get_frame_new_buffer(cm)->y_crop_width, in vp9_temporal_filter() 704 get_frame_new_buffer(cm)->y_crop_width, in vp9_temporal_filter() 735 frames[0]->y_crop_width, in vp9_temporal_filter() 737 frames[0]->y_crop_width, in vp9_temporal_filter() 742 frames[0]->y_crop_width, in vp9_temporal_filter() 744 frames[0]->y_crop_width, in vp9_temporal_filter()
|
D | vp9_extend.c | 117 src->y_crop_width; in vp9_copy_and_extend_frame() 132 src->y_crop_width, src->y_crop_height, in vp9_copy_and_extend_frame() 150 src->y_crop_width, src->y_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, 2551 const int dst_widths[3] = {dst->y_crop_width, dst->uv_crop_width, 2581 const int src_w = src->y_crop_width; 2583 const int dst_w = dst->y_crop_width; 2832 if (ref->y_crop_width != cm->width || ref->y_crop_height != cm->height) { 2844 new_fb_ptr->buf.y_crop_width != cm->width || 2857 if (ref->y_crop_width != cm->width || ref->y_crop_height != cm->height) { 2869 new_fb_ptr->buf.y_crop_width != cm->width || [all …]
|
D | vp9_bitstream.c | 1010 found = cm->width == cfg->y_crop_width && in write_frame_size_with_refs()
|
/external/libvpx/libvpx/test/ |
D | vpx_scale_test.cc | 39 FillPlane(img_.y_buffer, img_.y_crop_width, img_.y_crop_height, in ResetImage() 116 ref_img_.y_crop_width, ref_img_.y_crop_height, in ReferenceExtendBorder() 137 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_dsp/ |
D | ssim.c | 168 source->y_crop_width, source->y_crop_height); in vpx_calc_ssim() 193 source->y_crop_width, source->y_crop_height); in vpx_calc_ssimg() 464 source->y_crop_width, source->y_crop_height, bd); in vpx_highbd_calc_ssim() 489 source->y_crop_width, source->y_crop_height, bd); in vpx_highbd_calc_ssimg()
|
D | psnrhvs.c | 214 dest->y_stride, par, source->y_crop_width, in vpx_psnrhvs()
|
D | fastssim.c | 455 dest->y_stride, source->y_crop_width, in vpx_calc_fastssim()
|
/external/libvpx/libvpx/vpx_scale/ |
D | yv12config.h | 32 int y_crop_width; member
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 573 frame_width = ref_frame_buf->buf.y_crop_width; in dec_build_inter_predictors() 1285 width = buf->y_crop_width; in setup_frame_size_with_refs() 1303 has_valid_ref_frame |= valid_ref_frame_size(ref_frame->buf->y_crop_width, in setup_frame_size_with_refs() 1952 ref_buf->buf->y_crop_width, in read_uncompressed_header() 1958 ref_buf->buf->y_crop_width, in read_uncompressed_header()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 567 yv12->y_crop_width = y_w; in image2yuvconfig()
|
D | vp8_cx_iface.c | 743 yv12->y_crop_width = y_w; in image2yuvconfig()
|