Searched refs:ss_y (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12config.c | 139 int ss_x, int ss_y, in vpx_realloc_frame_buffer() argument 156 const int uv_height = aligned_height >> ss_y; in vpx_realloc_frame_buffer() 159 const int uv_border_h = border >> ss_y; in vpx_realloc_frame_buffer() 241 ybf->uv_crop_height = (height + ss_y) >> ss_y; in vpx_realloc_frame_buffer() 249 ybf->subsampling_y = ss_y; in vpx_realloc_frame_buffer() 287 int ss_x, int ss_y, in vpx_alloc_frame_buffer() argument 295 return vpx_realloc_frame_buffer(ybf, width, height, ss_x, ss_y, in vpx_alloc_frame_buffer()
|
D | yv12extend.c | 165 const int ss_y = ybf->uv_height < ybf->y_height; in extend_frame() local 166 const int c_et = ext_size >> ss_y; in extend_frame()
|
/external/libvpx/libvpx/vpx_scale/ |
D | yv12config.h | 76 int width, int height, int ss_x, int ss_y, 90 int width, int height, int ss_x, int ss_y,
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconinter.c | 109 int bw, int bh, int ss_x, int ss_y) { in clamp_mv_to_umv_border_sb() argument 118 src_mv->row * (1 << (1 - ss_y)), in clamp_mv_to_umv_border_sb() 122 assert(ss_y <= 1); in clamp_mv_to_umv_border_sb() 127 xd->mb_to_top_edge * (1 << (1 - ss_y)) - spel_top, in clamp_mv_to_umv_border_sb() 128 xd->mb_to_bottom_edge * (1 << (1 - ss_y)) + spel_bottom); in clamp_mv_to_umv_border_sb()
|
D | vp9_blockd.c | 128 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y) { in vp9_setup_block_planes() argument 133 xd->plane[i].subsampling_y = i ? ss_y : 0; in vp9_setup_block_planes()
|
D | vp9_reconinter.h | 51 int bw, int bh, int ss_x, int ss_y);
|
D | vp9_loopfilter.c | 1167 const int ss_y = plane->subsampling_y; in vp9_filter_block_plane_non420() local 1168 const int row_step = 1 << ss_y; 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() 1216 if (!skip_this_r && ((r >> ss_y) & 3) == 0) { in vp9_filter_block_plane_non420() 1229 if (!skip_this_r && ((r >> ss_y) & 1) == 0) { in vp9_filter_block_plane_non420() 1245 if (tx_size == TX_8X8 || ((r >> ss_y) & 3) == 0) in vp9_filter_block_plane_non420() 1291 const int skip_border_4x4_r = ss_y && mi_row + r == cm->mi_rows - 1; in vp9_filter_block_plane_non420()
|
D | vp9_blockd.h | 233 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y);
|
/external/libvpx/libvpx/vpx_scale/mips/dspr2/ |
D | yv12extend_dspr2.c | 111 const int ss_y = ybf->uv_height < ybf->y_height; in extend_frame() local 112 const int c_et = ext_size >> ss_y; in extend_frame()
|