OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_subsize
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c
840
subsize =
get_subsize
(bsize, PARTITION_SPLIT);
[
all
...]
vp9_bitstream.c
652
subsize =
get_subsize
(bsize, partition);
[
all
...]
/external/libvpx/libvpx/vp9/common/
vp9_blockd.h
314
static BLOCK_SIZE
get_subsize
(BLOCK_SIZE bsize, PARTITION_TYPE partition) {
function
/external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c
299
subsize =
get_subsize
(bsize, partition);
[
all
...]
Completed in 701 milliseconds