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

  /external/libvpx/libvpx/vp9/common/
vp9_common_data.h 21 extern const uint8_t b_width_log2_lookup[BLOCK_SIZES];
22 extern const uint8_t b_height_log2_lookup[BLOCK_SIZES];
23 extern const uint8_t mi_width_log2_lookup[BLOCK_SIZES];
24 extern const uint8_t num_8x8_blocks_wide_lookup[BLOCK_SIZES];
25 extern const uint8_t num_8x8_blocks_high_lookup[BLOCK_SIZES];
26 extern const uint8_t num_4x4_blocks_high_lookup[BLOCK_SIZES];
27 extern const uint8_t num_4x4_blocks_wide_lookup[BLOCK_SIZES];
28 extern const uint8_t size_group_lookup[BLOCK_SIZES];
29 extern const uint8_t num_pels_log2_lookup[BLOCK_SIZES];
30 extern const PARTITION_TYPE partition_lookup[][BLOCK_SIZES];
    [all...]
vp9_common_data.c 15 const uint8_t b_width_log2_lookup[BLOCK_SIZES] = { 0, 0, 1, 1, 1, 2, 2,
17 const uint8_t b_height_log2_lookup[BLOCK_SIZES] = { 0, 1, 0, 1, 2, 1, 2,
19 const uint8_t num_4x4_blocks_wide_lookup[BLOCK_SIZES] = { 1, 1, 2, 2, 2, 4, 4,
21 const uint8_t num_4x4_blocks_high_lookup[BLOCK_SIZES] = { 1, 2, 1, 2, 4, 2, 4,
24 const uint8_t mi_width_log2_lookup[BLOCK_SIZES] = { 0, 0, 0, 0, 0, 1, 1,
26 const uint8_t num_8x8_blocks_wide_lookup[BLOCK_SIZES] = { 1, 1, 1, 1, 1, 2, 2,
28 const uint8_t num_8x8_blocks_high_lookup[BLOCK_SIZES] = { 1, 1, 1, 1, 2, 1, 2,
32 const uint8_t size_group_lookup[BLOCK_SIZES] = { 0, 0, 0, 1, 1, 1, 2,
35 const uint8_t num_pels_log2_lookup[BLOCK_SIZES] = { 4, 5, 5, 6, 7, 7, 8,
38 const PARTITION_TYPE partition_lookup[][BLOCK_SIZES] =
    [all...]
vp9_enums.h 57 #define BLOCK_SIZES 13
58 #define BLOCK_INVALID BLOCK_SIZES
vp9_mvref_common.h 89 static const POSITION mv_ref_blocks[BLOCK_SIZES][MVREF_NEIGHBOURS] = {
vp9_loopfilter.c 85 static const uint64_t left_prediction_mask[BLOCK_SIZES] = {
102 static const uint64_t above_prediction_mask[BLOCK_SIZES] = {
120 static const uint64_t size_mask[BLOCK_SIZES] = {
156 static const uint16_t left_prediction_mask_uv[BLOCK_SIZES] = {
172 static const uint16_t above_prediction_mask_uv[BLOCK_SIZES] = {
189 static const uint16_t size_mask_uv[BLOCK_SIZES] = {
    [all...]
vp9_onyxc_int.h 56 } partition_context_lookup[BLOCK_SIZES];
  /external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.h 382 int intra_y_mode_bsize_mask[BLOCK_SIZES];
406 int inter_mode_mask[BLOCK_SIZES];
vp9_speed_features.c 241 sf->comp_inter_joint_search_thresh = BLOCK_SIZES;
418 sf->comp_inter_joint_search_thresh = BLOCK_SIZES;
502 for (i = 0; i < BLOCK_SIZES; ++i)
505 for (i = 0; i < BLOCK_SIZES; ++i)
588 for (i = 0; i < BLOCK_SIZES; ++i)
698 sf->use_square_only_threshold = BLOCK_SIZES;
732 for (i = 0; i < BLOCK_SIZES; ++i) sf->inter_mode_mask[i] = INTER_ALL;
vp9_rd.h 106 int threshes[MAX_SEGMENTS][BLOCK_SIZES][MAX_MODES];
vp9_multi_thread.c 90 (int *)vpx_calloc(sb_rows * BLOCK_SIZES * MAX_MODES,
92 for (i = 0; i < sb_rows * BLOCK_SIZES * MAX_MODES; i++)
vp9_encoder.h 282 int thresh_freq_fact[BLOCK_SIZES][MAX_MODES];
283 int mode_map[BLOCK_SIZES][MAX_MODES];
553 vp9_variance_fn_ptr_t fn_ptr[BLOCK_SIZES];
vp9_rd.c 64 static const uint8_t rd_thresh_block_size_factor[BLOCK_SIZES] = {
236 for (bsize = 0; bsize < BLOCK_SIZES; ++bsize) {
vp9_encodeframe.c     [all...]
vp9_pickmode.c     [all...]
  /external/libvpx/libvpx/test/
vp9_subtract_test.cc 40 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES;

Completed in 197 milliseconds