Searched refs:MAX_SEGMENTS (Results 1 – 14 of 14) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_seg_common.h | 23 #define MAX_SEGMENTS 8 macro 24 #define SEG_TREE_PROBS (MAX_SEGMENTS-1) 48 int16_t feature_data[MAX_SEGMENTS][SEG_LVL_MAX]; 49 unsigned int feature_mask[MAX_SEGMENTS]; 75 extern const vp9_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)];
|
D | vp9_seg_common.c | 69 const vp9_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)] = {
|
D | vp9_loopfilter.h | 60 uint8_t lvl[MAX_SEGMENTS][MAX_REF_FRAMES][MAX_MODE_LF_DELTAS];
|
D | vp9_pred_common.c | 383 assert(segment_id >= 0 && segment_id < MAX_SEGMENTS); in vp9_get_segment_id()
|
D | vp9_loopfilter.c | 267 for (seg_id = 0; seg_id < MAX_SEGMENTS; seg_id++) { in vp9_loop_filter_frame_init()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_aq_variance.c | 28 static double q_ratio[MAX_SEGMENTS] = { 1, 1, 1, 1, 1, 1, 1, 1 }; 29 static double rdmult_ratio[MAX_SEGMENTS] = { 1, 1, 1, 1, 1, 1, 1, 1 }; 30 static int segment_id[MAX_SEGMENTS] = { 5, 3, 1, 0, 2, 4, 6, 7 }; 64 assert(ENERGY_SPAN <= MAX_SEGMENTS); in vp9_vaq_init()
|
D | vp9_onyx_int.h | 354 int rd_threshes[MAX_SEGMENTS][BLOCK_SIZES][MAX_MODES]; 356 int rd_thresh_sub8x8[MAX_SEGMENTS][BLOCK_SIZES][MAX_REFS]; 422 int segment_encode_breakout[MAX_SEGMENTS]; 557 int delta_q[MAX_SEGMENTS], 558 int delta_lf[MAX_SEGMENTS], 559 unsigned int threshold[MAX_SEGMENTS]);
|
D | vp9_aq_complexity.c | 18 static const double in_frame_q_adj_ratio[MAX_SEGMENTS] =
|
D | vp9_segmentation.c | 225 int no_pred_segcounts[MAX_SEGMENTS] = { 0 }; in vp9_choose_segmap_coding_method() 226 int t_unpred_seg_counts[MAX_SEGMENTS] = { 0 }; in vp9_choose_segmap_coding_method()
|
D | vp9_onyx_if.c | 898 for (i = 0; i < MAX_SEGMENTS; i++) in vp9_change_config() 3350 unsigned int cols, int delta_q[MAX_SEGMENTS], argument 3351 int delta_lf[MAX_SEGMENTS], argument 3352 unsigned int threshold[MAX_SEGMENTS]) { argument 3353 signed char feature_data[SEG_LVL_MAX][MAX_SEGMENTS]; 3372 for (i = 0; i < MAX_SEGMENTS; i++) { 3379 for (i = 0; i < MAX_SEGMENTS; i++) {
|
D | vp9_bitstream.c | 784 for (i = 0; i < MAX_SEGMENTS; i++) { in encode_segmentation()
|
D | vp9_rdopt.c | 249 for (segment_id = 0; segment_id < MAX_SEGMENTS; ++segment_id) { in set_block_thresholds()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 96 assert(segment_id >= 0 && segment_id < MAX_SEGMENTS); in set_segment_id()
|
D | vp9_decodeframe.c | 526 for (i = 0; i < MAX_SEGMENTS; i++) { in setup_segmentation()
|