Home
last modified time | relevance | path

Searched refs:MAX_SEGMENTS (Results 1 – 25 of 51) sorted by relevance

123

/external/libaom/av1/common/
Dseg_common.h21 #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];
58 [CDF_SIZE(MAX_SEGMENTS)];
70 for (i = 0; i < MAX_SEGMENTS; i++) { in segfeatures_copy()
Dav1_common_int.h653 int16_t y_dequant_QTX[MAX_SEGMENTS][2]; /*!< Dequant for Y plane */
654 int16_t u_dequant_QTX[MAX_SEGMENTS][2]; /*!< Dequant for U plane */
655 int16_t v_dequant_QTX[MAX_SEGMENTS][2]; /*!< Dequant for V plane */
679 const qm_val_t *y_iqmatrix[MAX_SEGMENTS][TX_SIZES_ALL];
683 const qm_val_t *u_iqmatrix[MAX_SEGMENTS][TX_SIZES_ALL];
687 const qm_val_t *v_iqmatrix[MAX_SEGMENTS][TX_SIZES_ALL];
1856 for (int i = 0; i < MAX_SEGMENTS; ++i) { in is_coded_lossless()
Dseg_common.c45 for (int i = 0; i < MAX_SEGMENTS; i++) { in av1_calculate_segdata()
Dblockd.h476 int16_t seg_dequant_QTX[MAX_SEGMENTS][2];
485 qm_val_t *seg_iqmatrix[MAX_SEGMENTS][TX_SIZES_ALL];
486 qm_val_t *seg_qmatrix[MAX_SEGMENTS][TX_SIZES_ALL];
817 int qindex[MAX_SEGMENTS];
821 int lossless[MAX_SEGMENTS];
Dav1_loopfilter.h70 uint8_t lvl[MAX_MB_PLANE][MAX_SEGMENTS][2][REF_FRAMES][MAX_MODE_LF_DELTAS];
Dpred_common.h35 uint8_t segment_id = MAX_SEGMENTS; in get_segment_id()
44 assert(segment_id < MAX_SEGMENTS); in get_segment_id()
/external/libvpx/vp9/common/
Dvp9_seg_common.h23 #define MAX_SEGMENTS 8 macro
24 #define SEG_TREE_PROBS (MAX_SEGMENTS - 1)
52 int16_t feature_data[MAX_SEGMENTS][SEG_LVL_MAX];
53 uint32_t feature_mask[MAX_SEGMENTS];
80 extern const vpx_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)];
Dvp9_pred_common.h30 int x, y, segment_id = MAX_SEGMENTS; in get_segment_id()
37 assert(segment_id >= 0 && segment_id < MAX_SEGMENTS); in get_segment_id()
Dvp9_seg_common.c58 const vpx_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)] = {
Dvp9_loopfilter.h48 uint8_t lvl[MAX_SEGMENTS][MAX_REF_FRAMES][MAX_MODE_LF_DELTAS];
Dvp9_onyxc_int.h179 int16_t y_dequant[MAX_SEGMENTS][2];
180 int16_t uv_dequant[MAX_SEGMENTS][2];
/external/libaom/test/
Dsegment_binarization_sync.cc31 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/av1/decoder/
Dinspection.h75 int16_t y_dequant[MAX_SEGMENTS][2];
76 int16_t u_dequant[MAX_SEGMENTS][2];
77 int16_t v_dequant[MAX_SEGMENTS][2];
Dinspection.c72 for (i = 0; i < MAX_SEGMENTS; i++) { in ifd_inspect()
/external/crosvm/media/cros-codecs/src/decoders/vp9/
Dbackends.rs7 use crate::decoders::vp9::parser::MAX_SEGMENTS;
41 segmentation: &[Segmentation; MAX_SEGMENTS], argument
Dparser.rs22 pub const MAX_SEGMENTS: usize = 8; constant
23 pub const SEG_TREE_PROBS: usize = MAX_SEGMENTS - 1;
250 feature_enabled: [[bool; SEG_LVL_MAX]; MAX_SEGMENTS],
252 feature_data: [[i16; SEG_LVL_MAX]; MAX_SEGMENTS],
292 pub fn feature_enabled(&self) -> [[bool; SEG_LVL_MAX]; MAX_SEGMENTS] { in feature_enabled() argument
297 pub fn feature_data(&self) -> [[i16; SEG_LVL_MAX]; MAX_SEGMENTS] { in feature_data() argument
1003 for i in 0..MAX_SEGMENTS { in parse_segmentation_params()
1248 use crate::decoders::vp9::parser::MAX_SEGMENTS;
1379 assert_eq!(s.feature_enabled, [[false; SEG_LVL_MAX]; MAX_SEGMENTS]); in test_parse_test25fps_vp9()
1380 assert_eq!(s.feature_data, [[0; SEG_LVL_MAX]; MAX_SEGMENTS]); in test_parse_test25fps_vp9()
[all …]
Ddecoder.rs27 use crate::decoders::vp9::parser::MAX_SEGMENTS;
134 segmentation: [Segmentation; MAX_SEGMENTS],
373 for segment_id in 0..MAX_SEGMENTS as u8 {
/external/libvpx/vp9/encoder/
Dvp9_aq_360.c25 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()
Dvp9_segmentation.c57 for (i = 0; i < MAX_SEGMENTS; ++i) { in vp9_psnr_aq_mode_setup()
58 vp9_set_segdata(seg, i, SEG_LVL_ALT_Q, 2 * (i - (MAX_SEGMENTS / 2))); in vp9_psnr_aq_mode_setup()
73 assert(seg_counts <= MAX_SEGMENTS); in vp9_perceptual_aq_mode_setup()
251 int no_pred_segcounts[MAX_SEGMENTS] = { 0 }; in vp9_choose_segmap_coding_method()
252 int t_unpred_seg_counts[MAX_SEGMENTS] = { 0 }; in vp9_choose_segmap_coding_method()
Dvp9_aq_variance.c31 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()
Dvp9_rd.h119 int threshes[MAX_SEGMENTS][BLOCK_SIZES][MAX_MODES];
/external/crosvm/media/cros-codecs/src/decoders/vp9/backends/
Ddummy.rs15 use crate::decoders::vp9::parser::MAX_SEGMENTS;
31 _: &[Segmentation; MAX_SEGMENTS], argument
Dvaapi.rs26 use crate::decoders::vp9::parser::MAX_SEGMENTS;
248 seg: &[Segmentation; MAX_SEGMENTS], in build_slice_param() argument
251 let seg_params: std::result::Result<[SegmentParameterVP9; MAX_SEGMENTS], _> = seg
321 segmentation: &[Segmentation; MAX_SEGMENTS], argument
/external/libaom/av1/encoder/
Daq_variance.c24 static const double rate_ratio[MAX_SEGMENTS] = { 2.2, 1.7, 1.3, 1.0,
27 static const double deltaq_rate_ratio[MAX_SEGMENTS] = { 2.5, 2.0, 1.5, 1.0,
74 for (i = 0; i < MAX_SEGMENTS; ++i) { in av1_vaq_frame_setup()
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Dsegment.c71 #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()

123