Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c138 int ss_x, int ss_y, in vpx_realloc_frame_buffer() argument
153 const int uv_height = aligned_height >> ss_y; in vpx_realloc_frame_buffer()
156 const int uv_border_h = border >> ss_y; in vpx_realloc_frame_buffer()
228 ybf->uv_crop_height = (height + ss_y) >> ss_y; in vpx_realloc_frame_buffer()
236 ybf->subsampling_y = ss_y; in vpx_realloc_frame_buffer()
266 int ss_x, int ss_y, in vpx_alloc_frame_buffer() argument
273 return vpx_realloc_frame_buffer(ybf, width, height, ss_x, ss_y, in vpx_alloc_frame_buffer()
Dyv12extend.c135 const int ss_y = ybf->uv_height < ybf->y_height; in extend_frame() local
136 const int c_et = ext_size >> ss_y; in extend_frame()
/external/libvpx/libvpx/vpx_scale/
Dyv12config.h76 int ss_x, int ss_y,
90 int ss_x, int ss_y,
/external/libvpx/libvpx/vp9/common/
Dvp9_reconinter.c91 int bh, int ss_x, int ss_y) { in clamp_mv_to_umv_border_sb() argument
99 MV clamped_mv = { src_mv->row * (1 << (1 - ss_y)), in clamp_mv_to_umv_border_sb()
102 assert(ss_y <= 1); in clamp_mv_to_umv_border_sb()
106 xd->mb_to_top_edge * (1 << (1 - ss_y)) - spel_top, in clamp_mv_to_umv_border_sb()
107 xd->mb_to_bottom_edge * (1 << (1 - ss_y)) + spel_bottom); in clamp_mv_to_umv_border_sb()
Dvp9_blockd.c124 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y) { in vp9_setup_block_planes() argument
129 xd->plane[i].subsampling_y = i ? ss_y : 0; in vp9_setup_block_planes()
Dvp9_loopfilter.c1084 const int ss_y = plane->subsampling_y; in vp9_filter_block_plane_non420() local
1085 const int row_step = 1 << ss_y; in vp9_filter_block_plane_non420()
1122 const int skip_border_4x4_r = ss_y && mi_row + r == cm->mi_rows - 1; in vp9_filter_block_plane_non420()
1136 if (!skip_this_r && ((r >> ss_y) & 3) == 0) { in vp9_filter_block_plane_non420()
1149 if (!skip_this_r && ((r >> ss_y) & 1) == 0) { in vp9_filter_block_plane_non420()
1165 if (tx_size == TX_8X8 || ((r >> ss_y) & 3) == 0) in vp9_filter_block_plane_non420()
1201 const int skip_border_4x4_r = ss_y && mi_row + r == cm->mi_rows - 1; in vp9_filter_block_plane_non420()
Dvp9_reconinter.h49 int bh, int ss_x, int ss_y);
Dvp9_blockd.h229 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y);
/external/libvpx/libvpx/vpx_scale/mips/dspr2/
Dyv12extend_dspr2.c107 const int ss_y = ybf->uv_height < ybf->y_height; in extend_frame() local
108 const int c_et = ext_size >> ss_y; in extend_frame()