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

/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12config.c139 int ss_x, int ss_y,
155 const int uv_width = aligned_width >> ss_x;
157 const int uv_stride = y_stride >> ss_x;
158 const int uv_border_w = border >> ss_x;
240 ybf->uv_crop_width = (width + ss_x) >> ss_x;
248 ybf->subsampling_x = ss_x;
287 int ss_x, int ss_y,
295 return vpx_realloc_frame_buffer(ybf, width, height, ss_x, ss_y,
137 vpx_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int ss_x, int ss_y, int use_highbitdepth, int border, int byte_alignment, vpx_codec_frame_buffer_t *fb, vpx_get_frame_buffer_cb_fn_t cb, void *cb_priv) argument
285 vpx_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int ss_x, int ss_y, int use_highbitdepth, int border, int byte_alignment) argument
H A Dyv12extend.c164 const int ss_x = ybf->uv_width < ybf->y_width; local
167 const int c_el = ext_size >> ss_x;
/external/libvpx/libvpx/vpx_scale/
H A 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/
H A Dvp9_blockd.c128 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y) { argument
132 xd->plane[i].subsampling_x = i ? ss_x : 0;
H A Dvp9_loopfilter.c1166 const int ss_x = plane->subsampling_x; local
1169 const int col_step = 1 << ss_x;
1200 const int skip_border_4x4_c = ss_x && mi_col + c == cm->mi_cols - 1;
1204 if (!(lfl[(r << 3) + (c >> ss_x)] =
1210 if (!skip_this_c && ((c >> ss_x) & 3) == 0) {
1212 mask_16x16_c |= 1 << (c >> ss_x);
1214 mask_8x8_c |= 1 << (c >> ss_x);
1218 mask_16x16[r] |= 1 << (c >> ss_x);
1220 mask_8x8[r] |= 1 << (c >> ss_x);
1223 if (!skip_this_c && ((c >> ss_x)
[all...]
H A Dvp9_reconinter.c109 int bw, int bh, int ss_x, int ss_y) {
119 src_mv->col * (1 << (1 - ss_x))
121 assert(ss_x <= 1);
125 xd->mb_to_left_edge * (1 << (1 - ss_x)) - spel_left,
126 xd->mb_to_right_edge * (1 << (1 - ss_x)) + spel_right,
108 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_reconinter.h51 int bw, int bh, int ss_x, int ss_y);
H A Dvp9_blockd.h233 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y);
/external/libvpx/libvpx/vpx_scale/mips/dspr2/
H A Dyv12extend_dspr2.c110 const int ss_x = ybf->uv_width < ybf->y_width; local
113 const int c_el = ext_size >> ss_x;

Completed in 92 milliseconds