Searched refs:token_partitions (Results 1 - 3 of 3) 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:__anon1062
/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);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_if.c1576 cpi->oxcf.token_partitions = 3;
1579 if (cpi->oxcf.token_partitions >= 0 && cpi->oxcf.token_partitions <= 3)
1581 (TOKEN_PARTITION) cpi->oxcf.token_partitions;

Completed in 219 milliseconds