Home
last modified time | relevance | path

Searched refs:y_height (Results 1 – 25 of 55) sorted by relevance

123

/external/libvpx/libvpx/vpx_scale/generic/
Dyv12extend.c109 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 …]
Dvpx_scale.c481 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()
Dyv12config.c90 ybf->y_height = aligned_height; in vp8_yv12_realloc_frame_buffer()
247 ybf->y_height = aligned_height; in vpx_realloc_frame_buffer()
/external/libaom/libaom/av1/encoder/
Dtune_vmaf.c67 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 …]
Dextend.c111 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/
Dmjpeg_dec_fuzz.cc59 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/
Dextend.c69 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()
Dpostproc.c56 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()
Dsetupintrarecon.c19 for (i = 0; i < ybf->y_height; ++i) { in vp8_setup_intra_recon()
/external/libaom/libaom/aom_scale/generic/
Dyv12extend.c108 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/
Dvp9_extend.c117 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()
Dvp9_noise_estimate.c84 assert(dest->y_height == src->y_height); in copy_frame()
86 for (r = 0; r < dest->y_height; ++r) { in copy_frame()
Dvp9_lookahead.c99 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/
Dyv12extend_dspr2.c107 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/
Dyv12extend_dspr2.c109 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/
Dvp9_postproc.c200 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/libvpx/libvpx/vp9/
Dvp9_iface_common.c40 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/av1/
Dav1_iface_common.h47 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/libaom/libaom/aom_dsp/
Dvmaf.c43 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/vp8/decoder/
Donyxd_if.c141 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/libvpx/libvpx/vp8/encoder/
Dpicklpf.c36 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/test/
Dvp9_scale_test.cc124 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()
Dnon_greedy_mv_test.cc94 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/webrtc/media/base/
Dfake_video_renderer.h96 int y_height = frame->height(); in CheckFrameColorYuv() local
100 for (int i = 0; i < y_height; ++i) { in CheckFrameColorYuv()
/external/libaom/libaom/av1/decoder/
Ddecoder.c249 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()

123