OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ss_size_lookup
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_common_data.h
35
extern const BLOCK_SIZE
ss_size_lookup
[BLOCK_SIZES][2][2];
vp9_blockd.h
234
ss_size_lookup
[mi->sb_type][pd->subsampling_x][pd->subsampling_y] !=
242
return
ss_size_lookup
[bsize][pd->subsampling_x][pd->subsampling_y];
vp9_common_data.c
110
const BLOCK_SIZE
ss_size_lookup
[BLOCK_SIZES][2][2] = {
variable
/external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c
779
ss_size_lookup
[bsize][cm->subsampling_x][cm->subsampling_y];
[
all
...]
Completed in 199 milliseconds