/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() 87 ybf->uv_height = uv_height; in vp8_yv12_realloc_frame_buffer() 156 const int uv_height = aligned_height >> ss_y; in vpx_realloc_frame_buffer() local 160 const uint64_t uvplane_size = (uv_height + 2 * uv_border_h) * in vpx_realloc_frame_buffer() 243 ybf->uv_height = uv_height; in vpx_realloc_frame_buffer()
|
D | yv12extend.c | 129 uv_border + ybf->uv_height - ybf->uv_crop_height, in vp8_yv12_extend_frame_borders_c() 136 uv_border + ybf->uv_height - ybf->uv_crop_height, in vp8_yv12_extend_frame_borders_c() 150 uv_border + ybf->uv_height - ybf->uv_crop_height, in vp8_yv12_extend_frame_borders_c() 156 uv_border + ybf->uv_height - ybf->uv_crop_height, in vp8_yv12_extend_frame_borders_c() 165 const int ss_y = ybf->uv_height < ybf->y_height; in extend_frame() 168 const int c_eb = c_et + ybf->uv_height - ybf->uv_crop_height; in extend_frame() 251 for (row = 0; row < src_ybc->uv_height; ++row) { in vp8_yv12_copy_frame_c() 260 for (row = 0; row < src_ybc->uv_height; ++row) { in vp8_yv12_copy_frame_c() 282 for (row = 0; row < src_ybc->uv_height; ++row) { in vp8_yv12_copy_frame_c() 291 for (row = 0; row < src_ybc->uv_height; ++row) { in vp8_yv12_copy_frame_c()
|
D | vpx_scale.c | 508 Scale2D((unsigned char *) src->u_buffer, src->uv_stride, src->uv_width, src->uv_height, in vpx_scale_frame() 513 for (i = 0; i < dst->uv_height; i++) in vpx_scale_frame() 516 if (dh / 2 < (int)dst->uv_height) in vpx_scale_frame() 520 Scale2D((unsigned char *) src->v_buffer, src->uv_stride, src->uv_width, src->uv_height, in vpx_scale_frame() 525 for (i = 0; i < dst->uv_height; i++) in vpx_scale_frame() 528 if (dh / 2 < (int) dst->uv_height) in vpx_scale_frame()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_lookahead.c | 107 int uv_height = src->uv_crop_height; in vp9_lookahead_push() local 120 uv_height != buf->img.uv_crop_height; in vp9_lookahead_push() 124 uv_height > buf->img.uv_height; in vp9_lookahead_push()
|
D | vp9_extend.c | 119 const int uv_height_subsampling = (src->uv_height != src->y_height); in vp9_copy_and_extend_frame()
|
D | vp9_denoiser.c | 486 for (r = 0; r < yuv->uv_height; ++r) { in make_grayscale()
|
D | vp9_encoder.c | 2435 h = s->uv_height; in vp9_write_yuv_frame_420() 2443 h = s->uv_height; in vp9_write_yuv_frame_420() 2468 h = s->uv_height; in vp9_write_yuv_rec_frame() 2476 h = s->uv_height; in vp9_write_yuv_rec_frame() 2494 h = s->uv_height; in vp9_write_yuv_rec_frame() 2502 h = s->uv_height; in vp9_write_yuv_rec_frame() 4596 dest->uv_height = cm->height >> cm->subsampling_y;
|
D | vp9_firstpass.c | 632 uv_mb_height = 16 >> (new_yv12->y_height > new_yv12->uv_height); in vp9_first_pass()
|
/external/libvpx/libvpx/vp8/common/ |
D | extend.c | 90 eb = (dst->border >> 1) + dst->uv_height - src->uv_height; in vp8_copy_and_extend_frame() 95 src->uv_height, src->uv_width, in vp8_copy_and_extend_frame() 100 src->uv_height, src->uv_width, in vp8_copy_and_extend_frame()
|
D | setupintrarecon.c | 25 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 | 742 dest->uv_height = dest->y_height / 2; in vp8_post_proc_frame() 1203 dest->uv_height = dest->y_height / 2; in vp8_post_proc_frame()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_postproc.c | 408 source->uv_height, source->uv_width, in deblock_and_de_macro_block() 413 source->uv_height, source->uv_width, in deblock_and_de_macro_block() 428 source->uv_height, source->uv_width, ppl); in deblock_and_de_macro_block() 431 source->uv_height, source->uv_width, ppl); in deblock_and_de_macro_block() 446 source->uv_height, source->uv_width, ppl); in deblock_and_de_macro_block() 449 source->uv_height, source->uv_width, ppl); in deblock_and_de_macro_block() 462 const int src_heights[3] = {src->y_height, src->uv_height, src->uv_height}; in vp9_deblock() 498 const int src_heights[3] = {src->y_height, src->uv_height, src->uv_height}; in vp9_denoise() 740 dest->uv_height = dest->y_height >> cm->subsampling_y; in vp9_post_proc_frame()
|
D | vp9_reconintra.c | 150 frame_height = xd->cur_buf->uv_height; in build_intra_predictors_high() 273 frame_height = xd->cur_buf->uv_height; in build_intra_predictors()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | onyxd_if.c | 130 cm->yv12_fb[ref_fb_idx].uv_height != sd->uv_height || in vp8dx_get_reference() 162 cm->yv12_fb[*ref_fb_ptr].uv_height != sd->uv_height || in vp8dx_set_reference() 420 sd->uv_height = pbi->common.Height / 2; in vp8dx_get_raw_frame()
|
D | decodeframe.c | 391 plane_height = ybf->uv_height; in yv12_extend_frame_bottom_c()
|
/external/webp/src/enc/ |
D | picture.c | 94 const int uv_height = (height + 1) >> 1; in WebPPictureAllocYUVA() local 113 uv_size = (uint64_t)uv_stride * uv_height; in WebPPictureAllocYUVA() 120 uv_width < 0 || uv_height < 0) { // u/v param error in WebPPictureAllocYUVA()
|
/external/libvpx/libvpx/vpx_scale/mips/dspr2/ |
D | yv12extend_dspr2.c | 111 const int ss_y = ybf->uv_height < ybf->y_height; in extend_frame() 114 const int c_eb = c_et + ybf->uv_height - ybf->uv_crop_height; in extend_frame()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.h | 91 yv12->uv_height = img->y_chroma_shift == 1 ? (1 + yv12->y_height) / 2 in image2yuvconfig() 94 yv12->uv_crop_height = yv12->uv_height; in image2yuvconfig()
|
/external/libvpx/libvpx/test/ |
D | vpx_scale_test.cc | 122 ref_img_.uv_width, ref_img_.uv_height, in ReferenceExtendBorder() 127 ref_img_.uv_width, ref_img_.uv_height, in ReferenceExtendBorder()
|
/external/libvpx/libvpx/vpx_scale/ |
D | yv12config.h | 37 int uv_height; member
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decoder.c | 150 a->uv_height == b->uv_height && a->uv_width == b->uv_width; in equal_dimensions()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_if.c | 2725 h = s->uv_height; in vp8_write_yuv_frame() 2735 h = s->uv_height; in vp8_write_yuv_frame() 3119 for (i = 0; i < frame->uv_height; i++) 3126 for (i = 0; i < frame->uv_height; i++) 5669 unsigned int uv_height = (y_height + 1) / 2; in vp8_get_compressed_data() local 5671 int uv_samples = uv_height * uv_width; in vp8_get_compressed_data() 5679 recon->u_buffer, recon->uv_stride, uv_width, uv_height); in vp8_get_compressed_data() 5682 recon->v_buffer, recon->uv_stride, uv_width, uv_height); in vp8_get_compressed_data() 5707 pp->u_buffer, pp->uv_stride, uv_width, uv_height); in vp8_get_compressed_data() 5710 pp->v_buffer, pp->uv_stride, uv_width, uv_height); in vp8_get_compressed_data() [all …]
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 587 yv12->uv_height = uv_h; in image2yuvconfig()
|
D | vp8_cx_iface.c | 747 yv12->uv_height = uv_h; in image2yuvconfig()
|