Searched defs:subblock_mses (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | temporal_filter.c | 141 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 D | temporal_filter_neon_dotprod.c | 69 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 D | highbd_temporal_filter_neon.c | 82 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 D | temporal_filter_neon.c | 81 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 D | temporal_filter_sse2.c | 108 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 D | highbd_temporal_filter_sse2.c | 96 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 D | highbd_temporal_filter_avx2.c | 148 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 D | temporal_filter_avx2.c | 349 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 D | temporal_filter_test.cc | 179 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
|