/external/libaom/libaom/av1/common/ |
D | seg_common.h | 21 #define MAX_SEGMENTS 8 macro 22 #define SEG_TREE_PROBS (MAX_SEGMENTS - 1) 45 int16_t feature_data[MAX_SEGMENTS][SEG_LVL_MAX]; 46 unsigned int feature_mask[MAX_SEGMENTS]; 56 aom_cdf_prob tree_cdf[CDF_SIZE(MAX_SEGMENTS)]; 59 [CDF_SIZE(MAX_SEGMENTS)]; 71 for (i = 0; i < MAX_SEGMENTS; i++) { in segfeatures_copy()
|
D | onyxc_int.h | 399 int16_t y_dequant_QTX[MAX_SEGMENTS][2]; 400 int16_t u_dequant_QTX[MAX_SEGMENTS][2]; 401 int16_t v_dequant_QTX[MAX_SEGMENTS][2]; 408 const qm_val_t *y_iqmatrix[MAX_SEGMENTS][TX_SIZES_ALL]; 409 const qm_val_t *u_iqmatrix[MAX_SEGMENTS][TX_SIZES_ALL]; 410 const qm_val_t *v_iqmatrix[MAX_SEGMENTS][TX_SIZES_ALL]; 1363 for (int i = 0; i < MAX_SEGMENTS; ++i) { in is_coded_lossless()
|
D | seg_common.c | 45 for (int i = 0; i < MAX_SEGMENTS; i++) { in calculate_segdata()
|
D | entropy.c | 137 RESET_CDF_COUNTER(fc->seg.tree_cdf, MAX_SEGMENTS); in av1_reset_cdf_symbol_counters() 139 RESET_CDF_COUNTER(fc->seg.spatial_pred_seg_cdf, MAX_SEGMENTS); in av1_reset_cdf_symbol_counters()
|
D | blockd.h | 408 int16_t seg_dequant_QTX[MAX_SEGMENTS][2]; 414 qm_val_t *seg_iqmatrix[MAX_SEGMENTS][TX_SIZES_ALL]; 415 qm_val_t *seg_qmatrix[MAX_SEGMENTS][TX_SIZES_ALL]; 550 int qindex[MAX_SEGMENTS]; 551 int lossless[MAX_SEGMENTS];
|
D | pred_common.h | 32 int x, y, segment_id = MAX_SEGMENTS; in get_segment_id() 39 assert(segment_id >= 0 && segment_id < MAX_SEGMENTS); in get_segment_id()
|
D | av1_loopfilter.h | 117 uint8_t lvl[MAX_MB_PLANE][MAX_SEGMENTS][2][REF_FRAMES][MAX_MODE_LF_DELTAS];
|
D | entropymode.c | 854 static const aom_cdf_prob default_seg_tree_cdf[CDF_SIZE(MAX_SEGMENTS)] = { 865 MAX_SEGMENTS)] = {
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_seg_common.h | 23 #define MAX_SEGMENTS 8 macro 24 #define SEG_TREE_PROBS (MAX_SEGMENTS - 1) 47 int16_t feature_data[MAX_SEGMENTS][SEG_LVL_MAX]; 48 uint32_t feature_mask[MAX_SEGMENTS]; 75 extern const vpx_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)];
|
D | vp9_pred_common.h | 30 int x, y, segment_id = MAX_SEGMENTS; in get_segment_id() 37 assert(segment_id >= 0 && segment_id < MAX_SEGMENTS); in get_segment_id()
|
D | vp9_seg_common.c | 58 const vpx_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)] = {
|
D | vp9_onyxc_int.h | 170 int16_t y_dequant[MAX_SEGMENTS][2]; 171 int16_t uv_dequant[MAX_SEGMENTS][2];
|
D | vp9_loopfilter.h | 48 uint8_t lvl[MAX_SEGMENTS][MAX_REF_FRAMES][MAX_MODE_LF_DELTAS];
|
D | vp9_blockd.h | 125 int16_t seg_dequant[MAX_SEGMENTS][2];
|
/external/libaom/libaom/test/ |
D | segment_binarization_sync.cc | 31 static const int MAX_SEGMENTS = 8; in GenerateSegment() local 36 const int last_segid = rnd_.PseudoUniform(MAX_SEGMENTS); in GenerateSegment() 38 segment.pred = rnd_.PseudoUniform(MAX_SEGMENTS); in GenerateSegment()
|
/external/libaom/libaom/av1/decoder/ |
D | inspection.h | 75 int16_t y_dequant[MAX_SEGMENTS][2]; 76 int16_t u_dequant[MAX_SEGMENTS][2]; 77 int16_t v_dequant[MAX_SEGMENTS][2];
|
D | inspection.c | 62 for (i = 0; i < MAX_SEGMENTS; i++) { in ifd_inspect()
|
/external/libaom/libaom/av1/encoder/ |
D | segmentation.c | 177 unsigned no_pred_segcounts[MAX_SEGMENTS] = { 0 }; in av1_choose_segmap_coding_method() 178 unsigned t_unpred_seg_counts[MAX_SEGMENTS] = { 0 }; in av1_choose_segmap_coding_method() 205 int seg_id_cost[MAX_SEGMENTS]; in av1_choose_segmap_coding_method() 208 for (int i = 0; i < MAX_SEGMENTS; ++i) in av1_choose_segmap_coding_method() 223 for (int i = 0; i < MAX_SEGMENTS; ++i) in av1_choose_segmap_coding_method()
|
D | aq_variance.c | 25 static const double rate_ratio[MAX_SEGMENTS] = { 2.2, 1.7, 1.3, 1.0, 28 static const double deltaq_rate_ratio[MAX_SEGMENTS] = { 2.5, 2.0, 1.5, 1.0, 76 for (i = 0; i < MAX_SEGMENTS; ++i) { in av1_vaq_frame_setup()
|
D | rd.h | 287 int threshes[MAX_SEGMENTS][BLOCK_SIZES_ALL][MAX_MODES];
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_aq_360.c | 25 static const double rate_ratio[MAX_SEGMENTS] = { 1.0, 0.75, 0.6, 0.5, 53 for (i = 0; i < MAX_SEGMENTS; ++i) { in vp9_360aq_frame_setup()
|
D | vp9_segmentation.c | 56 for (i = 0; i < MAX_SEGMENTS; ++i) { in vp9_psnr_aq_mode_setup() 57 vp9_set_segdata(seg, i, SEG_LVL_ALT_Q, 2 * (i - (MAX_SEGMENTS / 2))); in vp9_psnr_aq_mode_setup() 210 int no_pred_segcounts[MAX_SEGMENTS] = { 0 }; in vp9_choose_segmap_coding_method() 211 int t_unpred_seg_counts[MAX_SEGMENTS] = { 0 }; in vp9_choose_segmap_coding_method()
|
D | vp9_aq_variance.c | 31 static const double rate_ratio[MAX_SEGMENTS] = { 2.5, 2.0, 1.5, 1.0, 62 for (i = 0; i < MAX_SEGMENTS; ++i) { in vp9_vaq_frame_setup()
|
D | vp9_rd.h | 106 int threshes[MAX_SEGMENTS][BLOCK_SIZES][MAX_MODES];
|
/external/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | segment.c | 71 #define MAX_SEGMENTS 63 /* arbitrary max */ macro 88 gcp->seglist = calloc(MAX_SEGMENTS + 1, sizeof(segment_t *)); in segment_init() 131 if (segpp < &gcp->seglist[MAX_SEGMENTS]) { in get_seg_slot() 485 if (gcp->seg_avail == NULL && segpp < &gcp->seglist[MAX_SEGMENTS]) { in segment_get()
|