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

  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 202 static INLINE BLOCK_SIZE get_subsize(BLOCK_SIZE bsize, function
vp9_mfqe.c 219 const BLOCK_SIZE subsize = get_subsize(bs, partition);
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 462 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_VERT);
475 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_HORZ);
859 subsize = get_subsize(bsize, partition);
    [all...]
vp9_bitstream.c 438 subsize = get_subsize(bsize, partition);
    [all...]

Completed in 203 milliseconds