HomeSort by relevance Sort by last modified time
    Searched defs:token_partitions (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h 212 int token_partitions; /* how many token partitions to create */ member in struct:__anon17688
  /external/libvpx/libvpx/vp8/common/
onyx.h 201 int token_partitions; /* how many token partitions to create */ member in struct:__anon8552
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 201 int token_partitions; /* how many token partitions to create */ member in struct:__anon19735
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 33 unsigned int token_partitions; member in struct:vp8_extracfg
57 VP8_ONE_TOKENPARTITION, /* token_partitions */
190 RANGE_CHECK(vp8_cfg, token_partitions, VP8_ONE_TOKENPARTITION,
246 if(cfg->g_threads > (1 << vp8_cfg->token_partitions))
389 oxcf->token_partitions = vp8_cfg.token_partitions;
539 extra_cfg.token_partitions = CAST(VP8E_SET_TOKEN_PARTITIONS, args);
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 31 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))
399 oxcf->token_partitions = vp8_cfg.token_partitions;
517 MAP(VP8E_SET_TOKEN_PARTITIONS, xcfg.token_partitions);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 31 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);
    [all...]

Completed in 704 milliseconds