OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:motion_magnitude2
(Results
1 - 7
of
7
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
denoising.c
194
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/libvpx/generic/
vp8_rtcd.h
289
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/
vp8_rtcd.h
289
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/
vp8_rtcd.h
332
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/
vp8_rtcd.h
307
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/
vp8_rtcd.h
386
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/libvpx/vp8/common/
rtcd_defs.sh
537
prototype int vp8_denoiser_filter "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 45 milliseconds