Searched refs:ss_y (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/vpx_scale/
H A Dyv12config.h65 int width, int height, int ss_x, int ss_y,
68 int width, int height, int ss_x, int ss_y,
/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12config.c126 int ss_x, int ss_y, int border) {
133 const int uv_height = aligned_height >> ss_y;
136 const int uv_border_h = border >> ss_y;
177 ybf->uv_crop_height = (height + ss_y) >> ss_y;
206 int ss_x, int ss_y, int border) {
209 return vp9_realloc_frame_buffer(ybf, width, height, ss_x, ss_y, border);
124 vp9_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int ss_x, int ss_y, int border) argument
204 vp9_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int ss_x, int ss_y, int border) argument
/external/libvpx/libvpx/vp9/common/
H A Dvp9_alloccommon.c86 const int ss_y = cm->subsampling_y; local
89 if (vp9_realloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y,
139 const int ss_y = cm->subsampling_y; local
146 if (vp9_alloc_frame_buffer(&cm->yv12_fb[i], width, height, ss_x, ss_y,
162 if (vp9_alloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y,
H A Dvp9_reconinter.c96 int bw, int bh, int ss_x, int ss_y) {
105 src_mv->row * (1 << (1 - ss_y)),
109 assert(ss_y <= 1);
114 xd->mb_to_top_edge * (1 << (1 - ss_y)) - spel_top,
115 xd->mb_to_bottom_edge * (1 << (1 - ss_y)) + spel_bottom);
95 clamp_mv_to_umv_border_sb(const MACROBLOCKD *xd, const MV *src_mv, int bw, int bh, int ss_x, int ss_y) argument
H A Dvp9_loopfilter.c875 const int ss_y = plane->subsampling_y; local
877 const int col_step = 1 << ss_y;
911 const int skip_border_4x4_r = ss_y && mi_row + r == cm->mi_rows - 1;
926 if (!skip_this_r && ((r >> ss_y) & 3) == 0) {
939 if (!skip_this_r && ((r >> ss_y) & 1) == 0) {
955 if (tx_size == TX_8X8 || ((r >> ss_y) & 3) == 0)
981 const int skip_border_4x4_r = ss_y && mi_row + r == cm->mi_rows - 1;
H A Dvp9_blockd.h262 static void setup_block_dptrs(MACROBLOCKD *xd, int ss_x, int ss_y) {
268 xd->plane[i].subsampling_y = i ? ss_y : 0;

Completed in 462 milliseconds