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

  /external/libvpx/libvpx/vp9/common/
vp9_common_data.h 22 extern const int num_4x4_blocks_high_lookup[BLOCK_SIZES];
vp9_entropy.h 117 num_4x4_blocks_high_lookup[plane_bsize]);
vp9_common_data.c 22 const int num_4x4_blocks_high_lookup[BLOCK_SIZES] = variable
vp9_blockd.h 316 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize];
480 const int blocks_high = num_4x4_blocks_high_lookup[plane_bsize] +
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 185 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; // 1 or 2
341 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; // 1 or 2
480 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize]; // 1 or 2
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 319 const int num_4x4_h = num_4x4_blocks_high_lookup[mbmi->sb_type];
vp9_bitstream.c 428 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize];
466 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize];
529 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[m->mbmi.sb_type];
    [all...]
vp9_rdopt.c 423 const int height = 4 << num_4x4_blocks_high_lookup[bsize];
685 const int num_4x4_h = num_4x4_blocks_high_lookup[bs];
    [all...]
vp9_encodeframe.c 744 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize];
774 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize];
    [all...]
vp9_encodemb.c 333 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize];
vp9_onyx_if.c     [all...]

Completed in 1206 milliseconds