/external/libvpx/libvpx/vp8/common/ |
D | setupintrarecon.c | 23 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()
|
D | extend.c | 79 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()
|
D | postproc.c | 108 post->uv_stride, source->uv_width, uvlimits, 8); in vp8_deblock() 112 post->uv_stride, source->uv_width, uvlimits, 8); in vp8_deblock() 144 source->uv_stride, source->uv_width, limits, 8); in vp8_de_noise() 148 source->uv_stride, source->uv_width, limits, 8); in vp8_de_noise()
|
/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12extend.c | 122 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()
|
D | vpx_scale.c | 498 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()
|
D | yv12config.c | 57 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 251 ybf->uv_width = uv_width; in vpx_realloc_frame_buffer()
|
/external/libaom/libaom/test/ |
D | yuv_temporal_filter_test.cc | 440 const int uv_width = width >> ss_x, uv_height = height >> ss_y; in CompareTestWithParam() local 441 const int y_stride = width, uv_stride = uv_width; in CompareTestWithParam() 469 SetArray(u_src, uv_width, uv_height, uv_stride, max_val); in CompareTestWithParam() 470 SetArray(u_pre, uv_width, uv_height, uv_stride, 0); in CompareTestWithParam() 471 SetArray(v_src, uv_width, uv_height, uv_stride, max_val); in CompareTestWithParam() 472 SetArray(v_pre, uv_width, uv_height, uv_stride, 0); in CompareTestWithParam() 477 SetArray(u_src, uv_width, uv_height, uv_stride, &rnd_, 0, max_val); in CompareTestWithParam() 478 SetArray(u_pre, uv_width, uv_height, uv_stride, &rnd_, 0, max_val); in CompareTestWithParam() 479 SetArray(v_src, uv_width, uv_height, uv_stride, &rnd_, 0, max_val); in CompareTestWithParam() 480 SetArray(v_pre, uv_width, uv_height, uv_stride, &rnd_, 0, max_val); in CompareTestWithParam() [all …]
|
/external/libaom/libaom/aom_scale/generic/ |
D | yv12config.c | 55 const int aligned_height, const int uv_width, const int uv_height, in realloc_frame_buffer_aligned() argument 125 ybf->uv_width = uv_width; in realloc_frame_buffer_aligned() 212 const int uv_width = aligned_width >> ss_x; in aom_realloc_frame_buffer() local 224 aligned_width, aligned_height, uv_width, uv_height, uv_stride, in aom_realloc_frame_buffer() 258 const int uv_width = aligned_width >> ss_x; in aom_realloc_lookahead_buffer() local 272 aligned_width, aligned_height, uv_width, uv_height, uv_stride, in aom_realloc_lookahead_buffer()
|
D | yv12extend.c | 136 const int ss_x = ybf->uv_width < ybf->y_width; in extend_frame() 286 memcpy(dst16, src16, src_bc->uv_width * sizeof(uint16_t)); in aom_yv12_copy_u_c() 294 memcpy(dst, src, src_bc->uv_width); in aom_yv12_copy_u_c() 310 memcpy(dst16, src16, src_bc->uv_width * sizeof(uint16_t)); in aom_yv12_copy_v_c() 318 memcpy(dst, src, src_bc->uv_width); in aom_yv12_copy_v_c()
|
/external/libvpx/libvpx/test/ |
D | vp9_scale_test.cc | 126 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/vp9/encoder/ |
D | vp9_lookahead.c | 99 int uv_width = src->uv_crop_width; in vp9_lookahead_push() local 111 uv_width != buf->img.uv_crop_width || in vp9_lookahead_push() 114 uv_width > buf->img.uv_width || in vp9_lookahead_push()
|
/external/libaom/libaom/av1/encoder/ |
D | lookahead.c | 98 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/libvpx/libvpx/vpx_util/ |
D | vpx_write_yuv_frame.c | 30 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/common/ |
D | vp9_postproc.c | 212 source->uv_height, source->uv_width, ppl); in deblock_and_de_macro_block() 216 source->uv_height, source->uv_width, ppl); in deblock_and_de_macro_block() 240 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/webp/src/dec/ |
D | buffer_dec.c | 50 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/libaom/libaom/av1/encoder/x86/ |
D | highbd_temporal_filter_sse4.c | 730 const unsigned int uv_width = block_width >> ss_x, in av1_highbd_apply_temporal_filter_chroma() local 735 const unsigned int uv_mid_width = uv_width >> 1, in av1_highbd_apply_temporal_filter_chroma() 736 uv_last_width = uv_width - uv_blk_col_step; in av1_highbd_apply_temporal_filter_chroma() 742 if (uv_width == 8) { in av1_highbd_apply_temporal_filter_chroma() 760 u_pre + uv_blk_col, v_pre + uv_blk_col, uv_pre_stride, uv_width, in av1_highbd_apply_temporal_filter_chroma() 769 u_pre + uv_blk_col, v_pre + uv_blk_col, uv_pre_stride, uv_width, in av1_highbd_apply_temporal_filter_chroma() 794 v_pre + uv_blk_col, uv_pre_stride, uv_width, uv_height, ss_x, ss_y, in av1_highbd_apply_temporal_filter_chroma() 817 u_pre + uv_blk_col, v_pre + uv_blk_col, uv_pre_stride, uv_width, in av1_highbd_apply_temporal_filter_chroma() 835 u_pre + uv_blk_col, v_pre + uv_blk_col, uv_pre_stride, uv_width, in av1_highbd_apply_temporal_filter_chroma() 854 v_pre + uv_blk_col, uv_pre_stride, uv_width, uv_height, ss_x, ss_y, in av1_highbd_apply_temporal_filter_chroma()
|
D | temporal_filter_sse4.c | 799 const unsigned int uv_width = block_width >> ss_x, in av1_apply_temporal_filter_chroma() local 804 const unsigned int uv_mid_width = uv_width >> 1, in av1_apply_temporal_filter_chroma() 805 uv_last_width = uv_width - uv_blk_col_step; in av1_apply_temporal_filter_chroma() 810 if (uv_width == 8) { in av1_apply_temporal_filter_chroma() 826 u_pre + uv_blk_col, v_pre + uv_blk_col, uv_pre_stride, uv_width, in av1_apply_temporal_filter_chroma() 835 u_pre + uv_blk_col, v_pre + uv_blk_col, uv_pre_stride, uv_width, in av1_apply_temporal_filter_chroma() 857 v_pre + uv_blk_col, uv_pre_stride, uv_width, uv_height, ss_x, ss_y, in av1_apply_temporal_filter_chroma() 880 u_pre + uv_blk_col, v_pre + uv_blk_col, uv_pre_stride, uv_width, in av1_apply_temporal_filter_chroma() 898 u_pre + uv_blk_col, v_pre + uv_blk_col, uv_pre_stride, uv_width, in av1_apply_temporal_filter_chroma() 917 v_pre + uv_blk_col, uv_pre_stride, uv_width, uv_height, ss_x, ss_y, in av1_apply_temporal_filter_chroma()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | onyxd_if.c | 144 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/ |
D | picture_enc.c | 94 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/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | SurfaceTextureHelper.java | 234 int uv_width = (width+7) / 8; 278 GLES20.glViewport(0, height, uv_width, uv_height); 287 GLES20.glViewport(stride/8, height, uv_width, uv_height);
|
/external/libvpx/libvpx/vpx_scale/mips/dspr2/ |
D | yv12extend_dspr2.c | 106 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/libaom/libaom/aom_scale/mips/dspr2/ |
D | yv12extend_dspr2.c | 108 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/webrtc/talk/app/webrtc/java/jni/ |
D | native_handle_impl.cc | 115 int uv_width = (width()+7) / 8; in NativeToI420Buffer() local 116 int stride = 8 * uv_width; in NativeToI420Buffer()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.h | 94 yv12->uv_width = in image2yuvconfig() 98 yv12->uv_crop_width = yv12->uv_width; in image2yuvconfig()
|
/external/libaom/libaom/av1/ |
D | av1_iface_common.h | 91 yv12->uv_width = in image2yuvconfig() 95 yv12->uv_crop_width = yv12->uv_width; in image2yuvconfig()
|