HomeSort by relevance Sort by last modified time
    Searched refs:subsampling_y (Results 1 - 25 of 26) sorted by null

1 2

  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.c 47 unsigned int subsampling_y,
70 &ctx->buf[i].img, width, height, subsampling_x, subsampling_y,
102 int subsampling_y = src->subsampling_y; local
162 subsampling_y,
176 buf->img.subsampling_y = src->subsampling_y;
vp9_lookahead.h 54 unsigned int subsampling_y,
vp9_skin_detection.c 131 cm->subsampling_y, VP9_ENC_BORDER_IN_PIXELS,
vp9_encoder.c 4652 const int subsampling_y = sd->subsampling_y; local
    [all...]
vp9_temporal_filter.c 311 const int mb_uv_height = 16 >> mbd->plane[1].subsampling_y;
748 cm->subsampling_y,
vp9_bitstream.c     [all...]
vp9_encodeframe.c     [all...]
vp9_rd.c 553 xd->plane[i].subsampling_y);
vp9_svc_layercontext.c 52 cpi->common.subsampling_y,
    [all...]
vp9_rdopt.c 476 pd->subsampling_y, blk_row);
515 pd->subsampling_y, blk_row);
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.c 62 : xd->mb_to_bottom_edge >> (5 + pd->subsampling_y));
113 (xd->mb_to_bottom_edge >> (5 + pd->subsampling_y));
129 xd->plane[i].subsampling_y = i ? ss_y : 0;
vp9_blockd.h 119 int subsampling_y; member in struct:macroblockd_plane
234 ss_size_lookup[mi->sb_type][pd->subsampling_x][pd->subsampling_y] !=
237 [pd->subsampling_y];
242 return ss_size_lookup[bsize][pd->subsampling_x][pd->subsampling_y];
vp9_reconinter.c 114 const int ss_idx = ((pd->subsampling_x > 0) << 1) | (pd->subsampling_y > 0);
150 xd, &mv, bw, bh, pd->subsampling_x, pd->subsampling_y);
160 const int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y));
164 assert(mv_q4.row == mv.row * (1 << (1 - pd->subsampling_y)) &&
269 pd->subsampling_x, pd->subsampling_y);
285 sf, pd->subsampling_x, pd->subsampling_y);
vp9_reconinter.h 87 int subsampling_x, int subsampling_y) {
89 const int y = (MI_SIZE * mi_row) >> subsampling_y;
vp9_onyxc_int.h 126 int subsampling_y; member in struct:VP9Common
385 pd->left_context = &xd->left_context[i][left_idx >> pd->subsampling_y];
vp9_postproc.c 332 cm->subsampling_x, cm->subsampling_y,
350 cm->subsampling_x, cm->subsampling_y,
429 dest->uv_height = dest->y_height >> cm->subsampling_y;
vp9_reconintra.c 150 y0 = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)) + y;
297 y0 = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)) + y;
vp9_thread_common.c 98 else if (planes[1].subsampling_y == 1 && planes[1].subsampling_x == 1)
100 else if (planes[1].subsampling_y == 0 && planes[1].subsampling_x == 0)
vp9_loopfilter.c     [all...]
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 56 int subsampling_y; member in struct:yv12_buffer_config
  /hardware/intel/common/libva/va/
va_dec_vp9.h 94 uint32_t subsampling_y : 1; member in struct:_VADecPictureParameterBufferVP9::__anon40503::__anon40504
  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 22 if (!yv12->subsampling_y) {
49 img->y_chroma_shift = yv12->subsampling_y;
132 yv12->subsampling_y = img->y_chroma_shift;
  /external/libvpx/libvpx/vp9/decoder/
vp9_dthread.c 169 dst_cm->subsampling_y = src_cm->subsampling_y;
vp9_decodeframe.c 519 xd, mv, bw, bh, pd->subsampling_x, pd->subsampling_y);
522 int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y));
526 assert(mv_q4.row == mv->row * (1 << (1 - pd->subsampling_y)) &&
550 y0 = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)) + y;
556 scaled_mv.row = mv->row * (1 << (1 - pd->subsampling_y));
728 xd->plane[i].n4_h = (bh << 1) >> xd->plane[i].subsampling_y;
730 xd->plane[i].n4_hl = bhl - xd->plane[i].subsampling_y;
777 if (bsize >= BLOCK_8X8 && (cm->subsampling_x || cm->subsampling_y)) {
779 ss_size_lookup[bsize][cm->subsampling_x][cm->subsampling_y];
807 : xd->mb_to_bottom_edge >> (5 + pd->subsampling_y));
    [all...]
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 231 ybf->subsampling_y = ss_y;

Completed in 430 milliseconds

1 2