Searched refs:ss_x (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) {
132 const int uv_width = aligned_width >> ss_x;
134 const int uv_stride = y_stride >> ss_x;
135 const int uv_border_w = border >> ss_x;
176 ybf->uv_crop_width = (width + ss_x) >> ss_x;
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.c85 const int ss_x = cm->subsampling_x; local
89 if (vp9_realloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y,
138 const int ss_x = cm->subsampling_x; 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_loopfilter.c874 const int ss_x = plane->subsampling_x; local
876 const int row_step = 1 << ss_x;
910 const int skip_border_4x4_c = ss_x && mi_col + c == cm->mi_cols - 1;
914 if (!(lfl[(r << 3) + (c >> ss_x)] =
920 if (!skip_this_c && ((c >> ss_x) & 3) == 0) {
922 mask_16x16_c |= 1 << (c >> ss_x);
924 mask_8x8_c |= 1 << (c >> ss_x);
928 mask_16x16[r] |= 1 << (c >> ss_x);
930 mask_8x8[r] |= 1 << (c >> ss_x);
933 if (!skip_this_c && ((c >> ss_x)
[all...]
H A Dvp9_reconinter.c96 int bw, int bh, int ss_x, int ss_y) {
106 src_mv->col * (1 << (1 - ss_x))
108 assert(ss_x <= 1);
112 xd->mb_to_left_edge * (1 << (1 - ss_x)) - spel_left,
113 xd->mb_to_right_edge * (1 << (1 - ss_x)) + spel_right,
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_blockd.h262 static void setup_block_dptrs(MACROBLOCKD *xd, int ss_x, int ss_y) {
267 xd->plane[i].subsampling_x = i ? ss_x : 0;

Completed in 356 milliseconds