HomeSort by relevance Sort by last modified time
    Searched defs:subsampling_x (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 177 int subsampling_x; member in struct:macroblockd_plane
267 xd->plane[i].subsampling_x = i ? ss_x : 0;
272 xd->plane[3].subsampling_x = 0;
284 BLOCK_SIZE bs = ss_size_lookup[bsize][pd->subsampling_x][pd->subsampling_y];
291 return 4 << (b_width_log2(bsize) - plane->subsampling_x);
332 max_blocks_wide += (xd->mb_to_right_edge >> (5 + pd->subsampling_x));
429 (3 + pd->subsampling_x));
464 (xd->mb_to_right_edge >> (5 + pd->subsampling_x));
vp9_onyxc_int.h 106 int subsampling_x; member in struct:VP9Common
263 pd->above_context = above_context[i] + (above_idx >> pd->subsampling_x);

Completed in 1356 milliseconds