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/common/
vp9_blockd.h
202
static INLINE BLOCK_SIZE
get_subsize
(BLOCK_SIZE bsize,
function
vp9_mfqe.c
219
const BLOCK_SIZE subsize =
get_subsize
(bs, partition);
/external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c
462
BLOCK_SIZE subsize =
get_subsize
(bsize, PARTITION_VERT);
475
BLOCK_SIZE subsize =
get_subsize
(bsize, PARTITION_HORZ);
859
subsize =
get_subsize
(bsize, partition);
[
all
...]
vp9_bitstream.c
438
subsize =
get_subsize
(bsize, partition);
[
all
...]
Completed in 985 milliseconds