OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:multi_token_partition
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/vp8/common/
onyxc_int.h
188
TOKEN_PARTITION
multi_token_partition
;
member in struct:VP8Common
alloccommon.c
175
oci->
multi_token_partition
= ONE_PARTITION;
/external/libvpx/vp8/decoder/
decodframe.c
439
pc->
multi_token_partition
= (TOKEN_PARTITION)vp8_read_literal(&pbi->bc, 2);
440
num_part = 1 << pc->
multi_token_partition
;
497
if (pc->
multi_token_partition
!= ONE_PARTITION)
848
if (!(pbi->b_multithreaded_rd) || pc->
multi_token_partition
== ONE_PARTITION || !(pc->filter_level))
870
if (pbi->b_multithreaded_rd && pc->
multi_token_partition
!= ONE_PARTITION)
887
int num_part = 1 << pc->
multi_token_partition
;
onyxd_if.c
346
if (pbi->b_multithreaded_rd && cm->
multi_token_partition
!= ONE_PARTITION)
threading.c
240
int num_part = 1 << pbi->common.
multi_token_partition
;
687
int num_part = 1 << pbi->common.
multi_token_partition
;
[
all
...]
/external/libvpx/vp8/encoder/
bitstream.c
[
all
...]
onyx_if.c
[
all
...]
Completed in 60 milliseconds