Searched refs:subsampling_y (Results 1 - 25 of 27) sorted by relevance

12

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_lookahead.c52 unsigned int subsampling_y,
76 width, height, subsampling_x, subsampling_y,
109 int subsampling_y = src->subsampling_y; local
176 width, height, subsampling_x, subsampling_y,
191 buf->img.subsampling_y = src->subsampling_y;
49 vp9_lookahead_init(unsigned int width, unsigned int height, unsigned int subsampling_x, unsigned int subsampling_y, int use_highbitdepth, unsigned int depth) argument
H A Dvp9_lookahead.h54 unsigned int subsampling_y,
H A Dvp9_skin_detection.c74 cm->subsampling_x, cm->subsampling_y,
H A Dvp9_encoder.c622 cm->subsampling_x, cm->subsampling_y,
634 cm->subsampling_x, cm->subsampling_y,
648 cm->subsampling_x, cm->subsampling_y,
659 cm->subsampling_x, cm->subsampling_y,
670 cm->subsampling_x, cm->subsampling_y,
749 cm->subsampling_x, cm->subsampling_y,
2848 cm->subsampling_x, cm->subsampling_y,
2873 cm->subsampling_x, cm->subsampling_y,
3109 cm->subsampling_x, cm->subsampling_y,
3187 cm->subsampling_x, cm->subsampling_y,
3989 check_initial_width(VP9_COMP *cpi, int use_highbitdepth, int subsampling_x, int subsampling_y) argument
4027 const int subsampling_y = sd->subsampling_y; local
[all...]
H A Dvp9_temporal_filter.c299 const int mb_uv_height = 16 >> mbd->plane[1].subsampling_y;
713 cm->subsampling_x, cm->subsampling_y,
H A Dvp9_bitstream.c1064 assert(cm->subsampling_x != 1 || cm->subsampling_y != 1);
1066 vpx_wb_write_bit(wb, cm->subsampling_y);
1069 assert(cm->subsampling_x == 1 && cm->subsampling_y == 1);
H A Dvp9_rd.c529 xd->plane[i].subsampling_x, xd->plane[i].subsampling_y);
H A Dvp9_encodeframe.c1118 x->e_mbd.plane[i].subsampling_y);
1358 + ((mi_row & MI_MASK) * 2 >> xd->plane[p].subsampling_y),
1361 xd->plane[p].subsampling_y);
1391 + ((mi_row & MI_MASK) * 2 >> xd->plane[p].subsampling_y),
1393 xd->plane[p].subsampling_y);
2367 const int yss = x->e_mbd.plane[1].subsampling_y;
2864 vp9_setup_block_planes(&x->e_mbd, cm->subsampling_x, cm->subsampling_y);
3070 const int yss = x->e_mbd.plane[1].subsampling_y;
H A Dvp9_svc_layercontext.c39 cpi->common.subsampling_y,
H A Dvp9_firstpass.c603 vp9_setup_block_planes(&x->e_mbd, cm->subsampling_x, cm->subsampling_y);
/external/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.c61 xd->mb_to_bottom_edge >> (5 + pd->subsampling_y));
114 (xd->mb_to_bottom_edge >> (5 + pd->subsampling_y));
133 xd->plane[i].subsampling_y = i ? ss_y : 0;
H A Dvp9_reconinter.h96 int subsampling_x, int subsampling_y) {
98 const int y = (MI_SIZE * mi_row) >> subsampling_y;
92 setup_pred_plane(struct buf_2d *dst, uint8_t *src, int stride, int mi_row, int mi_col, const struct scale_factors *scale, int subsampling_x, int subsampling_y) argument
H A Dvp9_blockd.h124 int subsampling_y; member in struct:macroblockd_plane
248 pd->subsampling_y);
253 return ss_size_lookup[bsize][pd->subsampling_x][pd->subsampling_y];
H A Dvp9_reconinter.c135 const int ss_idx = ((pd->subsampling_x > 0) << 1) | (pd->subsampling_y > 0);
182 pd->subsampling_y);
192 const int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y));
295 pd->subsampling_x, pd->subsampling_y);
312 sf, pd->subsampling_x, pd->subsampling_y);
H A Dvp9_onyxc_int.h127 int subsampling_y; member in struct:VP9Common
388 pd->left_context = &xd->left_context[i][left_idx >> pd->subsampling_y];
H A Dvp9_reconintra.c154 y0 = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)) + y;
277 y0 = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)) + y;
H A Dvp9_thread_common.c102 else if (planes[1].subsampling_y == 1 && planes[1].subsampling_x == 1)
104 else if (planes[1].subsampling_y == 0 && planes[1].subsampling_x == 0)
H A Dvp9_postproc.c664 cm->subsampling_x, cm->subsampling_y,
682 cm->subsampling_x, cm->subsampling_y,
741 dest->uv_height = dest->y_height >> cm->subsampling_y;
H A Dvp9_loopfilter.c1167 const int ss_y = plane->subsampling_y;
1349 assert(plane->subsampling_x == 0 && plane->subsampling_y == 0);
1443 assert(plane->subsampling_x == 1 && plane->subsampling_y == 1);
1545 else if (planes[1].subsampling_y == 1 && planes[1].subsampling_x == 1)
1547 else if (planes[1].subsampling_y == 0 && planes[1].subsampling_x == 0)
/external/libvpx/libvpx/vp9/
H A Dvp9_iface_common.h22 if (!yv12->subsampling_y) {
49 img->y_chroma_shift = yv12->subsampling_y;
132 yv12->subsampling_y = img->y_chroma_shift;
/external/libvpx/libvpx/vpx_scale/
H A Dyv12config.h56 int subsampling_y; member in struct:yv12_buffer_config
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_dthread.c169 dst_cm->subsampling_y = src_cm->subsampling_y;
H A Dvp9_decodeframe.c586 pd->subsampling_y);
589 int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y));
612 y0 = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)) + y;
618 scaled_mv.row = mv->row * (1 << (1 - pd->subsampling_y));
779 xd->plane[i].n4_h = (bh << 1) >> xd->plane[i].subsampling_y;
781 xd->plane[i].n4_hl = bhl - xd->plane[i].subsampling_y;
829 if (bsize >= BLOCK_8X8 && (cm->subsampling_x || cm->subsampling_y)) {
831 ss_size_lookup[bsize][cm->subsampling_x][cm->subsampling_y];
857 0 : xd->mb_to_bottom_edge >> (5 + pd->subsampling_y));
885 0 : xd->mb_to_bottom_edge >> (5 + pd->subsampling_y));
[all...]
H A Dvp9_detokenize.c239 (xd->mb_to_bottom_edge >> (5 + pd->subsampling_y));
/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12config.c249 ybf->subsampling_y = ss_y;

Completed in 316 milliseconds

12