Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c139 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()
Dyv12extend.c164 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/
Dyv12config.h76 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/
Dvp9_loopfilter.c1166 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 …]
Dvp9_reconinter.c109 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()
Dvp9_blockd.c128 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()
Dvp9_reconinter.h51 int bw, int bh, int ss_x, int ss_y);
Dvp9_blockd.h233 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y);
/external/libvpx/libvpx/vpx_scale/mips/dspr2/
Dyv12extend_dspr2.c110 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()