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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_speed_features.h 225 BLOCK_SIZE max_partition_size; member in struct:__anon30729
vp9_speed_features.c 258 sf->max_partition_size = BLOCK_32X32;
312 sf->max_partition_size = BLOCK_64X64;
vp9_encodeframe.c 1872 static const BLOCK_SIZE max_partition_size[BLOCK_SIZES] = { variable
    [all...]
vp9_rdopt.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 78 BLOCK_SIZE max_partition_size; member in struct:macroblock
vp9_encodeframe.c 2108 static const BLOCK_SIZE max_partition_size[BLOCK_SIZES] = { variable
    [all...]
vp9_rd.c 469 block_size < x->max_partition_size);
vp9_speed_features.c 557 x->max_partition_size = sf->default_max_partition_size;

Completed in 571 milliseconds