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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Donyx.h201 int token_partitions; /* how many token partitions to create */ member in struct:__anon528
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_cx_iface.c31 unsigned int token_partitions; member in struct:vp8_extracfg
65 VP8_ONE_TOKENPARTITION, /* token_partitions */
200 RANGE_CHECK(vp8_cfg, token_partitions, VP8_ONE_TOKENPARTITION,
256 if(cfg->g_threads > (1 << vp8_cfg->token_partitions))
401 oxcf->token_partitions = vp8_cfg.token_partitions;
519 MAP(VP8E_SET_TOKEN_PARTITIONS, xcfg.token_partitions);

Completed in 6 milliseconds