Home
last modified time | relevance | path

Searched defs:subblock_mses (Results 1 – 9 of 9) sorted by relevance

/external/libaom/av1/encoder/arm/
Dtemporal_filter_neon_dotprod.c69 const uint32_t block_height, const int *subblock_mses, in apply_temporal_filter()
221 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_apply_temporal_filter_neon_dotprod()
Dhighbd_temporal_filter_neon.c82 const int *subblock_mses, unsigned int *accumulator, uint16_t *count, in highbd_apply_temporal_filter()
289 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_highbd_apply_temporal_filter_neon()
Dtemporal_filter_neon.c81 const uint32_t block_height, const int *subblock_mses, in apply_temporal_filter()
199 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_apply_temporal_filter_neon()
/external/libaom/av1/encoder/x86/
Dtemporal_filter_sse2.c108 const int *subblock_mses, unsigned int *accumulator, uint16_t *count, in apply_temporal_filter()
227 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_apply_temporal_filter_sse2()
Dhighbd_temporal_filter_sse2.c96 const int *subblock_mses, unsigned int *accumulator, uint16_t *count, in highbd_apply_temporal_filter()
247 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_highbd_apply_temporal_filter_sse2()
Dhighbd_temporal_filter_avx2.c148 const int *subblock_mses, unsigned int *accumulator, uint16_t *count, in highbd_apply_temporal_filter()
372 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_highbd_apply_temporal_filter_avx2()
Dtemporal_filter_avx2.c349 const int *subblock_mses, unsigned int *accumulator, uint16_t *count, in apply_temporal_filter()
554 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_apply_temporal_filter_avx2()
/external/libaom/av1/encoder/
Dtemporal_filter.c143 int *subblock_mses, int *is_dc_diff_large) { in tf_motion_search()
344 MV *subblock_mvs, int *subblock_mses) { in tf_determine_block_partition()
637 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_apply_temporal_filter_c()
798 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_highbd_apply_temporal_filter_c()
932 int subblock_mses[4] = { INT_MAX, INT_MAX, INT_MAX, INT_MAX }; in av1_tf_do_filtering_row() local
/external/libaom/test/
Dtemporal_filter_test.cc179 const int subblock_mses[4] = { 15, 16, 17, 18 }; in RunTest() local
565 const int subblock_mses[4] = { 15, 16, 17, 18 }; in RunTest() local