/external/libvpx/libvpx/vp9/common/ |
vp9_common_data.h | 27 extern const uint8_t num_4x4_blocks_wide_lookup[BLOCK_SIZES];
|
vp9_blockd.c | 47 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; 97 const int blocks_wide = num_4x4_blocks_wide_lookup[plane_bsize] +
|
vp9_blockd.h | 251 sizeof(ENTROPY_CONTEXT) * num_4x4_blocks_wide_lookup[plane_bsize]);
|
vp9_common_data.c | 19 const uint8_t num_4x4_blocks_wide_lookup[BLOCK_SIZES] = { 1, 1, 2, 2, 2, 4, 4, variable
|
vp9_reconinter.c | 217 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize];
|
vp9_loopfilter.c | [all...] |
/external/libvpx/libvpx/test/ |
vp9_subtract_test.cc | 42 const int block_width = 4 * num_4x4_blocks_wide_lookup[bsize];
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_denoiser.c | 386 NULL, 0, num_4x4_blocks_wide_lookup[bs] << 2, 390 NULL, 0, num_4x4_blocks_wide_lookup[bs] << 2,
|
vp9_encodemb.c | 37 const int bw = 4 * num_4x4_blocks_wide_lookup[plane_bsize]; 358 const int diff_stride = 4 * num_4x4_blocks_wide_lookup[plane_bsize]; 432 const int diff_stride = 4 * num_4x4_blocks_wide_lookup[plane_bsize]; 503 const int diff_stride = 4 * num_4x4_blocks_wide_lookup[plane_bsize]; [all...] |
vp9_encodemv.c | 257 const int num_4x4_w = num_4x4_blocks_wide_lookup[mi->sb_type];
|
vp9_rd.c | 451 const int num_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; 567 const int stride = 4 * num_4x4_blocks_wide_lookup[plane_bsize];
|
vp9_bitstream.c | 276 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; 309 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; 354 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; [all...] |
vp9_rdopt.c | 469 const int plane_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; 471 const int tx_4x4_w = num_4x4_blocks_wide_lookup[tx_bsize]; 508 const int plane_4x4_w = num_4x4_blocks_wide_lookup[plane_bsize]; 510 const int tx_4x4_w = num_4x4_blocks_wide_lookup[tx_bsize]; 577 const int bs = 4 * num_4x4_blocks_wide_lookup[tx_bsize]; 686 const int diff_stride = 4 * num_4x4_blocks_wide_lookup[plane_bsize]; [all...] |
vp9_encodeframe.c | [all...] |
vp9_pickmode.c | 634 const int num_4x4_w = num_4x4_blocks_wide_lookup[bsize]; [all...] |
vp9_firstpass.c | 659 const int width = num_4x4_blocks_wide_lookup[bsize] * 4; [all...] |