HomeSort by relevance Sort by last modified time
    Searched full:partition_lookup (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_common_data.h 26 extern const PARTITION_TYPE partition_lookup[][BLOCK_SIZES];
vp9_common_data.c 42 const PARTITION_TYPE partition_lookup[][BLOCK_SIZES] = { variable
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 613 partition = partition_lookup[bsl][m->mbmi.sb_type];
    [all...]
vp9_encodeframe.c 849 partition = partition_lookup[bsl][c1];
    [all...]

Completed in 61 milliseconds