Home
last modified time | relevance | path

Searched refs:alpha_stride (Results 1 – 9 of 9) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
Dyv12config.c92 ybf->alpha_stride = 0; in vp8_yv12_realloc_frame_buffer()
159 int alpha_stride = y_stride; in vp9_realloc_frame_buffer() local
163 alpha_stride; in vp9_realloc_frame_buffer()
205 alpha_stride = y_stride; in vp9_realloc_frame_buffer()
208 alpha_stride; in vp9_realloc_frame_buffer()
267 ybf->alpha_stride = alpha_stride; in vp9_realloc_frame_buffer()
269 (alpha_border_h * alpha_stride) + alpha_border_w; in vp9_realloc_frame_buffer()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_iface_common.h44 img->stride[VPX_PLANE_ALPHA] = yv12->alpha_stride; in yuvconfig2image()
75 yv12->alpha_stride = yv12->alpha_buffer ? img->stride[VPX_PLANE_ALPHA] : 0; in image2yuvconfig()
83 yv12->alpha_stride = yv12->y_stride; in image2yuvconfig()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
Dyv12config.h42 int alpha_stride; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_extend.c84 copy_and_extend_plane(src->alpha_buffer, src->alpha_stride, in vp9_copy_and_extend_frame()
85 dst->alpha_buffer, dst->alpha_stride, in vp9_copy_and_extend_frame()
Dvp9_onyx_if.c1870 src += s->alpha_stride; in vp9_write_yuv_rec_frame()
1894 src_fb->alpha_stride}; in scale_and_extend_frame_nonnormative()
1899 dst_fb->alpha_stride}; in scale_and_extend_frame_nonnormative()
1926 src_fb->alpha_stride}; in scale_and_extend_frame()
1931 dst_fb->alpha_stride}; in scale_and_extend_frame()
Dvp9_encodeframe.c973 src->alpha_stride}; in vp9_setup_src_planes()
Dvp9_rdopt.c2307 dst[3].stride = src->alpha_stride; in setup_pred_block()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_postproc.c323 src->alpha_stride}; in vp9_deblock()
332 dst->alpha_stride}; in vp9_deblock()
349 src->alpha_stride}; in vp9_denoise()
358 dst->alpha_stride}; in vp9_denoise()
Dvp9_reconinter.c418 src->alpha_stride}; in vp9_setup_dst_planes()
437 src->alpha_stride}; in vp9_setup_pre_planes()