/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12extend.c | 109 assert(ybf->y_height - ybf->y_crop_height < 16); in vp8_yv12_extend_frame_borders_c() 111 assert(ybf->y_height - ybf->y_crop_height >= 0); in vp8_yv12_extend_frame_borders_c() 115 ybf->y_crop_height, ybf->border, ybf->border, in vp8_yv12_extend_frame_borders_c() 116 ybf->border + ybf->y_height - ybf->y_crop_height, in vp8_yv12_extend_frame_borders_c() 141 assert(ybf->y_height - ybf->y_crop_height < 16); in extend_frame() 143 assert(ybf->y_height - ybf->y_crop_height >= 0); in extend_frame() 149 ybf->y_crop_height, ext_size, ext_size, in extend_frame() 150 ext_size + ybf->y_height - ybf->y_crop_height, in extend_frame() 160 ybf->y_crop_height, ext_size, ext_size, in extend_frame() 161 ext_size + ybf->y_height - ybf->y_crop_height, in extend_frame()
|
D | yv12config.c | 88 ybf->y_crop_height = height; in vp8_yv12_realloc_frame_buffer() 245 ybf->y_crop_height = height; in vpx_realloc_frame_buffer()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_frame_scale.c | 22 const int src_h = src->y_crop_height; in vp9_scale_and_extend_frame_c() 37 4 * dst->y_crop_height == 3 * src_h) { in vp9_scale_and_extend_frame_c() 71 const int dst_hs[3] = { dst->y_crop_height, dst->uv_crop_height, in vp9_scale_and_extend_frame_c() 93 const int dst_h = dst->y_crop_height; in vp9_scale_and_extend_frame_c()
|
D | vp9_lookahead.c | 103 int height = src->y_crop_height; in vp9_lookahead_push() 119 height != buf->img.y_crop_height || in vp9_lookahead_push() 181 buf->img.y_crop_height = src->y_crop_height; in vp9_lookahead_push()
|
D | vp9_extend.c | 118 src->y_crop_height; in vp9_copy_and_extend_frame() 130 src->y_crop_height, et_y, el_y, eb_y, er_y); 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 | 658 int mb_rows = (frames[alt_ref_index]->y_crop_height + BH - 1) >> BH_LOG2; in vp9_temporal_filter_iterate_row_c() 1147 get_frame_new_buffer(cm)->y_crop_height, in vp9_temporal_filter() 1149 get_frame_new_buffer(cm)->y_crop_height, cm->use_highbitdepth); in vp9_temporal_filter() 1153 get_frame_new_buffer(cm)->y_crop_height, in vp9_temporal_filter() 1155 get_frame_new_buffer(cm)->y_crop_height); 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 | 181 assert(a->y_crop_height == b->y_crop_height); in vpx_get_y_sse() 184 a->y_crop_width, a->y_crop_height); in vpx_get_y_sse() 191 assert(a->y_crop_height == b->y_crop_height); in vpx_highbd_get_y_sse() 196 a->y_crop_width, a->y_crop_height); in vpx_highbd_get_y_sse() 205 const int heights[3] = { a->y_crop_height, a->uv_crop_height, in vpx_calc_highbd_psnr() 253 const int heights[3] = { a->y_crop_height, a->uv_crop_height, in vpx_calc_psnr()
|
D | ssim.c | 174 dest->y_stride, source->y_crop_width, source->y_crop_height); in vpx_calc_ssim() 444 source->y_crop_height, in_bd, shift); in vpx_highbd_calc_ssim()
|
D | psnrhvs.c | 272 src->y_crop_height, step, csf_y, bd, bd_shift); in vpx_psnrhvs()
|
/external/libvpx/libvpx/vpx_scale/mips/dspr2/ |
D | yv12extend_dspr2.c | 113 assert(ybf->y_height - ybf->y_crop_height < 16); in extend_frame() 115 assert(ybf->y_height - ybf->y_crop_height >= 0); in extend_frame() 119 ybf->y_crop_height, ext_size, ext_size, in extend_frame() 120 ext_size + ybf->y_height - ybf->y_crop_height, in extend_frame()
|
/external/libaom/libaom/aom_scale/mips/dspr2/ |
D | yv12extend_dspr2.c | 115 assert(ybf->y_height - ybf->y_crop_height < 16); in extend_frame() 117 assert(ybf->y_height - ybf->y_crop_height >= 0); in extend_frame() 121 ybf->y_crop_height, ext_size, ext_size, in extend_frame() 122 ext_size + ybf->y_height - ybf->y_crop_height, in extend_frame()
|
/external/libaom/libaom/aom_scale/generic/ |
D | yv12extend.c | 108 assert(ybf->y_height - ybf->y_crop_height < 16); in aom_yv12_extend_frame_borders_c() 110 assert(ybf->y_height - ybf->y_crop_height >= 0); in aom_yv12_extend_frame_borders_c() 144 assert(ybf->y_height - ybf->y_crop_height < 16); in extend_frame() 146 assert(ybf->y_height - ybf->y_crop_height >= 0); in extend_frame() 191 assert(ybf->y_height - ybf->y_crop_height < 16); in aom_extend_frame_borders_y_c() 193 assert(ybf->y_height - ybf->y_crop_height >= 0); in aom_extend_frame_borders_y_c() 198 ybf->y_crop_height, ext_size, ext_size, in aom_extend_frame_borders_y_c() 199 ext_size + ybf->y_height - ybf->y_crop_height, in aom_extend_frame_borders_y_c() 205 ybf->y_crop_height, ext_size, ext_size, in aom_extend_frame_borders_y_c() 206 ext_size + ybf->y_height - ybf->y_crop_height, in aom_extend_frame_borders_y_c() [all …]
|
D | yv12config.c | 119 ybf->y_crop_height = height; 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() 155 ref_img_.y_crop_height, ref_img_.y_width, ref_img_.y_height, in ReferenceExtendBorder() 169 for (int y = 0; y < img_.y_crop_height; ++y) { in ReferenceCopyFrame()
|
/external/libaom/libaom/aom_dsp/ |
D | psnr.c | 211 assert(a->y_crop_height == b->y_crop_height); in aom_get_y_sse() 214 a->y_crop_width, a->y_crop_height); in aom_get_y_sse() 284 assert(a->y_crop_height == b->y_crop_height); in aom_highbd_get_y_sse() 289 a->y_crop_width, a->y_crop_height); in aom_highbd_get_y_sse() 367 const int heights[3] = { a->y_crop_height, a->uv_crop_height, in aom_calc_highbd_psnr() 413 const int heights[3] = { a->y_crop_height, a->uv_crop_height, 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 | 92 int height = src->y_crop_height; in av1_lookahead_push() 109 height != buf->img.y_crop_height || in av1_lookahead_push() 128 buf->img.y_crop_height = src->y_crop_height; in av1_lookahead_push()
|
D | extend.c | 113 src->y_crop_height; in av1_copy_and_extend_frame() 124 src->y_crop_height, et_y, el_y, eb_y, er_y); 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 | temporal_filter.c | 92 AOMMAX(frame_to_filter->y_crop_width, frame_to_filter->y_crop_height)); in tf_motion_search() 936 const int frame_height = frame_to_filter->y_crop_height; 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() 1301 const int frame_height = frames[filter_frame_idx]->y_crop_height; in av1_temporal_filter()
|
D | hash_motion.c | 190 const int y_end = picture->y_crop_height - height + 1; in av1_generate_block_2x2_hash_value() 249 const int y_end = picture->y_crop_height - block_size + 1; in av1_generate_block_hash_value()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.c | 42 img->d_h = yv12->y_crop_height; in yuvconfig2image() 85 yv12->y_crop_height = img->d_h; in image2yuvconfig()
|
/external/libaom/libaom/av1/ |
D | av1_iface_common.h | 49 img->d_h = yv12->y_crop_height; in yuvconfig2image() 90 yv12->y_crop_height = img->d_h; in image2yuvconfig()
|
/external/libvpx/libvpx/vpx_util/ |
D | vpx_write_yuv_frame.c | 19 int h = s->y_crop_height; in vpx_write_yuv_frame()
|
/external/libvpx/libvpx/vpx_scale/ |
D | yv12config.h | 33 int y_crop_height; member
|
/external/libaom/libaom/aom_scale/ |
D | yv12config.h | 56 int y_crop_height; member
|