Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/encoder/
H A Dtemporal_filter.c141 int *subblock_mses) { in tf_motion_search()
340 MV *subblock_mvs, int *subblock_mses) { in tf_determine_block_partition()
633 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_apply_temporal_filter_c()
794 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_highbd_apply_temporal_filter_c()
926 int subblock_mses[4] = { INT_MAX, INT_MAX, INT_MAX, INT_MAX }; in av1_tf_do_filtering_row() local
/aosp_15_r20/external/libaom/av1/encoder/arm/
H A 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()
H A 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()
H A 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()
/aosp_15_r20/external/libaom/av1/encoder/x86/
H A 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()
H A 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()
H A 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()
H A 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()
/aosp_15_r20/external/libaom/test/
H A 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