/prebuilts/go/linux-x86/src/runtime/ |
signal_openbsd.go | 24 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
|
sigtab_linux_generic.go | 30 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
|
signal_solaris.go | 24 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
|
sigtab_linux_mipsx.go | 27 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_aq_complexity.c | 49 struct segmentation *const seg = &cm->seg; 65 // Segmentation only makes sense if the target bits per SB is above a
|
vp9_aq_variance.c | 48 struct segmentation *seg = &cm->seg;
|
vp9_bitstream.c | 191 static void write_segment_id(vpx_writer *w, const struct segmentation *seg, 240 const struct segmentation *const seg = &cm->seg; 338 const struct segmentation *const seg = &cm->seg; 757 const struct segmentation *seg = &cm->seg; 762 // Segmentation map 787 // Segmentation data [all...] |
vp9_aq_cyclicrefresh.c | 147 // and segmentation map. 185 // Update the cyclic refresh map, to be used for setting segmentation map 202 // copy mbmi->segment_id into global segmentation map. 321 // Update the segmentation map, and related quantities: cyclic refresh map, 343 // Set the segmentation map: cycle through the superblocks, starting at 497 // Setup cyclic background refresh: set delta q and segmentation map. 502 struct segmentation *const seg = &cm->seg; 505 // Set segmentation map to 0 and disable. 529 // Set up segmentation. 572 // Update the segmentation and refresh map [all...] |
vp9_encodeframe.c | 214 const struct segmentation *const seg = &cm->seg; [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
sigtab_linux_generic.go | 30 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
|
signal_solaris.go | 24 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
|
sigtab_linux_mipsx.go | 27 /* 11 */ {_SigPanic + _SigUnblock, "SIGSEGV: segmentation violation"},
|
signal_unix.go | 697 // setsigsegv is used on darwin/arm{,64} to fake a segmentation fault.
|
/external/libvpx/libvpx/vp8/encoder/ |
rdopt.c | 944 unsigned int segmentation) { 979 v_fn_ptr = &cpi->fn_ptr[segmentation]; 980 labels = vp8_mbsplits[segmentation]; 981 label_count = vp8_mbsplit_count[segmentation]; 989 /* Segmentation method overheads */ 991 vp8_mbsplit_encodings + segmentation); 1035 if (segmentation == BLOCK_8X16 || segmentation == BLOCK_16X8) { 1037 if (i == 1 && segmentation == BLOCK_16X8) { 1047 if (segmentation == BLOCK_4X4 && i > 0) [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_pred_common.h | 50 static INLINE vpx_prob vp9_get_pred_prob_seg_id(const struct segmentation *seg,
|
vp9_onyxc_int.h | 236 struct segmentation seg;
|
vp9_loopfilter.c | 260 const struct segmentation *const seg = &cm->seg; [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodemv.c | 60 static int read_segment_id(vpx_reader *r, const struct segmentation *seg) { 130 struct segmentation *const seg = &cm->seg; 133 if (!seg->enabled) return 0; // Default for disabled segmentation 149 struct segmentation *const seg = &cm->seg; 154 if (!seg->enabled) return 0; // Default for disabled segmentation 315 // FIXME(rbultje) I'm pretty sure this breaks segmentation ref frame coding
|
/external/opencv/ |
Android.mk | 3 # b/31559947, Some files caused clang-analyzer-* checks to segmentation fault.
|
/prebuilts/go/darwin-x86/src/syscall/ |
ztypes_windows.go | 77 11: "segmentation fault",
|
zerrors_darwin_386.go | [all...] |
zerrors_darwin_amd64.go | [all...] |
zerrors_darwin_arm.go | [all...] |
zerrors_darwin_arm64.go | [all...] |
/prebuilts/go/linux-x86/src/syscall/ |
ztypes_windows.go | 77 11: "segmentation fault",
|