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

  /external/libvpx/vp8/common/
onyx.h 182 int token_partitions; // how many token partitions to create for multi core decoding member in struct:__anon8456
  /external/libvpx/vp8/
vp8_cx_iface.c 36 unsigned int token_partitions; member in struct:vp8_extracfg
68 VP8_ONE_TOKENPARTITION, /* token_partitions */
190 RANGE_CHECK(vp8_cfg, token_partitions, VP8_ONE_TOKENPARTITION, VP8_EIGHT_TOKENPARTITION);
342 oxcf->token_partitions = vp8_cfg.token_partitions;
460 MAP(VP8E_SET_TOKEN_PARTITIONS, xcfg.token_partitions);
    [all...]

Completed in 68 milliseconds