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

  /external/libaom/libaom/av1/common/
blockd.c 51 const int blocks_high = max_block_high(xd, plane_bsize, plane);
onyxc_int.h 1089 static INLINE int max_block_high(const MACROBLOCKD *xd, BLOCK_SIZE bsize, function
    [all...]
  /external/libaom/libaom/av1/encoder/
tokenize.c 140 const int max_blocks_high = max_block_high(xd, plane_bsize, plane);
encodemb.c 310 const int max_blocks_high = max_block_high(xd, plane_bsize, plane);
373 const int max_blocks_high = max_block_high(xd, plane_bsize, plane);
encodetxb.c 666 const int max_blocks_high = max_block_high(xd, bsize, 0);
    [all...]
bitstream.c 149 const int max_blocks_high = max_block_high(xd, mbmi->sb_type, 0);
359 const int max_blocks_high = max_block_high(xd, plane_bsize, plane);
    [all...]
encodeframe.c     [all...]
rdopt.c     [all...]
  /external/libaom/libaom/av1/decoder/
decodeframe.c 297 const int max_blocks_high = max_block_high(xd, plane_bsize, plane);
    [all...]

Completed in 291 milliseconds