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

  /external/libvpx/libvpx/vp9/common/
vp9_blockd.h 239 static INLINE BLOCK_SIZE get_subsize(BLOCK_SIZE bsize, function
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 357 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_VERT);
367 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_HORZ);
    [all...]
vp9_bitstream.c 431 subsize = get_subsize(bsize, partition);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_blockd.h 245 static INLINE BLOCK_SIZE get_subsize(BLOCK_SIZE bsize, function
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodeframe.c 452 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_VERT);
462 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_HORZ);
    [all...]
vp9_bitstream.c 434 subsize = get_subsize(bsize, partition);
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 419 subsize = get_subsize(bsize, partition);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 417 subsize = get_subsize(bsize, partition);
    [all...]

Completed in 4185 milliseconds