Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c139 int ss_x, int ss_y, int border, in vp9_realloc_frame_buffer() argument
150 const int uv_height = aligned_height >> ss_y; in vp9_realloc_frame_buffer()
153 const int uv_border_h = border >> ss_y; in vp9_realloc_frame_buffer()
226 ybf->uv_crop_height = (height + ss_y) >> ss_y; in vp9_realloc_frame_buffer()
255 int ss_x, int ss_y, int border) { in vp9_alloc_frame_buffer() argument
258 return vp9_realloc_frame_buffer(ybf, width, height, ss_x, ss_y, border, in vp9_alloc_frame_buffer()
Dyv12extend.c91 const int ss_y = ybf->uv_height < ybf->y_height; in extend_frame() local
92 const int c_et = ext_size >> ss_y; in extend_frame()
/external/libvpx/libvpx/vp9/
Dvp9_iface_common.h20 const int ss_y = yv12->uv_crop_height < yv12->y_crop_height; in yuvconfig2image() local
22 if (!ss_y) { in yuvconfig2image()
40 img->y_chroma_shift = ss_y; in yuvconfig2image()
/external/libvpx/libvpx/vpx_scale/
Dyv12config.h65 int width, int height, int ss_x, int ss_y,
75 int width, int height, int ss_x, int ss_y,
/external/libvpx/libvpx/vp9/common/
Dvp9_alloccommon.c170 const int ss_y = cm->subsampling_y; in vp9_alloc_ref_frame_buffers() local
177 ss_x, ss_y, VP9_ENC_BORDER_IN_PIXELS) < 0) in vp9_alloc_ref_frame_buffers()
184 if (vp9_alloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y, in vp9_alloc_ref_frame_buffers()
Dvp9_blockd.c141 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y) { in vp9_setup_block_planes() argument
147 xd->plane[i].subsampling_y = i ? ss_y : 0; in vp9_setup_block_planes()
Dvp9_reconinter.c130 int bw, int bh, int ss_x, int ss_y) { in clamp_mv_to_umv_border_sb() argument
139 src_mv->row * (1 << (1 - ss_y)), in clamp_mv_to_umv_border_sb()
143 assert(ss_y <= 1); in clamp_mv_to_umv_border_sb()
148 xd->mb_to_top_edge * (1 << (1 - ss_y)) - spel_top, in clamp_mv_to_umv_border_sb()
149 xd->mb_to_bottom_edge * (1 << (1 - ss_y)) + spel_bottom); in clamp_mv_to_umv_border_sb()
Dvp9_loopfilter.c911 const int ss_y = plane->subsampling_y; in filter_block_plane_non420() local
913 const int col_step = 1 << ss_y; in filter_block_plane_non420()
947 const int skip_border_4x4_r = ss_y && mi_row + r == cm->mi_rows - 1; in filter_block_plane_non420()
962 if (!skip_this_r && ((r >> ss_y) & 3) == 0) { in filter_block_plane_non420()
975 if (!skip_this_r && ((r >> ss_y) & 1) == 0) { in filter_block_plane_non420()
991 if (tx_size == TX_8X8 || ((r >> ss_y) & 3) == 0) in filter_block_plane_non420()
1017 const int skip_border_4x4_r = ss_y && mi_row + r == cm->mi_rows - 1; in filter_block_plane_non420()
Dvp9_blockd.h265 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y);
/external/libvpx/libvpx/vpx_scale/mips/dspr2/
Dyv12extend_dspr2.c111 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()