Searched refs:motion_magnitude2 (Results 1 - 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Ddenoising.c194 unsigned int motion_magnitude2; local
279 motion_magnitude2 = mv_row * mv_row + mv_col * mv_col;
280 if (best_sse > SSE_THRESHOLD || motion_magnitude2
292 motion_magnitude2,
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Ddenoising.c502 unsigned int motion_magnitude2; local
602 motion_magnitude2 = mv_row * mv_row + mv_col * mv_col;
606 if (motion_magnitude2 <
614 if (best_sse > sse_thresh || motion_magnitude2 > motion_threshold)
629 x->thismb, 16, motion_magnitude2,
631 denoiser->denoise_state[block_index] = motion_magnitude2 > 0 ?
635 motion_magnitude2 == 0 &&
652 signal_stride, motion_magnitude2, 0);
657 signal_stride, motion_magnitude2, 0);
/external/libvpx/generic/
H A Dvp8_rtcd.h65 int vp8_denoiser_filter_c(struct yv12_buffer_config* mc_running_avg, struct yv12_buffer_config* running_avg, struct macroblock* signal, unsigned int motion_magnitude2, int y_offset, int uv_offset);
/external/libvpx/mips/
H A Dvp8_rtcd.h65 int vp8_denoiser_filter_c(struct yv12_buffer_config* mc_running_avg, struct yv12_buffer_config* running_avg, struct macroblock* signal, unsigned int motion_magnitude2, int y_offset, int uv_offset);
/external/libvpx/mips-dspr2/
H A Dvp8_rtcd.h69 int vp8_denoiser_filter_c(struct yv12_buffer_config* mc_running_avg, struct yv12_buffer_config* running_avg, struct macroblock* signal, unsigned int motion_magnitude2, int y_offset, int uv_offset);
/external/libvpx/armv7a-neon/
H A Dvp8_rtcd.h81 int vp8_denoiser_filter_c(struct yv12_buffer_config* mc_running_avg, struct yv12_buffer_config* running_avg, struct macroblock* signal, unsigned int motion_magnitude2, int y_offset, int uv_offset);
82 int vp8_denoiser_filter_neon(struct yv12_buffer_config* mc_running_avg, struct yv12_buffer_config* running_avg, struct macroblock* signal, unsigned int motion_magnitude2, int y_offset, int uv_offset);
/external/libvpx/x86/
H A Dvp8_rtcd.h94 int vp8_denoiser_filter_c(struct yv12_buffer_config* mc_running_avg, struct yv12_buffer_config* running_avg, struct macroblock* signal, unsigned int motion_magnitude2, int y_offset, int uv_offset);
95 int vp8_denoiser_filter_sse2(struct yv12_buffer_config* mc_running_avg, struct yv12_buffer_config* running_avg, struct macroblock* signal, unsigned int motion_magnitude2, int y_offset, int uv_offset);
/external/libvpx/armv7a/
H A Dvp8_rtcd.h73 int vp8_denoiser_filter_c(struct yv12_buffer_config* mc_running_avg, struct yv12_buffer_config* running_avg, struct macroblock* signal, unsigned int motion_magnitude2, int y_offset, int uv_offset);

Completed in 196 milliseconds