Home
last modified time | relevance | path

Searched refs:y_width (Results 1 – 25 of 48) 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()
117 ybf->border + ybf->y_width - ybf->y_crop_width); in vp8_yv12_extend_frame_borders_c()
134 const int ss_x = ybf->uv_width < ybf->y_width; in extend_frame()
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()
151 ext_size + ybf->y_width - ybf->y_crop_width); in extend_frame()
162 ext_size + ybf->y_width - ybf->y_crop_width); in extend_frame()
203 assert(src_ybc->y_width == dst_ybc->y_width); in vp8_yv12_copy_frame_c()
208 memcpy(dst, src, src_ybc->y_width); in vp8_yv12_copy_frame_c()
[all …]
Dvpx_scale.c480 int dw = (hscale - 1 + src->y_width * hratio) / hscale; in vpx_scale_frame()
484 Scale2D((unsigned char *)src->y_buffer, src->y_stride, src->y_width, in vpx_scale_frame()
488 if (dw < (int)dst->y_width) in vpx_scale_frame()
491 dst->y_buffer[i * dst->y_stride + dw - 2], dst->y_width - dw + 1); in vpx_scale_frame()
496 dst->y_buffer + (dh - 2) * dst->y_stride, dst->y_width + 1); in vpx_scale_frame()
Dyv12config.c89 ybf->y_width = aligned_width; in vp8_yv12_realloc_frame_buffer()
245 ybf->y_width = aligned_width; in vpx_realloc_frame_buffer()
/external/libaom/libaom/aom_scale/generic/
Dyv12extend.c107 assert(ybf->y_width - ybf->y_crop_width < 16); in aom_yv12_extend_frame_borders_c()
109 assert(ybf->y_width - ybf->y_crop_width >= 0); in aom_yv12_extend_frame_borders_c()
136 const int ss_x = ybf->uv_width < ybf->y_width; in extend_frame()
140 assert(ybf->y_width - ybf->y_crop_width < 16); in extend_frame()
142 assert(ybf->y_width - ybf->y_crop_width >= 0); in extend_frame()
184 assert(ybf->y_width - ybf->y_crop_width < 16); in aom_extend_frame_borders_y_c()
186 assert(ybf->y_width - ybf->y_crop_width >= 0); in aom_extend_frame_borders_y_c()
192 ext_size + ybf->y_width - ybf->y_crop_width); in aom_extend_frame_borders_y_c()
198 ext_size + ybf->y_width - ybf->y_crop_width); in aom_extend_frame_borders_y_c()
216 assert(src_bc->y_width == dst_bc->y_width); in aom_yv12_copy_frame_c()
[all …]
/external/libvpx/libvpx/vp8/common/
Dextend.c70 int er = dst->border + dst->y_width - src->y_width; 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()
96 int er = dst->border + dst->y_width - src->y_width; in vp8_copy_and_extend_frame_with_rect()
106 if (srcx + srcw != src->y_width) er = 0; in vp8_copy_and_extend_frame_with_rect()
Dpostproc.c57 post->y_width, q2mbl(q)); in vp8_de_mblock()
59 post->y_width, q2mbl(q)); in vp8_de_mblock()
103 post->y_stride, source->y_width, ylimits, 16); in vp8_deblock()
139 source->y_stride, source->y_width, limits, 16); in vp8_de_noise()
170 dest->y_width = oci->Width; in vp8_post_proc_frame()
260 oci->post_proc_buffer.y_width, oci->post_proc_buffer.y_height, in vp8_post_proc_frame()
267 dest->y_width = oci->Width; in vp8_post_proc_frame()
Dsetupintrarecon.c18 memset(ybf->y_buffer - 1 - ybf->y_stride, 127, ybf->y_width + 5); in vp8_setup_intra_recon()
35 memset(ybf->y_buffer - 1 - ybf->y_stride, 127, ybf->y_width + 5); in vp8_setup_intra_recon_top_line()
Dvp8_loopfilter.c339 y_ptr += post_y_stride * 16 - post->y_width; in vp8_loop_filter_frame()
379 y_ptr += post_y_stride * 16 - post->y_width; in vp8_loop_filter_frame()
473 y_ptr += post->y_stride * 16 - post->y_width; in vp8_loop_filter_frame_yonly()
485 int mb_cols = post->y_width >> 4; in vp8_loop_filter_partial_frame()
567 y_ptr += post->y_stride * 16 - post->y_width; in vp8_loop_filter_partial_frame()
/external/libvpx/libvpx/vp9/common/
Dvp9_postproc.c199 source->y_height, source->y_width, ppl); in deblock_and_de_macro_block()
203 post->y_width, q2mbl(q)); in deblock_and_de_macro_block()
206 post->y_stride, post->y_height, post->y_width, in deblock_and_de_macro_block()
221 post->y_width, q2mbl(q)); in deblock_and_de_macro_block()
223 post->y_width, q2mbl(q)); in deblock_and_de_macro_block()
240 const int src_widths[3] = { src->y_width, src->uv_width, src->uv_width }; in vp9_deblock()
256 const int mb_cols = src->y_width / 16; in vp9_deblock()
264 dst->y_stride, src->y_width, limits, 16); in vp9_deblock()
419 ppstate->clamp, ppstate->clamp, ppbuf->y_width, in vp9_post_proc_frame()
426 dest->y_width = cm->width; in vp9_post_proc_frame()
[all …]
/external/libaom/libaom/av1/encoder/
Dextend.c113 AOMMAX(src->y_width + 16, ALIGN_POWER_OF_TWO(src->y_width, 6)) - in av1_copy_and_extend_frame()
118 const int uv_width_subsampling = (src->uv_width != src->y_width); in av1_copy_and_extend_frame()
162 const int er_y = srcx + srcw != src->y_width in av1_copy_and_extend_frame_with_rect()
164 : dst->border + dst->y_width - src->y_width; in av1_copy_and_extend_frame_with_rect()
Dlookahead.c94 int mb_cols = (src->y_width + 15) >> 4; in av1_lookahead_push()
112 larger_dimensions = width > buf->img.y_width || height > buf->img.y_height || in av1_lookahead_push()
Dglobal_motion.c268 for (j = 0; j < frm->y_width; ++j) { in downconvert_frame()
301 num_frm_corners = fast_corner_detect(frm_buffer, frm->y_width, frm->y_height, in compute_global_motion_feature_based()
303 num_ref_corners = fast_corner_detect(ref_buffer, ref->y_width, ref->y_height, in compute_global_motion_feature_based()
311 (int *)ref_corners, num_ref_corners, frm->y_width, frm->y_height, in compute_global_motion_feature_based()
785 const int frm_width = frm->y_width; in compute_global_motion_disflow_based()
787 const int ref_width = ref->y_width; in compute_global_motion_disflow_based()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_extend.c114 VPXMAX(src->y_width + 16, ALIGN_POWER_OF_TWO(src->y_width, 6)) - in vp9_copy_and_extend_frame()
119 const int uv_width_subsampling = (src->uv_width != src->y_width); in vp9_copy_and_extend_frame()
165 const int er_y = srcx + srcw != src->y_width in vp9_copy_and_extend_frame_with_rect()
167 : dst->border + dst->y_width - src->y_width; in vp9_copy_and_extend_frame_with_rect()
Dvp9_noise_estimate.c82 assert(dest->y_width == src->y_width); in copy_frame()
86 memcpy(destbuf, srcbuf, dest->y_width); in copy_frame()
Dvp9_lookahead.c95 int mb_cols = (src->y_width + 15) >> 4; in vp9_lookahead_push()
113 larger_dimensions = width > buf->img.y_width || height > buf->img.y_height || in vp9_lookahead_push()
Dvp9_denoiser.c416 cpi->svc.number_spatial_layers, cpi->Source->y_width, cpi->lst_fb_idx, in vp9_denoiser_denoise()
446 assert(dest->y_width == src->y_width); in copy_frame()
450 memcpy(destbuf, srcbuf, dest->y_width); in copy_frame()
459 assert(dest->y_width == src->y_width); in swap_frame_buffer()
/external/libvpx/libvpx/vpx_scale/mips/dspr2/
Dyv12extend_dspr2.c106 const int ss_x = ybf->uv_width < ybf->y_width; in extend_frame()
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()
121 ext_size + ybf->y_width - ybf->y_crop_width); in extend_frame()
/external/libaom/libaom/aom_scale/mips/dspr2/
Dyv12extend_dspr2.c108 const int ss_x = ybf->uv_width < ybf->y_width; in extend_frame()
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()
123 ext_size + ybf->y_width - ybf->y_crop_width); in extend_frame()
/external/libaom/libaom/av1/
Dav1_iface_common.h44 img->w = yv12->y_width; in yuvconfig2image()
88 yv12->y_width = img->w; in image2yuvconfig()
92 img->x_chroma_shift == 1 ? (1 + yv12->y_width) / 2 : yv12->y_width; in image2yuvconfig()
/external/libvpx/libvpx/vp9/
Dvp9_iface_common.h91 yv12->y_width = img->d_w; in image2yuvconfig()
95 img->x_chroma_shift == 1 ? (1 + yv12->y_width) / 2 : yv12->y_width; in image2yuvconfig()
/external/libvpx/libvpx/vp8/decoder/
Donyxd_if.c142 cm->yv12_fb[ref_fb_idx].y_width != sd->y_width || in vp8dx_get_reference()
173 cm->yv12_fb[*ref_fb_ptr].y_width != sd->y_width || in vp8dx_set_reference()
401 sd->y_width = pbi->common.Width; in vp8dx_get_raw_frame()
/external/libvpx/libvpx/test/
Dvp9_scale_test.cc123 assert(ref_img_.y_width == dst_img_.y_width); in PrintDiff()
132 ref_img_.y_stride, ref_img_.y_width, ref_img_.y_height, in PrintDiff()
/external/webrtc/talk/media/base/
Dfakevideorenderer.h120 size_t y_width = frame->GetWidth(); in CheckFrameColorYuv() local
126 for (size_t j = 0; j < y_width; ++j) { in CheckFrameColorYuv()
/external/libaom/libaom/av1/decoder/
Ddecoder.c232 return a->y_height == b->y_height && a->y_width == b->y_width && in equal_dimensions()
257 return a->y_height == b->y_height && a->y_width == b->y_width && in equal_dimensions_and_border()
/external/libvpx/libvpx/vpx_util/
Dvpx_write_yuv_frame.c22 fwrite(src, s->y_width, 1, yuv_file); in vpx_write_yuv_frame()

12