HomeSort by relevance Sort by last modified time
    Searched refs:segmentation (Results 1 - 25 of 103) 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.25/gas/testsuite/gas/crx/
gas-segfault.d 3 #name: GAS segmentation fault
  /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/libvpx/libvpx/vp8/
vp8cx.mk 62 VP8_CX_SRCS-yes += encoder/segmentation.c
63 VP8_CX_SRCS-yes += encoder/segmentation.h
  /prebuilts/go/darwin-x86/src/runtime/
signal_darwin.go 24 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
signal_dragonfly.go 24 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
signal_freebsd.go 24 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
signal_nacl.go 24 /* 11 */ {_SigPanic, "SIGSEGV: segmentation violation"},
signal_netbsd.go 24 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
signal_openbsd.go 24 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
  /prebuilts/go/linux-x86/src/runtime/
signal_darwin.go 24 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
signal_dragonfly.go 24 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
signal_freebsd.go 24 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
signal_nacl.go 24 /* 11 */ {_SigPanic, "SIGSEGV: segmentation violation"},
signal_netbsd.go 24 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},

Completed in 550 milliseconds

1 2 3 4 5