/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() 116 ybf->border + ybf->y_height - ybf->y_crop_height, in vp8_yv12_extend_frame_borders_c() 135 const int ss_y = ybf->uv_height < ybf->y_height; in extend_frame() 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() 150 ext_size + ybf->y_height - ybf->y_crop_height, in extend_frame() 161 ext_size + ybf->y_height - ybf->y_crop_height, in extend_frame() 204 assert(src_ybc->y_height == dst_ybc->y_height); in vp8_yv12_copy_frame_c() 207 for (row = 0; row < src_ybc->y_height; ++row) { in vp8_yv12_copy_frame_c() [all …]
|
D | vpx_scale.c | 481 int dh = (vscale - 1 + src->y_height * vratio) / vscale; in vpx_scale_frame() 485 src->y_height, (unsigned char *)dst->y_buffer, dst->y_stride, dw, dh, in vpx_scale_frame() 493 if (dh < (int)dst->y_height) in vpx_scale_frame() 494 for (i = dh - 1; i < (int)dst->y_height; i++) in vpx_scale_frame() 510 for (i = dh / 2 - 1; i < (int)dst->y_height / 2; i++) in vpx_scale_frame() 526 for (i = dh / 2 - 1; i < (int)dst->y_height / 2; i++) in vpx_scale_frame()
|
/external/libaom/libaom/av1/encoder/ |
D | tune_vmaf.c | 67 dst->y_stride, source->y_width, source->y_height, in unsharp() 72 source->y_width, source->y_height, amount); in unsharp() 87 const int num_rows = (source->y_height + block_h - 1) / block_h; in gaussian_blur() 133 for (row = 0; row < frame->y_height / block_h; ++row) { in frame_average_variance() 199 const int height = source->y_height; in find_best_frame_unsharp_amount() 243 const int height = source->y_height; in av1_vmaf_frame_preprocessing() 273 const int height = source->y_height; in av1_vmaf_blk_preprocessing() 298 const int num_rows = (source->y_height + block_h - 1) / block_h; in av1_vmaf_blk_preprocessing() 386 const int block_height = AOMMIN(source->y_height - row_offset_y, block_h); in av1_vmaf_blk_preprocessing() 429 const int height = frames->source->y_height; in update_frame() [all …]
|
D | extend.c | 111 const int eb_y = AOMMAX(src->y_height + dst->border, in av1_copy_and_extend_frame() 112 ALIGN_POWER_OF_TWO(src->y_height, 6)) - in av1_copy_and_extend_frame() 115 const int uv_height_subsampling = (src->uv_height != src->y_height); in av1_copy_and_extend_frame()
|
/external/libyuv/files/fuzz/ |
D | mjpeg_dec_fuzz.cc | 59 int y_height = decoder.GetComponentHeight(0); in Decode() local 77 IsEqual(y_height, u_height, v_height)) { in Decode() 84 IsEqual(y_height, u_height, v_height)) { in Decode() 91 IsEqual((y_height + 1) / 2, u_height, v_height)) { in Decode()
|
/external/libvpx/libvpx/vp8/common/ |
D | extend.c | 69 int eb = dst->border + dst->y_height - src->y_height; in vp8_copy_and_extend_frame() 73 dst->y_stride, src->y_height, src->y_width, et, el, eb, in vp8_copy_and_extend_frame() 95 int eb = dst->border + dst->y_height - src->y_height; in vp8_copy_and_extend_frame_with_rect() 105 if (srcy + srch != src->y_height) eb = 0; in vp8_copy_and_extend_frame_with_rect()
|
D | postproc.c | 56 vpx_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height, in vp8_de_mblock() 58 vpx_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height, in vp8_de_mblock() 164 dest->y_height = oci->Height; in vp8_post_proc_frame() 165 dest->uv_height = dest->y_height / 2; in vp8_post_proc_frame() 252 oci->post_proc_buffer.y_width, oci->post_proc_buffer.y_height, in vp8_post_proc_frame() 260 dest->y_height = oci->Height; in vp8_post_proc_frame() 261 dest->uv_height = dest->y_height / 2; in vp8_post_proc_frame()
|
D | setupintrarecon.c | 19 for (i = 0; i < ybf->y_height; ++i) { in vp8_setup_intra_recon()
|
/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() 142 const int ss_y = ybf->uv_height < ybf->y_height; in extend_frame() 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() 199 ext_size + ybf->y_height - ybf->y_crop_height, in aom_extend_frame_borders_y_c() 206 ext_size + ybf->y_height - ybf->y_crop_height, in aom_extend_frame_borders_y_c() 228 assert(src_bc->y_height == dst_bc->y_height); in aom_yv12_copy_frame_c() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_extend.c | 117 VPXMAX(src->y_height + 16, ALIGN_POWER_OF_TWO(src->y_height, 6)) - in vp9_copy_and_extend_frame() 120 const int uv_height_subsampling = (src->uv_height != src->y_height); in vp9_copy_and_extend_frame() 162 const int eb_y = srcy + srch != src->y_height in vp9_copy_and_extend_frame_with_rect() 164 : dst->border + dst->y_height - src->y_height; in vp9_copy_and_extend_frame_with_rect()
|
D | vp9_noise_estimate.c | 84 assert(dest->y_height == src->y_height); in copy_frame() 86 for (r = 0; r < dest->y_height; ++r) { in copy_frame()
|
D | vp9_lookahead.c | 99 int mb_rows = (src->y_height + 15) >> 4; in vp9_lookahead_push() 122 larger_dimensions = width > buf->img.y_width || height > buf->img.y_height || in vp9_lookahead_push()
|
/external/libvpx/libvpx/vpx_scale/mips/dspr2/ |
D | yv12extend_dspr2.c | 107 const int ss_y = ybf->uv_height < ybf->y_height; in extend_frame() 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() 120 ext_size + ybf->y_height - ybf->y_crop_height, in extend_frame()
|
/external/libaom/libaom/aom_scale/mips/dspr2/ |
D | yv12extend_dspr2.c | 109 const int ss_y = ybf->uv_height < ybf->y_height; in extend_frame() 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() 122 ext_size + ybf->y_height - ybf->y_crop_height, in extend_frame()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_postproc.c | 200 source->y_height, source->y_width, ppl); in deblock_and_de_macro_block() 203 post->y_stride, post->y_height, in deblock_and_de_macro_block() 207 post->y_stride, post->y_height, post->y_width, in deblock_and_de_macro_block() 221 vpx_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height, in deblock_and_de_macro_block() 223 vpx_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height, in deblock_and_de_macro_block() 242 const int src_heights[3] = { src->y_height, src->uv_height, in vp9_deblock() 420 ppbuf->y_height, ppbuf->y_stride); in vp9_post_proc_frame() 427 dest->y_height = cm->height; in vp9_post_proc_frame() 429 dest->uv_height = dest->y_height >> cm->subsampling_y; in vp9_post_proc_frame()
|
/external/libaom/libaom/av1/ |
D | av1_iface_common.h | 47 img->h = yv12->y_height; in yuvconfig2image() 94 yv12->y_height = img->h; in image2yuvconfig() 99 img->y_chroma_shift == 1 ? (1 + yv12->y_height) / 2 : yv12->y_height; in image2yuvconfig()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.c | 40 img->h = ALIGN_POWER_OF_TWO(yv12->y_height + 2 * VP9_ENC_BORDER_IN_PIXELS, 3); in yuvconfig2image() 89 yv12->y_height = img->d_h; in image2yuvconfig() 94 img->y_chroma_shift == 1 ? (1 + yv12->y_height) / 2 : yv12->y_height; in image2yuvconfig()
|
/external/libaom/libaom/aom_dsp/ |
D | vmaf.c | 43 const int height = frames->source->y_height; in read_frame() 45 assert(height == frames->distorted->y_height); in read_frame() 100 const int height = source->y_height; in aom_calc_vmaf()
|
/external/libvpx/libvpx/test/ |
D | vp9_scale_test.cc | 124 assert(ref_img_.y_height == dst_img_.y_height); in PrintDiff() 132 ref_img_.y_stride, ref_img_.y_width, ref_img_.y_height, in PrintDiff()
|
D | non_greedy_mv_test.cc | 94 fscanf(input, "%d,%d\n", &(ref_frame_ptr->y_height), in load_frame_info() 98 (ref_frame_ptr->y_width) * (ref_frame_ptr->y_height) * sizeof(data_type)); in load_frame_info() 100 for (idx = 0; idx < (ref_frame_ptr->y_width) * (ref_frame_ptr->y_height); in load_frame_info()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | picklpf.c | 36 yheight = src_ybc->y_height; in yv12_copy_partial_frame() 67 linestocopy = (source->y_height >> 4) / PARTIAL_FRAME_FRACTION; in calc_partial_ssl_err() 71 srcoffset = source->y_stride * ((dest->y_height >> 5) * 16); in calc_partial_ssl_err() 72 dstoffset = dest->y_stride * ((dest->y_height >> 5) * 16); in calc_partial_ssl_err()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | onyxd_if.c | 141 if (cm->yv12_fb[ref_fb_idx].y_height != sd->y_height || in vp8dx_get_reference() 172 if (cm->yv12_fb[*ref_fb_ptr].y_height != sd->y_height || in vp8dx_set_reference() 399 sd->y_height = pbi->common.Height; in vp8dx_get_raw_frame()
|
/external/webrtc/media/base/ |
D | fake_video_renderer.h | 96 int y_height = frame->height(); in CheckFrameColorYuv() local 100 for (int i = 0; i < y_height; ++i) { in CheckFrameColorYuv()
|
/external/libaom/libaom/av1/decoder/ |
D | decoder.c | 249 return a->y_height == b->y_height && a->y_width == b->y_width && in equal_dimensions() 274 return a->y_height == b->y_height && a->y_width == b->y_width && in equal_dimensions_and_border()
|
/external/libvpx/libvpx/vpx_scale/ |
D | yv12config.h | 31 int y_height; member
|