/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12extend.c | 111 assert(ybf->y_height - ybf->y_crop_height < 16); in vp8_yv12_extend_frame_borders_c() 113 assert(ybf->y_height - ybf->y_crop_height >= 0); in vp8_yv12_extend_frame_borders_c() 120 ybf->y_crop_width, ybf->y_crop_height, in vp8_yv12_extend_frame_borders_c() 122 ybf->border + ybf->y_height - ybf->y_crop_height, in vp8_yv12_extend_frame_borders_c() 142 ybf->y_crop_width, ybf->y_crop_height, in vp8_yv12_extend_frame_borders_c() 144 ybf->border + ybf->y_height - ybf->y_crop_height, in vp8_yv12_extend_frame_borders_c() 171 assert(ybf->y_height - ybf->y_crop_height < 16); in extend_frame() 173 assert(ybf->y_height - ybf->y_crop_height >= 0); in extend_frame() 179 ybf->y_crop_width, ybf->y_crop_height, in extend_frame() 181 ext_size + ybf->y_height - ybf->y_crop_height, in extend_frame() [all …]
|
D | yv12config.c | 79 ybf->y_crop_height = height; in vp8_yv12_realloc_frame_buffer() 235 ybf->y_crop_height = height; in vpx_realloc_frame_buffer()
|
/external/libvpx/libvpx/vpx_scale/mips/dspr2/ |
D | yv12extend_dspr2.c | 117 assert(ybf->y_height - ybf->y_crop_height < 16); in extend_frame() 119 assert(ybf->y_height - ybf->y_crop_height >= 0); in extend_frame() 123 ybf->y_crop_width, ybf->y_crop_height, in extend_frame() 125 ext_size + ybf->y_height - ybf->y_crop_height, in extend_frame()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_lookahead.c | 105 int height = src->y_crop_height; in vp9_lookahead_push() 118 height != buf->img.y_crop_height || in vp9_lookahead_push() 187 buf->img.y_crop_height = src->y_crop_height; in vp9_lookahead_push()
|
D | vp9_temporal_filter.c | 284 int mb_rows = (frames[alt_ref_index]->y_crop_height + 15) >> 4; in temporal_filter_iterate_c() 695 get_frame_new_buffer(cm)->y_crop_height, in vp9_temporal_filter() 697 get_frame_new_buffer(cm)->y_crop_height, in vp9_temporal_filter() 703 get_frame_new_buffer(cm)->y_crop_height, in vp9_temporal_filter() 705 get_frame_new_buffer(cm)->y_crop_height); in vp9_temporal_filter() 736 frames[0]->y_crop_height, in vp9_temporal_filter() 738 frames[0]->y_crop_height, in vp9_temporal_filter() 743 frames[0]->y_crop_height, in vp9_temporal_filter() 745 frames[0]->y_crop_height); in vp9_temporal_filter()
|
D | vp9_extend.c | 120 src->y_crop_height; 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 | 2277 {a->y_crop_height, a->uv_crop_height, a->uv_crop_height}; in calc_highbd_psnr() 2329 a->y_crop_height, a->uv_crop_height, a->uv_crop_height}; in calc_psnr() 2547 const int src_heights[3] = {src->y_crop_height, src->uv_crop_height, 2553 const int dst_heights[3] = {dst->y_crop_height, dst->uv_crop_height, 2582 const int src_h = src->y_crop_height; 2584 const int dst_h = dst->y_crop_height; 2832 if (ref->y_crop_width != cm->width || ref->y_crop_height != cm->height) { 2845 new_fb_ptr->buf.y_crop_height != cm->height) { 2857 if (ref->y_crop_width != cm->width || ref->y_crop_height != cm->height) { 2870 new_fb_ptr->buf.y_crop_height != cm->height) { [all …]
|
D | vp9_bitstream.c | 1011 cm->height == cfg->y_crop_height; 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() 136 for (int y = 0; y < img_.y_crop_height; ++y) { in ReferenceCopyFrame()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.h | 45 img->d_h = yv12->y_crop_height; in yuvconfig2image() 88 yv12->y_crop_height = img->d_h; 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 | 215 source->y_crop_height, step, csf_y); in vpx_psnrhvs()
|
D | fastssim.c | 456 source->y_crop_height); in vpx_calc_fastssim()
|
/external/libvpx/libvpx/vpx_scale/ |
D | yv12config.h | 33 int y_crop_height; member
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 574 frame_height = ref_frame_buf->buf.y_crop_height; in dec_build_inter_predictors() 1286 height = buf->y_crop_height; in setup_frame_size_with_refs() 1304 ref_frame->buf->y_crop_height, in setup_frame_size_with_refs() 1954 ref_buf->buf->y_crop_height, in read_uncompressed_header() 1960 ref_buf->buf->y_crop_height, in read_uncompressed_header()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 568 yv12->y_crop_height = y_h; in image2yuvconfig()
|
D | vp8_cx_iface.c | 744 yv12->y_crop_height = y_h; in image2yuvconfig()
|