Searched defs:segmentation (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_seg_common.h37 struct segmentation { struct
52 static INLINE int segfeature_active(const struct segmentation *seg,
58 void vp9_clearall_segfeatures(struct segmentation *seg);
60 void vp9_enable_segfeature(struct segmentation *seg, int segment_id,
67 void vp9_set_segdata(struct segmentation *seg, int segment_id,
70 static INLINE int get_segdata(const struct segmentation *seg, int segment_id,
/external/v4l2_codec2/vda/
H A Dvp9_parser.cc565 const Vp9SegmentationParams& segmentation = context_.segmentation(); local
567 if (segmentation.FeatureEnabled(segid,
570 segmentation.FeatureData(segid, Vp9SegmentationParams::SEG_LVL_ALT_Q);
571 size_t q_index = segmentation.abs_or_delta_update
583 Vp9SegmentationParams& segmentation = context_.segmentation_; local
592 if (segmentation.enabled) {
595 segmentation.y_dequant[i][0] =
597 segmentation.y_dequant[i][1] =
599 segmentation
[all...]
H A Dvp9_uncompressed_header_parser.cc818 Vp9SegmentationParams& segmentation = context_->segmentation_; local
819 segmentation.update_map = false;
820 segmentation.update_data = false;
822 segmentation.enabled = reader_.ReadBool();
823 if (!segmentation.enabled)
826 segmentation.update_map = reader_.ReadBool();
827 if (segmentation.update_map) {
828 for (auto& tree_prob : segmentation.tree_probs) {
832 segmentation.temporal_update = reader_.ReadBool();
833 for (auto& pred_prob : segmentation
[all...]
H A Dvp9_parser.h342 const Vp9SegmentationParams& segmentation() const { return segmentation_; } function in class:media::Vp9Parser::Context
372 // the parsed frame header and updating current segmentation and loop filter
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c945 unsigned int segmentation) {
974 v_fn_ptr = &cpi->fn_ptr[segmentation];
975 labels = vp8_mbsplits[segmentation];
976 label_count = vp8_mbsplit_count[segmentation];
986 vp8_mbsplit_encodings + segmentation);
1030 if (segmentation == BLOCK_8X16 || segmentation == BLOCK_16X8) {
1032 if (i == 1 && segmentation == BLOCK_16X8) {
1042 if (segmentation == BLOCK_4X4 && i > 0) {
1061 n = vp8_mbsplit_offset[segmentation][
944 rd_check_segment(VP8_COMP *cpi, MACROBLOCK *x, BEST_SEG_INFO *bsi, unsigned int segmentation) argument
[all...]

Completed in 236 milliseconds