Searched defs:token_partitions (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Donyx.h213 int token_partitions; /* how many token partitions to create */ member in struct:__anon11015
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c36 unsigned int token_partitions; member in struct:vp8_extracfg
61 VP8_ONE_TOKENPARTITION, /* token_partitions */
196 RANGE_CHECK(vp8_cfg, token_partitions, VP8_ONE_TOKENPARTITION,
254 if(cfg->g_threads > (1 << vp8_cfg->token_partitions))
399 oxcf->token_partitions = vp8_cfg.token_partitions;
554 extra_cfg.token_partitions = CAST(VP8E_SET_TOKEN_PARTITIONS, args);

Completed in 111 milliseconds