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 - 9
of
9
) sorted by null
/external/libvpx/libvpx/vp8/common/
onyxc_int.h
158
TOKEN_PARTITION
multi_token_partition
;
member in struct:VP8Common
alloccommon.c
175
oci->
multi_token_partition
= ONE_PARTITION;
/external/libvpx/libvpx/vp8/decoder/
decodframe.c
507
int num_part = 1 << pc->
multi_token_partition
;
832
TOKEN_PARTITION
multi_token_partition
=
local
835
pbi->common.
multi_token_partition
=
multi_token_partition
;
836
num_token_partitions = 1 << pbi->common.
multi_token_partition
;
[
all
...]
threading.c
304
int num_part = 1 << pbi->common.
multi_token_partition
;
/external/libvpx/libvpx/vp8/encoder/
bitstream.c
[
all
...]
ethreading.c
71
const int num_part = (1 << cm->
multi_token_partition
);
encodeframe.c
379
const int num_part = (1 << cm->
multi_token_partition
);
724
const int num_part = (1 << cm->
multi_token_partition
);
[
all
...]
onyx_if.c
[
all
...]
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
930
(1 << cpi->common.
multi_token_partition
) + 1;
[
all
...]
Completed in 3655 milliseconds