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
190
int
subsampling_y
;
member in struct:macroblockd_plane
354
xd->plane[i].
subsampling_y
= i ? ss_y : 0;
359
xd->plane[3].
subsampling_y
= 0;
370
BLOCK_SIZE bs = ss_size_lookup[bsize][pd->subsampling_x][pd->
subsampling_y
];
382
return 4 << (b_height_log2(bsize) - plane->
subsampling_y
);
421
max_blocks_high += (xd->mb_to_bottom_edge >> (5 + pd->
subsampling_y
));
525
(3 + pd->
subsampling_y
));
553
mi_blocks_high += (xd->mb_to_bottom_edge >> (5 + pd->
subsampling_y
));
vp9_onyxc_int.h
105
int
subsampling_y
;
member in struct:VP9Common
252
pd->left_context = cm->left_context[i] + (left_idx >> pd->
subsampling_y
);
Completed in 526 milliseconds