Searched refs:ss_x (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 155 const int uv_width = aligned_width >> ss_x; in vpx_realloc_frame_buffer() 157 const int uv_stride = y_stride >> ss_x; in vpx_realloc_frame_buffer() 158 const int uv_border_w = border >> ss_x; in vpx_realloc_frame_buffer() 240 ybf->uv_crop_width = (width + ss_x) >> ss_x; in vpx_realloc_frame_buffer() 248 ybf->subsampling_x = ss_x; 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 | 164 const int ss_x = ybf->uv_width < ybf->y_width; in extend_frame() local 167 const int c_el = ext_size >> ss_x; 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_loopfilter.c | 1166 const int ss_x = plane->subsampling_x; in vp9_filter_block_plane_non420() local 1169 const int col_step = 1 << ss_x; in vp9_filter_block_plane_non420() 1200 const int skip_border_4x4_c = ss_x && mi_col + c == cm->mi_cols - 1; in vp9_filter_block_plane_non420() 1204 if (!(lfl[(r << 3) + (c >> ss_x)] = in vp9_filter_block_plane_non420() 1210 if (!skip_this_c && ((c >> ss_x) & 3) == 0) { in vp9_filter_block_plane_non420() 1212 mask_16x16_c |= 1 << (c >> ss_x); in vp9_filter_block_plane_non420() 1214 mask_8x8_c |= 1 << (c >> ss_x); in vp9_filter_block_plane_non420() 1218 mask_16x16[r] |= 1 << (c >> ss_x); in vp9_filter_block_plane_non420() 1220 mask_8x8[r] |= 1 << (c >> ss_x); in vp9_filter_block_plane_non420() 1223 if (!skip_this_c && ((c >> ss_x) & 1) == 0) { in vp9_filter_block_plane_non420() [all …]
|
D | vp9_reconinter.c | 109 int bw, int bh, int ss_x, int ss_y) { in clamp_mv_to_umv_border_sb() argument 119 src_mv->col * (1 << (1 - ss_x)) in clamp_mv_to_umv_border_sb() 121 assert(ss_x <= 1); in clamp_mv_to_umv_border_sb() 125 xd->mb_to_left_edge * (1 << (1 - ss_x)) - spel_left, in clamp_mv_to_umv_border_sb() 126 xd->mb_to_right_edge * (1 << (1 - ss_x)) + spel_right, 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 132 xd->plane[i].subsampling_x = i ? ss_x : 0; in vp9_setup_block_planes()
|
D | vp9_reconinter.h | 51 int bw, int bh, int ss_x, int ss_y);
|
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 | 110 const int ss_x = ybf->uv_width < ybf->y_width; in extend_frame() local 113 const int c_el = ext_size >> ss_x; in extend_frame()
|