/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/ |
D | yv12config.c | 57 int uv_height = aligned_height >> 1; in vp8_yv12_realloc_frame_buffer() local 61 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() 151 int uv_height = aligned_height >> ss_y; in vp9_realloc_frame_buffer() local 155 int uvplane_size = (uv_height + 2 * uv_border_h) * uv_stride; in vp9_realloc_frame_buffer() 202 uv_height = aligned_height >> ss_y; in vp9_realloc_frame_buffer() 203 uvplane_size = (uv_height + 2 * uv_border_h) * uv_stride; in vp9_realloc_frame_buffer() 252 ybf->uv_height = uv_height; in vp9_realloc_frame_buffer()
|
D | vpx_scale.c | 507 Scale2D((unsigned char *) src->u_buffer, src->uv_stride, src->uv_width, src->uv_height, in vpx_scale_frame() 512 for (i = 0; i < dst->uv_height; i++) in vpx_scale_frame() 515 if (dh / 2 < (int)dst->uv_height) in vpx_scale_frame() 519 Scale2D((unsigned char *) src->v_buffer, src->uv_stride, src->uv_width, src->uv_height, in vpx_scale_frame() 524 for (i = 0; i < dst->uv_height; i++) in vpx_scale_frame() 527 if (dh / 2 < (int) dst->uv_height) in vpx_scale_frame()
|
D | yv12extend.c | 90 const int c_eb = c_ext_size + ybf->uv_height - ybf->uv_crop_height; in extend_frame() 148 for (row = 0; row < src_ybc->uv_height; ++row) { in vp8_yv12_copy_frame_c() 157 for (row = 0; row < src_ybc->uv_height; ++row) { in vp8_yv12_copy_frame_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
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 | 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 | postproc.c | 737 dest->uv_height = dest->y_height / 2; in vp8_post_proc_frame() 1198 dest->uv_height = dest->y_height / 2; in vp8_post_proc_frame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
D | vp9_iface_common.h | 20 if (yv12->uv_height == yv12->y_height) { in yuvconfig2image() 36 img->y_chroma_shift = yv12->uv_height < yv12->y_height; in yuvconfig2image() 67 yv12->uv_height = img->y_chroma_shift == 1 ? (1 + yv12->y_height) / 2 in image2yuvconfig()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | ssim.c | 191 source->uv_height); in vp8_calc_ssim() 195 source->uv_height); in vp8_calc_ssim() 222 source->uv_height); in vp8_calc_ssimg() 226 source->uv_height); in vp8_calc_ssimg()
|
D | onyx_if.c | 2626 h = s->uv_height; in vp8_write_yuv_frame() 2636 h = s->uv_height; in vp8_write_yuv_frame() 3023 for (i = 0; i < frame->uv_height; i++) 3030 for (i = 0; i < frame->uv_height; i++) 5278 int uv_samples = orig->uv_height * orig->uv_width ; in vp8_get_compressed_data() 5286 recon->u_buffer, recon->uv_stride, orig->uv_width, orig->uv_height); in vp8_get_compressed_data() 5289 recon->v_buffer, recon->uv_stride, orig->uv_width, orig->uv_height); in vp8_get_compressed_data() 5313 pp->u_buffer, pp->uv_stride, orig->uv_width, orig->uv_height); in vp8_get_compressed_data() 5316 pp->v_buffer, pp->uv_stride, orig->uv_width, orig->uv_height); in vp8_get_compressed_data() 5458 dest->uv_height = cpi->common.Height / 2; in vp8_get_preview_raw_frame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decoder.c | 87 for (i = 0; i < frame->uv_height; i++) in write_dx_frame_to_file() 95 for (i = 0; i < frame->uv_height; i++) in write_dx_frame_to_file() 182 a->uv_height == b->uv_height && a->uv_width == b->uv_width; in equal_dimensions() 432 sd->uv_height = sd->y_height >> pbi->common.subsampling_y; in vp9_get_raw_frame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_extend.c | 72 const int uv_height_subsampling = (src->uv_height != src->y_height); in vp9_copy_and_extend_frame() 97 src->uv_width, src->uv_height, in vp9_copy_and_extend_frame() 102 src->uv_width, src->uv_height, in vp9_copy_and_extend_frame()
|
D | vp9_onyx_if.c | 1698 const int heights[3] = {a->y_height, a->uv_height, a->uv_height}; in calc_psnr() 1820 h = s->uv_height; in vp9_write_yuv_frame() 1828 h = s->uv_height; in vp9_write_yuv_frame() 1849 h = s->uv_height; in vp9_write_yuv_rec_frame() 1857 h = s->uv_height; in vp9_write_yuv_rec_frame() 1989 for (i = 0; i < frame->uv_height; i++) in write_cx_frame_to_file() 1997 for (i = 0; i < frame->uv_height; i++) in write_cx_frame_to_file() 2909 const int subsampling_y = sd->uv_height < sd->y_height; 3337 dest->uv_height = cm->height >> cm->subsampling_y;
|
D | vp9_firstpass.c | 488 int uv_mb_height = 16 >> (lst_yv12->y_height > lst_yv12->uv_height); in vp9_first_pass() 531 uv_mb_height = 16 >> (first_ref_buf->y_height > first_ref_buf->uv_height); in vp9_first_pass()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | onyxd_if.c | 129 cm->yv12_fb[ref_fb_idx].uv_height != sd->uv_height || in vp8dx_get_reference() 161 cm->yv12_fb[*ref_fb_ptr].uv_height != sd->uv_height || in vp8dx_set_reference() 444 sd->uv_height = pbi->common.Height / 2; in vp8dx_get_raw_frame()
|
D | decodeframe.c | 388 plane_height = ybf->uv_height; in yv12_extend_frame_bottom_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/ |
D | vpx_scale_asm_offsets.c | 24 DEFINE(yv12_buffer_config_uv_height, offsetof(YV12_BUFFER_CONFIG, uv_height));
|
D | yv12config.h | 35 int uv_height; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_postproc.c | 308 source->uv_height, source->uv_width, ppl); in deblock_and_de_macro_block() 311 source->uv_height, source->uv_width, ppl); in deblock_and_de_macro_block() 326 const int src_heights[4] = {src->y_height, src->uv_height, src->uv_height, in vp9_deblock() 352 const int src_heights[4] = {src->y_height, src->uv_height, src->uv_height, in vp9_denoise() 974 dest->uv_height = dest->y_height >> cm->subsampling_y; in vp9_post_proc_frame()
|
D | vp9_reconintra.c | 345 frame_height = xd->cur_buf->uv_height; in build_intra_predictors()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/mips/dspr2/ |
D | yv12extend_dspr2.c | 115 const int c_eb = c_ext_size + ybf->uv_height - ybf->uv_crop_height; in extend_frame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/arm/neon/ |
D | vp8_vpxyv12_copyframe_func_neon.asm | 99 mov r4, r4, lsr #1 ;src uv_height
|
D | vp8_vpxyv12_copysrcframe_func_neon.asm | 210 ;copy last line for U & V if uv_height is odd
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_dx_iface.c | 719 yv12->uv_height = yv12->y_height / 2; in image2yuvconfig()
|
D | vp8_cx_iface.c | 691 yv12->uv_height = (1 + yv12->y_height) / 2; in image2yuvconfig()
|