HomeSort by relevance Sort by last modified time
    Searched refs:segmentation (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.h 21 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);
vp9_aq_360.c 41 struct segmentation *seg = &cm->seg;
vp9_segmentation.c 21 void vp9_enable_segmentation(struct segmentation *seg) {
27 void vp9_disable_segmentation(struct segmentation *seg) {
33 void vp9_set_segment_data(struct segmentation *seg, signed char *feature_data,
39 void vp9_disable_segfeature(struct segmentation *seg, int segment_id,
44 void vp9_clear_segdata(struct segmentation *seg, int segment_id,
189 struct segmentation *seg = &cm->seg;
264 void vp9_reset_segment_features(struct segmentation *seg) {
  /external/libvpx/libvpx/vp9/common/
vp9_seg_common.h 37 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,
vp9_seg_common.c 28 void vp9_clearall_segfeatures(struct segmentation *seg) {
34 void vp9_enable_segfeature(struct segmentation *seg, int segment_id,
47 void vp9_set_segdata(struct segmentation *seg, int segment_id,
vp9_quant_common.h 29 int vp9_get_qindex(const struct segmentation *seg, int segment_id,
vp9_quant_common.c 196 int vp9_get_qindex(const struct segmentation *seg, int segment_id,
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug052.go 19 x[i] = c/d; // BUG segmentation fault
bug093.go 28 SIGSEGV: segmentation violation
  /prebuilts/go/linux-x86/test/fixedbugs/
bug052.go 19 x[i] = c/d; // BUG segmentation fault
bug093.go 28 SIGSEGV: segmentation violation
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/crx/
gas-segfault.d 3 #name: GAS segmentation fault
  /external/v4l2_codec2/vda/
vp9_uncompressed_header_parser.cc 816 // 6.2.11 Segmentation params syntax
818 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()
    [all...]
vp9_parser.cc 565 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.uv_dequant[i][0]
    [all...]
  /external/libvpx/libvpx/test/
test-data.mk 81 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.md
    [all...]
  /external/tensorflow/tensorflow/contrib/mpi/
README.md 31 This path is disabled by default as it requires that the MPI library can directly access the pointer to the data. For CPU backed buffers this is no problem, however for GPU backed buffers this requires MPI libraries that are built with CUDA support (CUDA Aware). When using non-CUDA aware MPI libraries and GPU buffers you will get segmentation faults.
40 - The problem manifests itself with a segmentation fault inside a memory copy routine and during startup you will get the following warning: "WARNING: Error in initializing MVAPICH2 ptmalloc library. Continuing without InfiniBand registration cache support."
  /external/libvpx/libvpx/vp8/
vp8cx.mk 64 VP8_CX_SRCS-yes += encoder/segmentation.c
65 VP8_CX_SRCS-yes += encoder/segmentation.h
  /prebuilts/go/darwin-x86/src/runtime/
signal_darwin.go 19 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
signal_dragonfly.go 19 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
signal_freebsd.go 19 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
signal_nacl.go 24 /* 11 */ {_SigPanic, "SIGSEGV: segmentation violation"},
signal_netbsd.go 19 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
signal_openbsd.go 19 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
  /prebuilts/go/linux-x86/src/runtime/
signal_darwin.go 19 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
signal_dragonfly.go 19 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},

Completed in 556 milliseconds

1 2 3 4 5