/external/libvpx/libvpx/test/ |
D | yuv_temporal_filter_test.cc | 328 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 …]
|
D | vp9_scale_test.cc | 127 assert(ref_img_.uv_height == dst_img_.uv_height); in PrintDiff() 136 ref_img_.uv_height, 1); in PrintDiff() 139 ref_img_.uv_height, 2); in PrintDiff()
|
/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12config.c | 58 int uv_height = aligned_height >> 1; in vp8_yv12_realloc_frame_buffer() local 62 int uvplane_size = (uv_height + border) * uv_stride; in vp8_yv12_realloc_frame_buffer() 96 ybf->uv_height = uv_height; in vp8_yv12_realloc_frame_buffer() 175 const int uv_height = aligned_height >> ss_y; in vpx_realloc_frame_buffer() local 180 (uv_height + 2 * uv_border_h) * (uint64_t)uv_stride + byte_alignment; in vpx_realloc_frame_buffer() 253 ybf->uv_height = uv_height; in vpx_realloc_frame_buffer()
|
D | yv12extend.c | 121 uv_border + ybf->uv_height - ybf->uv_crop_height, in vp8_yv12_extend_frame_borders_c() 126 uv_border + ybf->uv_height - ybf->uv_crop_height, in vp8_yv12_extend_frame_borders_c() 135 const int ss_y = ybf->uv_height < ybf->y_height; in extend_frame() 138 const int c_eb = c_et + ybf->uv_height - ybf->uv_crop_height; in extend_frame() 216 for (row = 0; row < src_ybc->uv_height; ++row) { in vp8_yv12_copy_frame_c() 225 for (row = 0; row < src_ybc->uv_height; ++row) { in vp8_yv12_copy_frame_c() 261 for (row = 0; row < src_ybc->uv_height; ++row) { in vpx_yv12_copy_frame_c() 270 for (row = 0; row < src_ybc->uv_height; ++row) { in vpx_yv12_copy_frame_c() 292 for (row = 0; row < src_ybc->uv_height; ++row) { in vpx_yv12_copy_frame_c() 301 for (row = 0; row < src_ybc->uv_height; ++row) { in vpx_yv12_copy_frame_c()
|
D | vpx_scale.c | 499 src->uv_height, (unsigned char *)dst->u_buffer, dst->uv_stride, in vpx_scale_frame() 504 for (i = 0; i < dst->uv_height; i++) in vpx_scale_frame() 509 if (dh / 2 < (int)dst->uv_height) in vpx_scale_frame() 515 src->uv_height, (unsigned char *)dst->v_buffer, dst->uv_stride, in vpx_scale_frame() 520 for (i = 0; i < dst->uv_height; i++) in vpx_scale_frame() 525 if (dh / 2 < (int)dst->uv_height) in vpx_scale_frame()
|
/external/libaom/libaom/aom_scale/generic/ |
D | yv12config.c | 52 const int aligned_height, const int uv_width, const int uv_height, in realloc_frame_buffer_aligned() argument 127 ybf->uv_height = uv_height; in realloc_frame_buffer_aligned() 180 const int uv_height) { in calc_stride_and_planesize() argument 192 *uvplane_size = (uv_height + 2 * (border >> ss_y)) * (uint64_t)(*uv_stride) + in calc_stride_and_planesize() 215 const int uv_height = aligned_height >> ss_y; in aom_realloc_frame_buffer() local 221 &y_stride, &uv_stride, &yplane_size, &uvplane_size, uv_height); in aom_realloc_frame_buffer() 226 aligned_width, aligned_height, uv_width, uv_height, uv_stride, in aom_realloc_frame_buffer()
|
D | yv12extend.c | 142 const int ss_y = ybf->uv_height < ybf->y_height; in extend_frame() 300 for (row = 0; row < src_bc->uv_height; ++row) { in aom_yv12_copy_u_c() 308 for (row = 0; row < src_bc->uv_height; ++row) { in aom_yv12_copy_u_c() 324 for (row = 0; row < src_bc->uv_height; ++row) { in aom_yv12_copy_v_c() 332 for (row = 0; row < src_bc->uv_height; ++row) { in aom_yv12_copy_v_c()
|
/external/libaom/libaom/test/ |
D | temporal_filter_yuv_test.cc | 555 const int uv_width = width >> ss_x, uv_height = height >> ss_y; in CompareTestWithParam() local 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() 613 EXPECT_TRUE(CheckArrayEqual(u_accum_tst, u_accum_ref, uv_width, uv_height, in CompareTestWithParam() [all …]
|
/external/libvpx/libvpx/vp8/common/ |
D | extend.c | 78 eb = (dst->border >> 1) + dst->uv_height - src->uv_height; 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 | setupintrarecon.c | 24 for (i = 0; i < ybf->uv_height; ++i) { in vp8_setup_intra_recon() 29 for (i = 0; i < ybf->uv_height; ++i) { in vp8_setup_intra_recon()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_lookahead.c | 105 int uv_height = src->uv_crop_height; in vp9_lookahead_push() local 121 uv_height != buf->img.uv_crop_height; in vp9_lookahead_push() 124 uv_height > buf->img.uv_height; in vp9_lookahead_push()
|
/external/libaom/libaom/av1/encoder/ |
D | lookahead.c | 94 int uv_height = src->uv_crop_height; in av1_lookahead_push() local 111 uv_height != buf->img.uv_crop_height; in av1_lookahead_push() 114 uv_height > buf->img.uv_height; in av1_lookahead_push()
|
/external/libgav1/libgav1/src/ |
D | yuv_buffer.cc | 61 const int uv_height = in Realloc() local 123 : (uv_height + uv_top_border + uv_bottom_border) * in Realloc() 182 uv_height_ = uv_height; in Realloc()
|
D | frame_buffer.cc | 78 const int uv_height = in Libgav1ComputeFrameBufferInfo() local 96 : (uv_height + uv_top_border + uv_bottom_border) * in Libgav1ComputeFrameBufferInfo()
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | SurfaceTextureHelper.java | 235 int uv_height = (height+1)/2; 236 int total_height = height + uv_height; 278 GLES20.glViewport(0, height, uv_width, uv_height); 287 GLES20.glViewport(stride/8, height, uv_width, uv_height);
|
/external/libvpx/libvpx/vp8/decoder/ |
D | onyxd_if.c | 143 cm->yv12_fb[ref_fb_idx].uv_height != sd->uv_height || in vp8dx_get_reference() 174 cm->yv12_fb[*ref_fb_ptr].uv_height != sd->uv_height || in vp8dx_set_reference() 400 sd->uv_height = pbi->common.Height / 2; in vp8dx_get_raw_frame()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_postproc.c | 213 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() 242 const int src_heights[3] = { src->y_height, src->uv_height, in vp9_deblock() 243 src->uv_height }; in vp9_deblock() 429 dest->uv_height = dest->y_height >> cm->subsampling_y; in vp9_post_proc_frame()
|
/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() 110 const int c_eb = c_et + ybf->uv_height - ybf->uv_crop_height; in extend_frame()
|
/external/webp/src/enc/ |
D | picture_enc.c | 95 const int uv_height = (int)(((int64_t)height + 1) >> 1); in WebPPictureAllocYUVA() local 114 uv_size = (uint64_t)uv_stride * uv_height; in WebPPictureAllocYUVA() 121 uv_width <= 0 || uv_height <= 0) { // u/v param error in WebPPictureAllocYUVA()
|
/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() 112 const int c_eb = c_et + ybf->uv_height - ybf->uv_crop_height; in extend_frame()
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | native_handle_impl.cc | 117 int uv_height = (height()+1)/2; in NativeToI420Buffer() local 118 size_t size = stride * (height() + uv_height); in NativeToI420Buffer()
|
/external/libaom/libaom/av1/encoder/x86/ |
D | temporal_filter_sse4.c | 804 uv_height = block_height >> ss_y; in apply_temporal_filter_chroma() local 831 uv_height, ss_x, ss_y, strength, u_accum + uv_blk_col, in apply_temporal_filter_chroma() 840 uv_height, ss_x, ss_y, strength, u_accum + uv_blk_col, 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() 885 uv_height, ss_x, ss_y, strength, u_accum + uv_blk_col, in apply_temporal_filter_chroma() 903 uv_height, ss_x, ss_y, strength, u_accum + uv_blk_col, 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() 949 const unsigned int uv_height = block_height >> ss_y; in apply_temporal_filter_yuv() local 954 mb_row * uv_height * ref_frame->uv_stride + mb_col * uv_width; in apply_temporal_filter_yuv() 1763 uv_height = block_height >> ss_y; in highbd_apply_temporal_filter_chroma() local [all …]
|
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.c | 93 yv12->uv_height = in image2yuvconfig() 96 yv12->uv_crop_height = yv12->uv_height; in image2yuvconfig()
|
/external/libaom/libaom/av1/ |
D | av1_iface_common.h | 98 yv12->uv_height = in image2yuvconfig() 101 yv12->uv_crop_height = yv12->uv_height; in image2yuvconfig()
|
/external/libaom/libaom/av1/decoder/ |
D | decoder.c | 250 a->uv_height == b->uv_height && a->uv_width == b->uv_width; in equal_dimensions() 275 a->uv_height == b->uv_height && a->uv_width == b->uv_width && in equal_dimensions_and_border()
|