OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:subsampling_y
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_blockd.h
178
int
subsampling_y
;
member in struct:macroblockd_plane
268
xd->plane[i].
subsampling_y
= i ? ss_y : 0;
273
xd->plane[3].
subsampling_y
= 0;
284
BLOCK_SIZE bs = ss_size_lookup[bsize][pd->subsampling_x][pd->
subsampling_y
];
296
return 4 << (b_height_log2(bsize) - plane->
subsampling_y
);
335
max_blocks_high += (xd->mb_to_bottom_edge >> (5 + pd->
subsampling_y
));
440
bh + (xd->mb_to_bottom_edge >> (3 + pd->
subsampling_y
));
481
(xd->mb_to_bottom_edge >> (5 + pd->
subsampling_y
));
vp9_onyxc_int.h
107
int
subsampling_y
;
member in struct:VP9Common
264
pd->left_context = left_context[i] + (left_idx >> pd->
subsampling_y
);
Completed in 1195 milliseconds