Home
last modified time | relevance | path

Searched refs:y_crop_width (Results 1 – 20 of 20) sorted by relevance

/external/libvpx/libvpx/vpx_scale/generic/
Dyv12extend.c110 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 …]
Dyv12config.c75 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/
Dpsnr.c180 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()
Dssim.c174 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()
Dpsnrhvs.c265 dest->y_stride, par, src->y_crop_width, in vpx_psnrhvs()
Dfastssim.c481 dest->y_stride, source->y_crop_width, in vpx_calc_fastssim()
/external/libvpx/libvpx/vpx_scale/mips/dspr2/
Dyv12extend_dspr2.c114 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/
Dvp9_lookahead.c97 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()
Dvp9_frame_scale.c21 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()
Dvp9_temporal_filter.c297 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()
Dvp9_extend.c115 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()
Dvp9_encoder.c2690 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 …]
Dvp9_bitstream.c1126 cm->width == cfg->y_crop_width && cm->height == cfg->y_crop_height; in write_frame_size_with_refs()
/external/libvpx/libvpx/test/
Dvpx_scale_test.cc37 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/
Dvp9_iface_common.h44 img->d_w = yv12->y_crop_width; in yuvconfig2image()
87 yv12->y_crop_width = img->d_w; in image2yuvconfig()
/external/libvpx/libvpx/vpx_scale/
Dyv12config.h32 int y_crop_width; member
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_frame_scale_ssse3.c174 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/
Dvp9_decodeframe.c507 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/
Dvp8_dx_iface.c488 yv12->y_crop_width = y_w; in image2yuvconfig()
Dvp8_cx_iface.c696 yv12->y_crop_width = y_w; in image2yuvconfig()