Home
last modified time | relevance | path

Searched refs:alpha_height (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
Dyv12config.c91 ybf->alpha_height = 0; in vp8_yv12_realloc_frame_buffer()
158 int alpha_height = aligned_height; in vp9_realloc_frame_buffer() local
162 int alpha_plane_size = (alpha_height + 2 * alpha_border_h) * in vp9_realloc_frame_buffer()
206 alpha_height = aligned_height; in vp9_realloc_frame_buffer()
207 alpha_plane_size = (alpha_height + 2 * alpha_border_h) * in vp9_realloc_frame_buffer()
266 ybf->alpha_height = alpha_height; in vp9_realloc_frame_buffer()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_extend.c79 const int et_a = dst->border >> (dst->alpha_height != dst->y_height); in vp9_copy_and_extend_frame()
81 const int eb_a = et_a + dst->alpha_height - src->alpha_height; in vp9_copy_and_extend_frame()
86 src->alpha_width, src->alpha_height, in vp9_copy_and_extend_frame()
Dvp9_onyx_if.c1867 h = s->alpha_height; in vp9_write_yuv_rec_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_iface_common.h71 yv12->alpha_height = yv12->alpha_buffer ? img->d_h : 0; in image2yuvconfig()
82 yv12->alpha_height = yv12->y_height; in image2yuvconfig()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
Dyv12config.h41 int alpha_height; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_postproc.c327 src->alpha_height}; in vp9_deblock()
353 src->alpha_height}; in vp9_denoise()