Home
last modified time | relevance | path

Searched refs:ss_y (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
151 int uv_height = aligned_height >> ss_y; in vp9_realloc_frame_buffer()
154 const int uv_border_h = border >> ss_y; in vp9_realloc_frame_buffer()
202 uv_height = aligned_height >> ss_y; in vp9_realloc_frame_buffer()
250 ybf->uv_crop_height = (height + ss_y) >> ss_y; 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/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,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_alloccommon.c120 const int ss_y = cm->subsampling_y; 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()
166 const int ss_y = cm->subsampling_y; 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
147 xd->plane[i].subsampling_y = i ? ss_y : 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
127 src_mv->row * (1 << (1 - ss_y)), in clamp_mv_to_umv_border_sb()
131 assert(ss_y <= 1); in clamp_mv_to_umv_border_sb()
136 xd->mb_to_top_edge * (1 << (1 - ss_y)) - spel_top, in clamp_mv_to_umv_border_sb()
137 xd->mb_to_bottom_edge * (1 << (1 - ss_y)) + spel_bottom); in clamp_mv_to_umv_border_sb()
Dvp9_loopfilter.c909 const int ss_y = plane->subsampling_y; in filter_block_plane_non420() local
911 const int col_step = 1 << ss_y; in filter_block_plane_non420()
945 const int skip_border_4x4_r = ss_y && mi_row + r == cm->mi_rows - 1; in filter_block_plane_non420()
960 if (!skip_this_r && ((r >> ss_y) & 3) == 0) { in filter_block_plane_non420()
973 if (!skip_this_r && ((r >> ss_y) & 1) == 0) { in filter_block_plane_non420()
989 if (tx_size == TX_8X8 || ((r >> ss_y) & 3) == 0) in filter_block_plane_non420()
1015 const int skip_border_4x4_r = ss_y && mi_row + r == cm->mi_rows - 1; in filter_block_plane_non420()
Dvp9_blockd.h273 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y);