Home
last modified time | relevance | path

Searched refs:y_crop_height (Results 1 – 17 of 17) sorted by relevance

/external/libvpx/libvpx/vpx_scale/generic/
Dyv12extend.c111 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 …]
Dyv12config.c79 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/
Dyv12extend_dspr2.c117 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/
Dvp9_lookahead.c105 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()
Dvp9_temporal_filter.c284 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()
Dvp9_extend.c120 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()
Dvp9_encoder.c2277 {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 …]
Dvp9_bitstream.c1011 cm->height == cfg->y_crop_height; in write_frame_size_with_refs()
/external/libvpx/libvpx/test/
Dvpx_scale_test.cc39 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/
Dvp9_iface_common.h45 img->d_h = yv12->y_crop_height; in yuvconfig2image()
88 yv12->y_crop_height = img->d_h; in image2yuvconfig()
/external/libvpx/libvpx/vpx_dsp/
Dssim.c168 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()
Dpsnrhvs.c215 source->y_crop_height, step, csf_y); in vpx_psnrhvs()
Dfastssim.c456 source->y_crop_height); in vpx_calc_fastssim()
/external/libvpx/libvpx/vpx_scale/
Dyv12config.h33 int y_crop_height; member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c574 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/
Dvp8_dx_iface.c568 yv12->y_crop_height = y_h; in image2yuvconfig()
Dvp8_cx_iface.c744 yv12->y_crop_height = y_h; in image2yuvconfig()