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

  /external/libvpx/libvpx/vp9/common/
vp9_common_data.h 22 extern const int num_4x4_blocks_high_lookup[BLOCK_SIZES];
vp9_common_data.c 22 const int num_4x4_blocks_high_lookup[BLOCK_SIZES] = variable
vp9_entropy.h 167 num_4x4_blocks_high_lookup[plane_bsize]);
vp9_blockd.h 402 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize];
542 int mi_blocks_high = num_4x4_blocks_high_lookup[plane_bsize];
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 176 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; // 1 or 2
397 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; // 1 or 2
494 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; // 1 or 2
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 454 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize];
495 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize];
562 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[m->mbmi.sb_type];
    [all...]
vp9_encodemv.c 323 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[mbmi->sb_type];
vp9_rdopt.c 417 const int height = 4 << num_4x4_blocks_high_lookup[bsize];
642 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bs];
    [all...]
vp9_encodeframe.c 713 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize];
744 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize];
    [all...]
vp9_encodemb.c 387 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize];

Completed in 30 milliseconds