Home
last modified time | relevance | path

Searched refs:uv_height (Results 1 – 24 of 24) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
Dyv12config.c57 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()
Dvpx_scale.c507 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()
Dyv12extend.c90 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/
Dsetupintrarecon.c25 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()
Dextend.c90 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()
Dpostproc.c737 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/
Dvp9_iface_common.h20 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/
Dssim.c191 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()
Donyx_if.c2626 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/
Dvp9_decoder.c87 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/
Dvp9_extend.c72 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()
Dvp9_onyx_if.c1698 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;
Dvp9_firstpass.c488 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/
Donyxd_if.c129 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()
Ddecodeframe.c388 plane_height = ybf->uv_height; in yv12_extend_frame_bottom_c()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
Dvpx_scale_asm_offsets.c24 DEFINE(yv12_buffer_config_uv_height, offsetof(YV12_BUFFER_CONFIG, uv_height));
Dyv12config.h35 int uv_height; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_postproc.c308 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()
Dvp9_reconintra.c345 frame_height = xd->cur_buf->uv_height; in build_intra_predictors()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/mips/dspr2/
Dyv12extend_dspr2.c115 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/
Dvp8_vpxyv12_copyframe_func_neon.asm99 mov r4, r4, lsr #1 ;src uv_height
Dvp8_vpxyv12_copysrcframe_func_neon.asm210 ;copy last line for U & V if uv_height is odd
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c719 yv12->uv_height = yv12->y_height / 2; in image2yuvconfig()
Dvp8_cx_iface.c691 yv12->uv_height = (1 + yv12->y_height) / 2; in image2yuvconfig()