Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. Process 60490 stopped
  2. * thread #2, stop reason = EXC_BAD_ACCESS (code=1, address=0x118000160)
  3. frame #0: 0x00000001000e9b62 rav1e`_$LT$core..iter..adapters..chain..Chain$LT$A$C$B$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$::fold::hffc8c2d5f58aa75e [inlined] rav1e::encoder::FrameState$LT$T$GT$::compute_activity_mask::_$u7b$$u7b$closure$u7d$$u7d$::hbe5264fd4fdf3ac6((null)=<unavailable>, (null)=&0x118000160) at encoder.rs:404:62 [opt]
  4. 401
  5. 402 let block = luma.subregion(block_rect);
  6. 403
  7. -> 404 let mut mean: i32 = block.rows_iter().flatten().map(|&val| {let int: i32 = CastFromPrimitive::cast_from(val); int}).sum();
  8. 405 mean = mean >> (xdec + ydec);
  9. 406 let deviation: Vec<i16> = block.rows_iter().flatten().map(|&pix| {let pix_int: i16 = CastFromPrimitive::cast_from(pix); pix_int - mean as i16}).collect();
  10. 407
  11. Target 0: (rav1e) stopped.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement