Home
last modified time | relevance | path

Searched refs:ss_x (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
Dyv12config.c139 int ss_x, int ss_y, int border, in vp9_realloc_frame_buffer() argument
150 const int uv_width = aligned_width >> ss_x; in vp9_realloc_frame_buffer()
152 int uv_stride = y_stride >> ss_x; in vp9_realloc_frame_buffer()
153 const int uv_border_w = border >> ss_x; in vp9_realloc_frame_buffer()
201 uv_stride = y_stride >> ss_x; in vp9_realloc_frame_buffer()
249 ybf->uv_crop_width = (width + ss_x) >> ss_x; in vp9_realloc_frame_buffer()
279 int ss_x, int ss_y, int border) { in vp9_alloc_frame_buffer() argument
282 return vp9_realloc_frame_buffer(ybf, width, height, ss_x, ss_y, border, in vp9_alloc_frame_buffer()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_loopfilter.c908 const int ss_x = plane->subsampling_x; in filter_block_plane_non420() local
910 const int row_step = 1 << ss_x; in filter_block_plane_non420()
944 const int skip_border_4x4_c = ss_x && mi_col + c == cm->mi_cols - 1; in filter_block_plane_non420()
948 if (!(lfl[(r << 3) + (c >> ss_x)] = in filter_block_plane_non420()
954 if (!skip_this_c && ((c >> ss_x) & 3) == 0) { in filter_block_plane_non420()
956 mask_16x16_c |= 1 << (c >> ss_x); in filter_block_plane_non420()
958 mask_8x8_c |= 1 << (c >> ss_x); in filter_block_plane_non420()
962 mask_16x16[r] |= 1 << (c >> ss_x); in filter_block_plane_non420()
964 mask_8x8[r] |= 1 << (c >> ss_x); in filter_block_plane_non420()
967 if (!skip_this_c && ((c >> ss_x) & 1) == 0) { in filter_block_plane_non420()
[all …]
Dvp9_alloccommon.c119 const int ss_x = cm->subsampling_x; in vp9_resize_frame_buffers() local
122 if (vp9_realloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y, in vp9_resize_frame_buffers()
165 const int ss_x = cm->subsampling_x; in vp9_alloc_frame_buffers() local
174 ss_x, ss_y, VP9_ENC_BORDER_IN_PIXELS) < 0) in vp9_alloc_frame_buffers()
186 if (vp9_alloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y, in vp9_alloc_frame_buffers()
Dvp9_blockd.c141 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y) { in vp9_setup_block_planes() argument
146 xd->plane[i].subsampling_x = i ? ss_x : 0; in vp9_setup_block_planes()
Dvp9_reconinter.c118 int bw, int bh, int ss_x, int ss_y) { in clamp_mv_to_umv_border_sb() argument
128 src_mv->col * (1 << (1 - ss_x)) in clamp_mv_to_umv_border_sb()
130 assert(ss_x <= 1); in clamp_mv_to_umv_border_sb()
134 xd->mb_to_left_edge * (1 << (1 - ss_x)) - spel_left, in clamp_mv_to_umv_border_sb()
135 xd->mb_to_right_edge * (1 << (1 - ss_x)) + spel_right, in clamp_mv_to_umv_border_sb()
Dvp9_blockd.h273 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
Dyv12config.h67 int width, int height, int ss_x, int ss_y,
77 int width, int height, int ss_x, int ss_y,