Searched defs:subblock_mses (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/av1/encoder/x86/ |
D | temporal_filter_sse2.c | 108 const int *subblock_mses, unsigned int *accumulator, uint16_t *count, in apply_temporal_filter() 199 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_apply_temporal_filter_sse2()
|
D | highbd_temporal_filter_sse2.c | 95 const int *subblock_mses, unsigned int *accumulator, uint16_t *count, in highbd_apply_temporal_filter() 212 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_highbd_apply_temporal_filter_sse2()
|
D | temporal_filter_avx2.c | 133 const int *subblock_mses, unsigned int *accumulator, uint16_t *count, in apply_temporal_filter() 222 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_apply_temporal_filter_avx2()
|
D | highbd_temporal_filter_avx2.c | 147 const int *subblock_mses, unsigned int *accumulator, uint16_t *count, in highbd_apply_temporal_filter() 337 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_highbd_apply_temporal_filter_avx2()
|
/external/libaom/libaom/av1/encoder/ |
D | temporal_filter.c | 88 int *subblock_mses) { in tf_motion_search() 254 MV *subblock_mvs, int *subblock_mses) { in tf_determine_block_partition() 544 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_apply_temporal_filter_c() 688 const int *subblock_mses, const int q_factor, const int filter_strength, in av1_highbd_apply_temporal_filter_c() 807 int subblock_mses[4] = { INT_MAX, INT_MAX, INT_MAX, INT_MAX }; in av1_tf_do_filtering_row() local
|
/external/libaom/libaom/test/ |
D | temporal_filter_test.cc | 176 const int subblock_mses[4] = { 15, 16, 17, 18 }; in RunTest() local 431 const int subblock_mses[4] = { 15, 16, 17, 18 }; in RunTest() local
|