HomeSort by relevance Sort by last modified time
    Searched refs:multi_token_partition (Results 1 - 9 of 9) sorted by null

  /external/libvpx/libvpx/vp8/common/
onyxc_int.h 158 TOKEN_PARTITION multi_token_partition; member in struct:VP8Common
alloccommon.c 176 oci->multi_token_partition = ONE_PARTITION;
  /external/libvpx/libvpx/vp8/decoder/
decodeframe.c 443 int num_part = 1 << pc->multi_token_partition;
733 TOKEN_PARTITION multi_token_partition = local
736 pbi->common.multi_token_partition = multi_token_partition;
738 num_token_partitions = 1 << pbi->common.multi_token_partition;
    [all...]
threading.c 258 int num_part = 1 << pbi->common.multi_token_partition;
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c     [all...]
ethreading.c 62 const int num_part = (1 << cm->multi_token_partition);
encodeframe.c 337 const int num_part = (1 << cm->multi_token_partition);
676 const int num_part = (1 << cm->multi_token_partition);
    [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 930 (1 << cpi->common.multi_token_partition) + 1;
    [all...]

Completed in 272 milliseconds