/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12extend.c | 110 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()
|
D | yv12config.c | 87 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/ |
D | vp9_frame_scale.c | 21 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()
|
D | vp9_lookahead.c | 102 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()
|
D | vp9_extend.c | 115 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()
|
D | vp9_temporal_filter.c | 657 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/ |
D | psnr.c | 180 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()
|
D | ssim.c | 174 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()
|
D | psnrhvs.c | 271 dest->y_stride, par, src->y_crop_width, in vpx_psnrhvs()
|
/external/libvpx/libvpx/vpx_scale/mips/dspr2/ |
D | yv12extend_dspr2.c | 114 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/ |
D | yv12extend_dspr2.c | 116 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/ |
D | yv12extend.c | 109 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 …]
|
D | yv12config.c | 118 ybf->y_crop_width = width; in realloc_frame_buffer_aligned()
|
/external/libvpx/libvpx/test/ |
D | vpx_scale_test.h | 46 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/ |
D | psnr.c | 210 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()
|
D | psnrhvs.c | 265 par, src->y_crop_width, src->y_crop_height, step, csf_y, in aom_psnrhvs()
|
/external/libaom/libaom/av1/encoder/ |
D | lookahead.c | 91 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()
|
D | extend.c | 110 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()
|
D | hash_motion.c | 189 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()
|
D | temporal_filter.c | 92 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/ |
D | vp9_iface_common.c | 41 img->d_w = yv12->y_crop_width; in yuvconfig2image() 84 yv12->y_crop_width = img->d_w; in image2yuvconfig()
|
/external/libaom/libaom/av1/ |
D | av1_iface_common.h | 48 img->d_w = yv12->y_crop_width; in yuvconfig2image() 89 yv12->y_crop_width = img->d_w; in image2yuvconfig()
|
/external/libvpx/libvpx/vpx_scale/ |
D | yv12config.h | 32 int y_crop_width; member
|
/external/libaom/libaom/aom_scale/ |
D | yv12config.h | 49 int y_crop_width; member
|
/external/libaom/libaom/av1/common/ |
D | resize.c | 1305 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()
|