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

  /external/libvpx/libvpx/vp9/common/
vp9_common_data.h 26 extern const uint8_t num_4x4_blocks_high_lookup[BLOCK_SIZES];
vp9_blockd.c 48 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize];
112 const int blocks_high = num_4x4_blocks_high_lookup[plane_bsize] +
vp9_blockd.h 253 sizeof(ENTROPY_CONTEXT) * num_4x4_blocks_high_lookup[plane_bsize]);
vp9_common_data.c 21 const uint8_t num_4x4_blocks_high_lookup[BLOCK_SIZES] = { 1, 2, 1, 2, 4, 2, 4, variable
vp9_reconinter.c 218 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize];
vp9_loopfilter.c     [all...]
  /external/libvpx/libvpx/test/
vp9_subtract_test.cc 43 const int block_height = 4 * num_4x4_blocks_high_lookup[bsize];
  /external/libvpx/libvpx/vp9/encoder/
vp9_denoiser.c 387 num_4x4_blocks_high_lookup[bs] << 2);
391 num_4x4_blocks_high_lookup[bs] << 2);
vp9_encodemv.c 258 const int num_4x4_h = num_4x4_blocks_high_lookup[mi->sb_type];
vp9_bitstream.c 277 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize];
310 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize];
355 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize];
    [all...]
vp9_rdopt.c 470 const int plane_4x4_h = num_4x4_blocks_high_lookup[plane_bsize];
472 const int tx_4x4_h = num_4x4_blocks_high_lookup[tx_bsize];
509 const int plane_4x4_h = num_4x4_blocks_high_lookup[plane_bsize];
511 const int tx_4x4_h = num_4x4_blocks_high_lookup[tx_bsize];
    [all...]
vp9_rd.c 452 const int num_4x4_h = num_4x4_blocks_high_lookup[plane_bsize];
vp9_encodeframe.c     [all...]
vp9_pickmode.c 635 const int num_4x4_h = num_4x4_blocks_high_lookup[bsize];
    [all...]
vp9_encodemb.c 38 const int bh = 4 * num_4x4_blocks_high_lookup[plane_bsize];
    [all...]
vp9_firstpass.c 660 const int height = num_4x4_blocks_high_lookup[bsize] * 4;
    [all...]

Completed in 185 milliseconds