Home
last modified time | relevance | path

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

12

/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()
114 extend_plane(ybf->y_buffer, ybf->y_stride, ybf->y_crop_width, in vp8_yv12_extend_frame_borders_c()
117 ybf->border + ybf->y_width - ybf->y_crop_width); in vp8_yv12_extend_frame_borders_c()
142 assert(ybf->y_width - ybf->y_crop_width < 16); in extend_frame()
144 assert(ybf->y_width - ybf->y_crop_width >= 0); in extend_frame()
148 extend_plane_high(ybf->y_buffer, ybf->y_stride, ybf->y_crop_width, in extend_frame()
151 ext_size + ybf->y_width - ybf->y_crop_width); in extend_frame()
159 extend_plane(ybf->y_buffer, ybf->y_stride, ybf->y_crop_width, in extend_frame()
162 ext_size + ybf->y_width - ybf->y_crop_width); in extend_frame()
Dyv12config.c87 ybf->y_crop_width = width; in vp8_yv12_realloc_frame_buffer()
244 ybf->y_crop_width = width; in vpx_realloc_frame_buffer()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_frame_scale.c21 const int src_w = src->y_crop_width; in vp9_scale_and_extend_frame_c()
36 if (4 * dst->y_crop_width == 3 * src_w && in vp9_scale_and_extend_frame_c()
69 const int dst_ws[3] = { dst->y_crop_width, dst->uv_crop_width, in vp9_scale_and_extend_frame_c()
92 const int dst_w = dst->y_crop_width; in vp9_scale_and_extend_frame_c()
Dvp9_lookahead.c102 int width = src->y_crop_width; in vp9_lookahead_push()
118 new_dimensions = width != buf->img.y_crop_width || in vp9_lookahead_push()
180 buf->img.y_crop_width = src->y_crop_width; in vp9_lookahead_push()
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_temporal_filter.c657 int mb_cols = (frames[alt_ref_index]->y_crop_width + BW - 1) >> BW_LOG2; in vp9_temporal_filter_iterate_row_c()
1146 sf, get_frame_new_buffer(cm)->y_crop_width, in vp9_temporal_filter()
1148 get_frame_new_buffer(cm)->y_crop_width, in vp9_temporal_filter()
1152 sf, get_frame_new_buffer(cm)->y_crop_width, in vp9_temporal_filter()
1154 get_frame_new_buffer(cm)->y_crop_width, in vp9_temporal_filter()
1185 sf, frames[0]->y_crop_width, frames[0]->y_crop_height, in vp9_temporal_filter()
1186 frames[0]->y_crop_width, frames[0]->y_crop_height, in vp9_temporal_filter()
1190 sf, frames[0]->y_crop_width, frames[0]->y_crop_height, in vp9_temporal_filter()
1191 frames[0]->y_crop_width, frames[0]->y_crop_height); in vp9_temporal_filter()
/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.c271 dest->y_stride, par, src->y_crop_width, in vpx_psnrhvs()
/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/libaom/libaom/aom_scale/mips/dspr2/
Dyv12extend_dspr2.c116 assert(ybf->y_width - ybf->y_crop_width < 16); in extend_frame()
118 assert(ybf->y_width - ybf->y_crop_width >= 0); in extend_frame()
120 extend_plane(ybf->y_buffer, ybf->y_stride, ybf->y_crop_width, in extend_frame()
123 ext_size + ybf->y_width - ybf->y_crop_width); in extend_frame()
/external/libaom/libaom/aom_scale/generic/
Dyv12extend.c109 assert(ybf->y_width - ybf->y_crop_width < 16); in aom_yv12_extend_frame_borders_c()
111 assert(ybf->y_width - ybf->y_crop_width >= 0); in aom_yv12_extend_frame_borders_c()
145 assert(ybf->y_width - ybf->y_crop_width < 16); in extend_frame()
147 assert(ybf->y_width - ybf->y_crop_width >= 0); in extend_frame()
192 assert(ybf->y_width - ybf->y_crop_width < 16); in aom_extend_frame_borders_y_c()
194 assert(ybf->y_width - ybf->y_crop_width >= 0); in aom_extend_frame_borders_y_c()
197 extend_plane_high(ybf->y_buffer, ybf->y_stride, ybf->y_crop_width, in aom_extend_frame_borders_y_c()
200 ext_size + ybf->y_width - ybf->y_crop_width); in aom_extend_frame_borders_y_c()
204 extend_plane(ybf->y_buffer, ybf->y_stride, ybf->y_crop_width, in aom_extend_frame_borders_y_c()
207 ext_size + ybf->y_width - ybf->y_crop_width); in aom_extend_frame_borders_y_c()
[all …]
Dyv12config.c118 ybf->y_crop_width = width; in realloc_frame_buffer_aligned()
/external/libvpx/libvpx/test/
Dvpx_scale_test.h46 FillPlane(img_.y_buffer, img_.y_crop_width, img_.y_crop_height, in ResetImages()
72 FillPlaneExtreme(img_.y_buffer, img_.y_crop_width, img_.y_crop_height, in ResetScaleImages()
154 ExtendPlane(ref_img_.y_buffer, ref_img_.y_crop_width, in ReferenceExtendBorder()
170 for (int x = 0; x < img_.y_crop_width; ++x) { in ReferenceCopyFrame()
/external/libaom/libaom/aom_dsp/
Dpsnr.c210 assert(a->y_crop_width == b->y_crop_width); in aom_get_y_sse()
214 a->y_crop_width, a->y_crop_height); in aom_get_y_sse()
283 assert(a->y_crop_width == b->y_crop_width); in aom_highbd_get_y_sse()
289 a->y_crop_width, a->y_crop_height); in aom_highbd_get_y_sse()
366 const int widths[3] = { a->y_crop_width, a->uv_crop_width, a->uv_crop_width }; in aom_calc_highbd_psnr()
412 const int widths[3] = { a->y_crop_width, a->uv_crop_width, a->uv_crop_width }; in aom_calc_psnr()
Dpsnrhvs.c265 par, src->y_crop_width, src->y_crop_height, step, csf_y, in aom_psnrhvs()
/external/libaom/libaom/av1/encoder/
Dlookahead.c91 int width = src->y_crop_width; in av1_lookahead_push()
108 new_dimensions = width != buf->img.y_crop_width || in av1_lookahead_push()
127 buf->img.y_crop_width = src->y_crop_width; in av1_lookahead_push()
Dextend.c110 src->y_crop_width; in av1_copy_and_extend_frame()
123 dst->y_stride, src->y_crop_width, in av1_copy_and_extend_frame()
139 dst->y_stride, src->y_crop_width, src->y_crop_height, in av1_copy_and_extend_frame()
Dhash_motion.c189 const int x_end = picture->y_crop_width - width + 1; in av1_generate_block_2x2_hash_value()
247 const int pic_width = picture->y_crop_width; in av1_generate_block_hash_value()
248 const int x_end = picture->y_crop_width - block_size + 1; in av1_generate_block_hash_value()
Dtemporal_filter.c92 AOMMAX(frame_to_filter->y_crop_width, frame_to_filter->y_crop_height)); in tf_motion_search()
937 const int frame_width = frame_to_filter->y_crop_width; in tf_do_filtering()
1288 &sf, frames[0]->y_crop_width, frames[0]->y_crop_height, in av1_temporal_filter()
1289 frames[0]->y_crop_width, frames[0]->y_crop_height); in av1_temporal_filter()
1302 const int frame_width = frames[filter_frame_idx]->y_crop_width; in av1_temporal_filter()
/external/libvpx/libvpx/vp9/
Dvp9_iface_common.c41 img->d_w = yv12->y_crop_width; in yuvconfig2image()
84 yv12->y_crop_width = img->d_w; in image2yuvconfig()
/external/libaom/libaom/av1/
Dav1_iface_common.h48 img->d_w = yv12->y_crop_width; in yuvconfig2image()
89 yv12->y_crop_width = img->d_w; in image2yuvconfig()
/external/libvpx/libvpx/vpx_scale/
Dyv12config.h32 int y_crop_width; member
/external/libaom/libaom/aom_scale/
Dyv12config.h49 int y_crop_width; member
/external/libaom/libaom/av1/common/
Dresize.c1305 if (cm->width != unscaled->y_crop_width || in av1_scale_if_required()
1393 assert(copy_buffer.y_crop_width == aligned_width); in av1_superres_upscale()
1446 assert(frame_to_show->y_crop_width == cm->superres_upscaled_width); in av1_superres_upscale()
1450 assert(frame_to_show->y_crop_width != cm->width); in av1_superres_upscale()

12