/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12config.c | 55 int uv_height = aligned_height >> 1; in vp8_yv12_realloc_frame_buffer() local 59 int uvplane_size = (uv_height + border) * uv_stride; in vp8_yv12_realloc_frame_buffer() 85 ybf->uv_height = uv_height; in vp8_yv12_realloc_frame_buffer() 153 const int uv_height = aligned_height >> ss_y; in vpx_realloc_frame_buffer() local 158 (uv_height + 2 * uv_border_h) * (uint64_t)uv_stride + byte_alignment; in vpx_realloc_frame_buffer() 230 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/libvpx/libvpx/test/ |
D | vp9_scale_test.cc | 129 assert(ref_img_.uv_height == dst_img_.uv_height); in PrintDiff() 138 ref_img_.uv_height, 1); in PrintDiff() 141 ref_img_.uv_height, 2); in PrintDiff()
|
D | vpx_scale_test.h | 157 ref_img_.uv_crop_height, ref_img_.uv_width, ref_img_.uv_height, in ReferenceExtendBorder() 160 ref_img_.uv_crop_height, ref_img_.uv_width, ref_img_.uv_height, in ReferenceExtendBorder()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_lookahead.c | 100 int uv_height = src->uv_crop_height; in vp9_lookahead_push() local 112 uv_height != buf->img.uv_crop_height; in vp9_lookahead_push() 115 uv_height > buf->img.uv_height; in vp9_lookahead_push()
|
D | vp9_extend.c | 120 const int uv_height_subsampling = (src->uv_height != src->y_height); in vp9_copy_and_extend_frame()
|
D | vp9_encoder.c | 2574 h = s->uv_height; in vp9_write_yuv_rec_frame() 2582 h = s->uv_height; in vp9_write_yuv_rec_frame() 2600 h = s->uv_height; in vp9_write_yuv_rec_frame() 2608 h = s->uv_height; in vp9_write_yuv_rec_frame() 4324 src->uv_height, strength << 1); 4327 src->uv_height, strength << 1); 5573 dest->uv_height = cm->height >> cm->subsampling_y;
|
D | vp9_denoiser.c | 722 for (r = 0; r < yuv->uv_height; ++r) { in make_grayscale()
|
/external/libvpx/libvpx/vp8/common/ |
D | extend.c | 79 eb = (dst->border >> 1) + dst->uv_height - src->uv_height; in vp8_copy_and_extend_frame() 83 dst->uv_stride, src->uv_height, src->uv_width, et, el, in vp8_copy_and_extend_frame() 87 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()
|
D | postproc.c | 290 dest->uv_height = dest->y_height / 2; in vp8_post_proc_frame() 387 dest->uv_height = dest->y_height / 2; in vp8_post_proc_frame()
|
/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 | 142 cm->yv12_fb[ref_fb_idx].uv_height != sd->uv_height || in vp8dx_get_reference() 173 cm->yv12_fb[*ref_fb_ptr].uv_height != sd->uv_height || in vp8dx_set_reference() 412 sd->uv_height = pbi->common.Height / 2; in vp8dx_get_raw_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() 241 const int src_heights[3] = { src->y_height, src->uv_height, in vp9_deblock() 242 src->uv_height }; in vp9_deblock() 429 dest->uv_height = dest->y_height >> cm->subsampling_y; in vp9_post_proc_frame()
|
D | vp9_reconintra.c | 145 frame_height = xd->cur_buf->uv_height; in build_intra_predictors_high() 292 frame_height = xd->cur_buf->uv_height; in build_intra_predictors()
|
/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/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/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/libvpx/libvpx/vp9/ |
D | vp9_iface_common.h | 96 yv12->uv_height = in image2yuvconfig() 99 yv12->uv_crop_height = yv12->uv_height; in image2yuvconfig()
|
/external/webp/src/dec/ |
D | buffer_dec.c | 51 const int uv_height = (height + 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()
|
/external/libvpx/libvpx/vpx_scale/ |
D | yv12config.h | 37 int uv_height; member
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decoder.c | 149 a->uv_height == b->uv_height && a->uv_width == b->uv_width; in equal_dimensions()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_if.c | 2852 for (i = 0; i < frame->uv_height; ++i) 2859 for (i = 0; i < frame->uv_height; ++i) 5198 unsigned int uv_height = (y_height + 1) / 2; in vp8_get_compressed_data() local 5200 int uv_samples = uv_height * uv_width; in vp8_get_compressed_data() 5208 recon->uv_stride, uv_width, uv_height); in vp8_get_compressed_data() 5211 recon->uv_stride, uv_width, uv_height); in vp8_get_compressed_data() 5237 pp->uv_stride, uv_width, uv_height); in vp8_get_compressed_data() 5240 pp->uv_stride, uv_width, uv_height); in vp8_get_compressed_data() 5334 dest->uv_height = cpi->common.Height / 2; in vp8_get_preview_raw_frame()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 495 yv12->uv_height = uv_h; in image2yuvconfig()
|