/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:__anon4406
|
/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...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
onyx_if.c | [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
onyx_if.c | [all...] |