Home
last modified time | relevance | path

Searched refs:uv_width (Results 1 – 25 of 48) sorted by relevance

12

/external/libvpx/libvpx/vp8/common/
Dsetupintrarecon.c23 memset(ybf->u_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5); in vp8_setup_intra_recon()
28 memset(ybf->v_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5); in vp8_setup_intra_recon()
36 memset(ybf->u_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5); in vp8_setup_intra_recon_top_line()
37 memset(ybf->v_buffer - 1 - ybf->uv_stride, 127, ybf->uv_width + 5); in vp8_setup_intra_recon_top_line()
Dextend.c79 er = (dst->border >> 1) + dst->uv_width - src->uv_width; in vp8_copy_and_extend_frame()
82 dst->uv_stride, src->uv_height, src->uv_width, et, el, in vp8_copy_and_extend_frame()
86 dst->uv_stride, src->uv_height, src->uv_width, et, el, in vp8_copy_and_extend_frame()
Dpostproc.c105 post->uv_stride, source->uv_width, uvlimits, 8); in vp8_deblock()
109 post->uv_stride, source->uv_width, uvlimits, 8); in vp8_deblock()
137 source->uv_stride, source->uv_width, limits, 8); in vp8_de_noise()
141 source->uv_stride, source->uv_width, limits, 8); in vp8_de_noise()
/external/libvpx/libvpx/test/
Dyuv_temporal_filter_test.cc328 const int uv_width = width >> ss_x, uv_height = height >> ss_y; in CompareTestWithParam() local
337 Buffer<PixelType> u_src = Buffer<PixelType>(uv_width, uv_height, 0); in CompareTestWithParam()
338 Buffer<PixelType> u_pre = Buffer<PixelType>(uv_width, uv_height, 0); in CompareTestWithParam()
339 Buffer<uint16_t> u_count_ref = Buffer<uint16_t>(uv_width, uv_height, 0); in CompareTestWithParam()
340 Buffer<uint32_t> u_accum_ref = Buffer<uint32_t>(uv_width, uv_height, 0); in CompareTestWithParam()
341 Buffer<uint16_t> u_count_tst = Buffer<uint16_t>(uv_width, uv_height, 0); in CompareTestWithParam()
342 Buffer<uint32_t> u_accum_tst = Buffer<uint32_t>(uv_width, uv_height, 0); in CompareTestWithParam()
344 Buffer<PixelType> v_src = Buffer<PixelType>(uv_width, uv_height, 0); in CompareTestWithParam()
345 Buffer<PixelType> v_pre = Buffer<PixelType>(uv_width, uv_height, 0); in CompareTestWithParam()
346 Buffer<uint16_t> v_count_ref = Buffer<uint16_t>(uv_width, uv_height, 0); in CompareTestWithParam()
[all …]
Dvp9_scale_test.cc126 assert(ref_img_.uv_width == dst_img_.uv_width); in PrintDiff()
135 ref_img_.uv_stride, ref_img_.uv_width, in PrintDiff()
138 ref_img_.uv_stride, ref_img_.uv_width, in PrintDiff()
/external/libvpx/libvpx/vpx_scale/generic/
Dyv12extend.c122 uv_border + ybf->uv_width - ybf->uv_crop_width); in vp8_yv12_extend_frame_borders_c()
127 uv_border + ybf->uv_width - ybf->uv_crop_width); in vp8_yv12_extend_frame_borders_c()
134 const int ss_x = ybf->uv_width < ybf->y_width; in extend_frame()
139 const int c_er = c_el + ybf->uv_width - ybf->uv_crop_width; in extend_frame()
217 memcpy(dst, src, src_ybc->uv_width); in vp8_yv12_copy_frame_c()
226 memcpy(dst, src, src_ybc->uv_width); in vp8_yv12_copy_frame_c()
262 memcpy_short_addr(dst, src, src_ybc->uv_width); in vpx_yv12_copy_frame_c()
271 memcpy_short_addr(dst, src, src_ybc->uv_width); in vpx_yv12_copy_frame_c()
293 memcpy(dst, src, src_ybc->uv_width); in vpx_yv12_copy_frame_c()
302 memcpy(dst, src, src_ybc->uv_width); in vpx_yv12_copy_frame_c()
Dvpx_scale.c498 Scale2D((unsigned char *)src->u_buffer, src->uv_stride, src->uv_width, in vpx_scale_frame()
503 if (dw / 2 < (int)dst->uv_width) in vpx_scale_frame()
507 dst->uv_width - dw / 2 + 1); in vpx_scale_frame()
512 dst->u_buffer + (dh / 2 - 2) * dst->uv_stride, dst->uv_width); in vpx_scale_frame()
514 Scale2D((unsigned char *)src->v_buffer, src->uv_stride, src->uv_width, in vpx_scale_frame()
519 if (dw / 2 < (int)dst->uv_width) in vpx_scale_frame()
523 dst->uv_width - dw / 2 + 1); in vpx_scale_frame()
528 dst->v_buffer + (dh / 2 - 2) * dst->uv_stride, dst->uv_width); in vpx_scale_frame()
Dyv12config.c57 int uv_width = aligned_width >> 1; in vp8_yv12_realloc_frame_buffer() local
95 ybf->uv_width = uv_width; in vp8_yv12_realloc_frame_buffer()
174 const int uv_width = aligned_width >> ss_x; in vpx_realloc_frame_buffer() local
252 ybf->uv_width = uv_width; in vpx_realloc_frame_buffer()
/external/libaom/libaom/test/
Dtemporal_filter_yuv_test.cc555 const int uv_width = width >> ss_x, uv_height = height >> ss_y; in CompareTestWithParam() local
556 const int y_stride = width, uv_stride = uv_width; in CompareTestWithParam()
584 SetArray(u_src, uv_width, uv_height, uv_stride, max_val); in CompareTestWithParam()
585 SetArray(u_pre, uv_width, uv_height, uv_stride, 0); in CompareTestWithParam()
586 SetArray(v_src, uv_width, uv_height, uv_stride, max_val); in CompareTestWithParam()
587 SetArray(v_pre, uv_width, uv_height, uv_stride, 0); in CompareTestWithParam()
592 SetArray(u_src, uv_width, uv_height, uv_stride, &rnd_, 0, max_val); in CompareTestWithParam()
593 SetArray(u_pre, uv_width, uv_height, uv_stride, &rnd_, 0, max_val); in CompareTestWithParam()
594 SetArray(v_src, uv_width, uv_height, uv_stride, &rnd_, 0, max_val); in CompareTestWithParam()
595 SetArray(v_pre, uv_width, uv_height, uv_stride, &rnd_, 0, max_val); in CompareTestWithParam()
[all …]
/external/libaom/libaom/aom_scale/generic/
Dyv12config.c52 const int aligned_height, const int uv_width, const int uv_height, in realloc_frame_buffer_aligned() argument
126 ybf->uv_width = uv_width; in realloc_frame_buffer_aligned()
214 const int uv_width = aligned_width >> ss_x; in aom_realloc_frame_buffer() local
226 aligned_width, aligned_height, uv_width, uv_height, uv_stride, in aom_realloc_frame_buffer()
/external/libvpx/libvpx/vpx_util/
Dvpx_write_yuv_frame.c30 fwrite(src, s->uv_width, 1, yuv_file); in vpx_write_yuv_frame()
38 fwrite(src, s->uv_width, 1, yuv_file); in vpx_write_yuv_frame()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_lookahead.c104 int uv_width = src->uv_crop_width; in vp9_lookahead_push() local
120 uv_width != buf->img.uv_crop_width || in vp9_lookahead_push()
123 uv_width > buf->img.uv_width || in vp9_lookahead_push()
/external/libvpx/libvpx/vp9/common/
Dvp9_postproc.c213 source->uv_height, source->uv_width, ppl); in deblock_and_de_macro_block()
217 source->uv_height, source->uv_width, ppl); in deblock_and_de_macro_block()
241 const int src_widths[3] = { src->y_width, src->uv_width, src->uv_width }; in vp9_deblock()
268 dst->uv_stride, src->uv_width, limits, 8); in vp9_deblock()
272 dst->uv_stride, src->uv_width, limits, 8); in vp9_deblock()
428 dest->uv_width = dest->y_width >> cm->subsampling_x; in vp9_post_proc_frame()
/external/libaom/libaom/av1/encoder/
Dlookahead.c93 int uv_width = src->uv_crop_width; in av1_lookahead_push() local
110 uv_width != buf->img.uv_crop_width || in av1_lookahead_push()
113 uv_width > buf->img.uv_width || in av1_lookahead_push()
/external/webp/src/dec/
Dbuffer_dec.c50 const int uv_width = (width + 1) / 2; in CheckDecBuffer() local
57 const uint64_t u_size = MIN_BUFFER_SIZE(uv_width, uv_height, u_stride); in CheckDecBuffer()
58 const uint64_t v_size = MIN_BUFFER_SIZE(uv_width, uv_height, v_stride); in CheckDecBuffer()
64 ok &= (u_stride >= uv_width); in CheckDecBuffer()
65 ok &= (v_stride >= uv_width); in CheckDecBuffer()
/external/libgav1/libgav1/src/
Dyuv_buffer.cc59 const int uv_width = in Realloc() local
115 int uv_stride = uv_width + uv_left_border + uv_right_border; in Realloc()
181 uv_width_ = uv_width; in Realloc()
Dframe_buffer.cc76 const int uv_width = in Libgav1ComputeFrameBufferInfo() local
88 int uv_stride = uv_width + uv_left_border + uv_right_border; in Libgav1ComputeFrameBufferInfo()
/external/libaom/libaom/av1/encoder/x86/
Dtemporal_filter_sse4.c803 const unsigned int uv_width = block_width >> ss_x, in apply_temporal_filter_chroma() local
808 const unsigned int uv_mid_width = uv_width >> 1, in apply_temporal_filter_chroma()
809 uv_last_width = uv_width - uv_blk_col_step; in apply_temporal_filter_chroma()
814 if (uv_width == 8) { in apply_temporal_filter_chroma()
830 u_pre + uv_blk_col, v_pre + uv_blk_col, uv_pre_stride, uv_width, in apply_temporal_filter_chroma()
839 u_pre + uv_blk_col, v_pre + uv_blk_col, uv_pre_stride, uv_width, in apply_temporal_filter_chroma()
861 v_pre + uv_blk_col, uv_pre_stride, uv_width, uv_height, ss_x, ss_y, in apply_temporal_filter_chroma()
884 u_pre + uv_blk_col, v_pre + uv_blk_col, uv_pre_stride, uv_width, in apply_temporal_filter_chroma()
902 u_pre + uv_blk_col, v_pre + uv_blk_col, uv_pre_stride, uv_width, in apply_temporal_filter_chroma()
921 v_pre + uv_blk_col, uv_pre_stride, uv_width, uv_height, ss_x, ss_y, in apply_temporal_filter_chroma()
[all …]
/external/libvpx/libvpx/vp9/encoder/x86/
Dtemporal_filter_sse4.c729 const unsigned int uv_width = block_width >> ss_x, in vp9_apply_temporal_filter_chroma() local
734 const unsigned int uv_mid_width = uv_width >> 1, in vp9_apply_temporal_filter_chroma()
735 uv_last_width = uv_width - uv_blk_col_step; in vp9_apply_temporal_filter_chroma()
740 if (uv_width == 8) { in vp9_apply_temporal_filter_chroma()
756 u_pre + uv_blk_col, v_pre + uv_blk_col, uv_pre_stride, uv_width, in vp9_apply_temporal_filter_chroma()
765 u_pre + uv_blk_col, v_pre + uv_blk_col, uv_pre_stride, uv_width, in vp9_apply_temporal_filter_chroma()
787 v_pre + uv_blk_col, uv_pre_stride, uv_width, uv_height, ss_x, ss_y, in vp9_apply_temporal_filter_chroma()
810 u_pre + uv_blk_col, v_pre + uv_blk_col, uv_pre_stride, uv_width, in vp9_apply_temporal_filter_chroma()
828 u_pre + uv_blk_col, v_pre + uv_blk_col, uv_pre_stride, uv_width, in vp9_apply_temporal_filter_chroma()
847 v_pre + uv_blk_col, uv_pre_stride, uv_width, uv_height, ss_x, ss_y, in vp9_apply_temporal_filter_chroma()
Dhighbd_temporal_filter_sse4.c730 const unsigned int uv_width = block_width >> ss_x, in vp9_highbd_apply_temporal_filter_chroma() local
735 const unsigned int uv_mid_width = uv_width >> 1, in vp9_highbd_apply_temporal_filter_chroma()
736 uv_last_width = uv_width - uv_blk_col_step; in vp9_highbd_apply_temporal_filter_chroma()
742 if (uv_width == 8) { in vp9_highbd_apply_temporal_filter_chroma()
760 u_pre + uv_blk_col, v_pre + uv_blk_col, uv_pre_stride, uv_width, in vp9_highbd_apply_temporal_filter_chroma()
769 u_pre + uv_blk_col, v_pre + uv_blk_col, uv_pre_stride, uv_width, in vp9_highbd_apply_temporal_filter_chroma()
794 v_pre + uv_blk_col, uv_pre_stride, uv_width, uv_height, ss_x, ss_y, in vp9_highbd_apply_temporal_filter_chroma()
817 u_pre + uv_blk_col, v_pre + uv_blk_col, uv_pre_stride, uv_width, in vp9_highbd_apply_temporal_filter_chroma()
835 u_pre + uv_blk_col, v_pre + uv_blk_col, uv_pre_stride, uv_width, in vp9_highbd_apply_temporal_filter_chroma()
854 v_pre + uv_blk_col, uv_pre_stride, uv_width, uv_height, ss_x, ss_y, in vp9_highbd_apply_temporal_filter_chroma()
/external/libvpx/libvpx/vpx_scale/mips/dspr2/
Dyv12extend_dspr2.c106 const int ss_x = ybf->uv_width < ybf->y_width; in extend_frame()
111 const int c_er = c_el + ybf->uv_width - ybf->uv_crop_width; in extend_frame()
/external/libvpx/libvpx/vp8/decoder/
Donyxd_if.c144 cm->yv12_fb[ref_fb_idx].uv_width != sd->uv_width) { in vp8dx_get_reference()
175 cm->yv12_fb[*ref_fb_ptr].uv_width != sd->uv_width) { in vp8dx_set_reference()
/external/webp/src/enc/
Dpicture_enc.c94 const int uv_width = (int)(((int64_t)width + 1) >> 1); in WebPPictureAllocYUVA() local
96 const int uv_stride = uv_width; in WebPPictureAllocYUVA()
121 uv_width <= 0 || uv_height <= 0) { // u/v param error in WebPPictureAllocYUVA()
/external/libaom/libaom/aom_scale/mips/dspr2/
Dyv12extend_dspr2.c108 const int ss_x = ybf->uv_width < ybf->y_width; in extend_frame()
113 const int c_er = c_el + ybf->uv_width - ybf->uv_crop_width; in extend_frame()
/external/libaom/libaom/av1/
Dav1_iface_common.h96 yv12->uv_width = in image2yuvconfig()
100 yv12->uv_crop_width = yv12->uv_width; in image2yuvconfig()

12