Searched refs:ss_y (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12config.c | 138 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()
|
D | yv12extend.c | 135 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/ |
D | yv12config.h | 76 int ss_x, int ss_y, 90 int ss_x, int ss_y,
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconinter.c | 91 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()
|
D | vp9_blockd.c | 124 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()
|
D | vp9_loopfilter.c | 1084 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()
|
D | vp9_reconinter.h | 49 int bh, int ss_x, int ss_y);
|
D | vp9_blockd.h | 229 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y);
|
/external/libvpx/libvpx/vpx_scale/mips/dspr2/ |
D | yv12extend_dspr2.c | 107 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()
|