Home
last modified time | relevance | path

Searched refs:segmentation (Results 1 – 25 of 103) sorted by relevance

12345

/external/v4l2_codec2/vda/
Dvp9_parser.cc565 const Vp9SegmentationParams& segmentation = context_.segmentation(); in GetQIndex() local
567 if (segmentation.FeatureEnabled(segid, in GetQIndex()
570 segmentation.FeatureData(segid, Vp9SegmentationParams::SEG_LVL_ALT_Q); in GetQIndex()
571 size_t q_index = segmentation.abs_or_delta_update in GetQIndex()
583 Vp9SegmentationParams& segmentation = context_.segmentation_; in SetupSegmentationDequant() local
592 if (segmentation.enabled) { in SetupSegmentationDequant()
595 segmentation.y_dequant[i][0] = in SetupSegmentationDequant()
597 segmentation.y_dequant[i][1] = in SetupSegmentationDequant()
599 segmentation.uv_dequant[i][0] = in SetupSegmentationDequant()
601 segmentation.uv_dequant[i][1] = in SetupSegmentationDequant()
[all …]
Dvp9_uncompressed_header_parser.cc818 Vp9SegmentationParams& segmentation = context_->segmentation_; in ReadSegmentationParams() local
819 segmentation.update_map = false; in ReadSegmentationParams()
820 segmentation.update_data = false; in ReadSegmentationParams()
822 segmentation.enabled = reader_.ReadBool(); in ReadSegmentationParams()
823 if (!segmentation.enabled) in ReadSegmentationParams()
826 segmentation.update_map = reader_.ReadBool(); in ReadSegmentationParams()
827 if (segmentation.update_map) { in ReadSegmentationParams()
828 for (auto& tree_prob : segmentation.tree_probs) { in ReadSegmentationParams()
832 segmentation.temporal_update = reader_.ReadBool(); in ReadSegmentationParams()
833 for (auto& pred_prob : segmentation.pred_probs) { in ReadSegmentationParams()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.h21 void vp9_enable_segmentation(struct segmentation *seg);
22 void vp9_disable_segmentation(struct segmentation *seg);
24 void vp9_disable_segfeature(struct segmentation *seg, int segment_id,
26 void vp9_clear_segdata(struct segmentation *seg, int segment_id,
39 void vp9_set_segment_data(struct segmentation *seg, signed char *feature_data,
44 void vp9_reset_segment_features(struct segmentation *seg);
Dvp9_segmentation.c21 void vp9_enable_segmentation(struct segmentation *seg) { in vp9_enable_segmentation()
27 void vp9_disable_segmentation(struct segmentation *seg) { in vp9_disable_segmentation()
33 void vp9_set_segment_data(struct segmentation *seg, signed char *feature_data, in vp9_set_segment_data()
39 void vp9_disable_segfeature(struct segmentation *seg, int segment_id, in vp9_disable_segfeature()
44 void vp9_clear_segdata(struct segmentation *seg, int segment_id, in vp9_clear_segdata()
189 struct segmentation *seg = &cm->seg; in vp9_choose_segmap_coding_method()
264 void vp9_reset_segment_features(struct segmentation *seg) { in vp9_reset_segment_features()
Dvp9_aq_360.c41 struct segmentation *seg = &cm->seg; in vp9_360aq_frame_setup()
/external/libvpx/libvpx/vp9/common/
Dvp9_seg_common.h37 struct segmentation { struct
52 static INLINE int segfeature_active(const struct segmentation *seg, in segfeature_active() argument
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, in get_segdata()
Dvp9_seg_common.c28 void vp9_clearall_segfeatures(struct segmentation *seg) { in vp9_clearall_segfeatures()
34 void vp9_enable_segfeature(struct segmentation *seg, int segment_id, in vp9_enable_segfeature()
47 void vp9_set_segdata(struct segmentation *seg, int segment_id, in vp9_set_segdata()
Dvp9_quant_common.h29 int vp9_get_qindex(const struct segmentation *seg, int segment_id,
Dvp9_quant_common.c196 int vp9_get_qindex(const struct segmentation *seg, int segment_id, in vp9_get_qindex()
/external/libvpx/libvpx/test/
Dtest-data.sha160 17fbfe2fea70f6e2f3fa6ca4efaae6c0b03b5f02 *vp80-03-segmentation-01.ivf
61 3c3600dbbcde08e20d54c66fe3b7eadd4f09bdbb *vp80-03-segmentation-02.ivf
62 c156778d5340967d4b369c490848076e92f1f875 *vp80-03-segmentation-03.ivf
63 d25dcff6c60e87a1af70945b8911b6b4998533b0 *vp80-03-segmentation-04.ivf
64 362baba2ce454c9db21218f35e81c27a5ed0b730 *vp80-03-segmentation-1401.ivf
65 d223ae7ee748ce07e74c4679bfd219e84aa9f4b0 *vp80-03-segmentation-1403.ivf
66 033adf7f3a13836a3f1cffcb87c1972900f2b5c6 *vp80-03-segmentation-1407.ivf
67 4d51dfbf9f3e2c590ec99d1d6f59dd731d04375f *vp80-03-segmentation-1408.ivf
68 f37a62b197c2600d75e0ccfbb31b60efdedac251 *vp80-03-segmentation-1409.ivf
69 eb25bd7bfba5b2f6935018a930f42d123b1e7fcd *vp80-03-segmentation-1410.ivf
[all …]
Dtest-data.mk81 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-01.ivf
82 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-01.ivf.md5
83 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-02.ivf
84 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-02.ivf.md5
85 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-03.ivf
86 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-03.ivf.md5
87 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-04.ivf
88 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-04.ivf.md5
89 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-1401.ivf
90 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-1401.ivf.md5
[all …]
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_UnsortedSegmentProd.pbtxt19 Read @{$math_ops#segmentation$the section on segmentation} for an explanation of
Dapi_def_UnsortedSegmentMin.pbtxt19 Read @{$math_ops#segmentation$the section on segmentation} for an explanation of
Dapi_def_SparseSegmentMean.pbtxt24 Read @{$math_ops#Segmentation$the section on segmentation} for an explanation of
Dapi_def_SparseSegmentSqrtN.pbtxt26 Read @{$math_ops#Segmentation$the section on segmentation} for an explanation of
Dapi_def_SparseSegmentMeanWithNumSegments.pbtxt33 Read @{$math_ops#Segmentation$the section on segmentation} for an explanation of
Dapi_def_SegmentMax.pbtxt19 Read @{$math_ops#Segmentation$the section on segmentation} for an explanation of
Dapi_def_SegmentMin.pbtxt19 Read @{$math_ops#Segmentation$the section on segmentation} for an explanation of
Dapi_def_SegmentProd.pbtxt19 Read @{$math_ops#Segmentation$the section on segmentation} for an explanation of
/external/libvpx/libvpx/vp8/encoder/
Drdopt.c945 unsigned int segmentation) { in rd_check_segment() argument
974 v_fn_ptr = &cpi->fn_ptr[segmentation]; in rd_check_segment()
975 labels = vp8_mbsplits[segmentation]; in rd_check_segment()
976 label_count = vp8_mbsplit_count[segmentation]; in rd_check_segment()
986 vp8_mbsplit_encodings + segmentation); in rd_check_segment()
1030 if (segmentation == BLOCK_8X16 || segmentation == BLOCK_16X8) { in rd_check_segment()
1032 if (i == 1 && segmentation == BLOCK_16X8) { in rd_check_segment()
1042 if (segmentation == BLOCK_4X4 && i > 0) { in rd_check_segment()
1061 n = vp8_mbsplit_offset[segmentation][i]; in rd_check_segment()
1092 sseshift = segmentation_to_sseshift[segmentation]; in rd_check_segment()
[all …]
/external/libvpx/libvpx/vp8/
Dvp8cx.mk64 VP8_CX_SRCS-yes += encoder/segmentation.c
65 VP8_CX_SRCS-yes += encoder/segmentation.h
/external/tensorflow/tensorflow/docs_src/api_guides/python/
Dmath_ops.md158 Here a segmentation is a partitioning of a tensor along
163 In particular, a segmentation of a matrix tensor is a mapping of rows to
/external/llvm/tools/llvm-objdump/
DAndroid.bp55 // b/31938382, clang-tidy segmentation fault on MachODump.cpp.
/external/llvm/lib/Target/X86/
DAndroid.bp9 // b/31559947, b/31938382 clang-tidy segmentation fault.
/external/llvm/lib/Target/ARM/
DAndroid.bp9 // b/31559947, b/31938382 clang-tidy segmentation fault.

12345